Skip to content

Commit de5803b

Browse files
authored
Update CHANGELOG.md with release notes from v0.2.1 (#28)
Update changelog
1 parent e0203ef commit de5803b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## [0.2.1] - 2026-07-02
11+
12+
### Added
13+
14+
- Support palettization of `ConvTranspose1d`/`ConvTranspose2d`/`ConvTranspose3d` layers via `KMeansPalettizer`
15+
- Support for `EAGER` execution mode in model inspection utility
16+
17+
### Fixed
18+
19+
- Fixed pruning mask `dtype` to match that of the weight being pruned
20+
- Fixes to allow better support for `bfloat16` `dtype` in palettization and quantization
21+
1022
## [0.2.0] - 2026-06-08
1123

1224
### Added
1325

1426
- Initial release of `coreai-opt`. See the [GitHub Releases](https://github.com/apple/coreai-optimization/releases/) page for release notes.
1527

28+
[0.2.1]: https://github.com/apple/coreai-optimization/releases/tag/v0.2.1
1629
[0.2.0]: https://github.com/apple/coreai-optimization/releases/tag/v0.2.0

0 commit comments

Comments
 (0)