:sparkles: New features and improvements * Add support for replacing listeners (7).
:warning: Backwards incompatibilities * Rename pipe to `CuratedTransformer` (12). * Remove quantization support until the serialization API is stabilized (6).
0.1.1
🔴 Bug fixes
* Remove unused cutlery dependency (171).
0.1.0
spaCy/Thinc-specific code and entrypoints are moved to the new [`spacy-curated-transformers`](https://pypi.org/project/spacy-curated-transformers/) package.
0.0.8
* Normalize captitalization in entry point identifiers (132).
0.0.7
* Fix 126: Restore TorchScript functionality (necessary for quantization) (https://github.com/explosion/curated-transformers/pull/129).
0.0.6
* Add a workaround for invalid outputs of `nn.Linear` on MPS on macOS 13.2.x (124). * `mypy` fixes for `BertTokenizerFast` attributes (118).