Releases: MinishLab/model2vec-rs
Releases · MinishLab/model2vec-rs
v0.1.4
v0.1.3
What's Changed
- chore: Allow downstream users to opt out of onig and use fancy-regex instead by @huevosabio in #27
- chore: Added CI by @Pringled in #28
- chore: Bumped version by @Pringled in #29
New Contributors
- @huevosabio made their first contribution in #27
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- docs: Updated readme by @Pringled in #11
- Add compilation steps for 10x faster inference by @do-me in #12
- Update models in README.md by @Pringled in #13
- fix: Fixed bug with unk token by @Pringled in #16
- fix: Fixed design issues by @Pringled in #17
- feat: Added encode_single function by @Pringled in #18
- feat: Ran clippy and formatter by @Pringled in #19
- Bumped version by @Pringled in #20
- feat: Updated lockfile by @Pringled in #21
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feat: Added initial model2vec-rs code by @Pringled in #1
- fix: Fixed name mismatch by @Pringled in #2
- feat: Added optional arguments for encode and from_pretrained by @Pringled in #3
- docs: Updated readme by @Pringled in #4
- feat: Optimized performance by @Pringled in #5
- feat: Change batch_encode to batch_encode_fast by @Pringled in #6
- feat: Updated toml by @Pringled in #7
- fix: Correctly remove unk token by @Pringled in #8
- docs: Updated readme by @Pringled in #9
- fix: Updated slugs by @Pringled in #10
New Contributors
Full Changelog: https://github.com/MinishLab/model2vec-rs/commits/v0.1.0