File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments