All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.1 - 2026-07-02
- Support palettization of
ConvTranspose1d/ConvTranspose2d/ConvTranspose3dlayers viaKMeansPalettizer - Support for
EAGERexecution mode in model inspection utility
- Fixed pruning mask
dtypeto match that of the weight being pruned - Fixes to allow better support for
bfloat16dtypein palettization and quantization
0.2.0 - 2026-06-08
- Initial release of
coreai-opt. See the GitHub Releases page for release notes.