v1.1.1: Bug Fixes and API Cleanup
This release has a number of stability and API improvements.
fugashi-build-dict
didn't work in its initial release, that has been fixed.- Calls to
parseToNode
no longer invalidate old node surfaces (#38) - Initialization errors now throw an Exception rather than printing output directly (https://github.com/explosion/spaCy/releases/tag/v3.0.7)
Note that the fix to #38 has a number of side effects that may need more extensive evaluation. In particular:
- memory use will grow very slowly over the life of a
Tagger
object - execution speed will be a bit slower, up to around 10%
It's expected that these will both be addressed before long; despite the issues, the current fix has been deemed suitable for a release because in the vast majority of use cases it will behave more correctly than the previous release.