Releases: olegtarasov/FastText.NetWrapper
Releases · olegtarasov/FastText.NetWrapper
1.3.1
Training and autotune progress callbacks
This release adds training and autotune progress callbacks. See the README for instructions on how to use them. There is also a new option to stop stderr output from autotune process.
Major feature update with redesigned API, model testing, quantization and autotuning
What's new
1.2.3
- Added supervised model quantization with
Quantizemethod. - Stable version released! 🎉
1.2.2-preview
- Merged #20 with new
GetWordVectormethod.
1.2.1-preview
- Added model autotuning with quantization support.
- Fixed a horrible bug with
boolmarshalling.
1.2.0-preview
Version 1.2.0 introduces a few breaking changes to library API. If you are not ready to migrate, use v. 1.1.2.
- ❗️Breaking change:️ Removed both deprecated
Train()methods. - ❗️Breaking change:️ Removed deprecated
SupervisedArgsclass. - ❗️Breaking change:️ Removed
FastTextArgs.SupervisedDefaults()in favor of newSupervisedArgswith default constructor. - ❗️Breaking change:️
FastTextArgsclass can't be constructed directly, use newSupervisedArgsandUnsupervisedArgsclasses. - Added an
Unsupervised()method to train Skipgram or Cbow models.
1.1.2
- Fixed a horrible bug with
boolmarshalling on a1.1.*branch.
1.1.0, 1.1.1
- Added new
Supervised()method as part of streamlining the API. - Added new
Test()method for testing supervised model. - Deprecated both
Train()methods. They will be removed in v.1.2.0.
1.0.38
- Fixed a horrible bug with
boolmarshalling on a1.0.*branch.
Version 1.2.0 migration guide
- Instead of old
Train()methods useSupervised()andUnsupervised()methods. - Instead of
FastTextArgs.SupervisedDefaults()useSupervisedArgsorSupervised()overload with 2 arguments.
1.0.37
Merge branch 'NoorDigitalAgency-master'
1.0.35
Added licence to the NuGet package
1.0.34
Added more granular checks for loaded model status and type (supervis…
1.0.33
Using stable versions of Linux and MacOs binaries (no -march=native),…
1.0.32
Fixed Windows binary which accidentally turned out to be x32. Also ha…
1.0.25
Fixed readme [no ci]
1.0.19
Merge pull request #7 from dhohmeyer/LoadLibraryErrorHandling Load Library Error Handling