mholtzscher / spacy_readability

spaCy pipeline component for adding text readability meta data to Doc objects.
MIT License
56 stars 10 forks source link

Update spacy to 2.0.17 #97

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates spacy from 2.0.13 to 2.0.17.

Changelog ### 2.0.17 ``` ✨ New features and improvements * Make `max_length` of input text inclusive. * Raise error when setting overlapping entities as `doc.ents`. * Improve French lemmatization and check if a word is in one of the regular lists specific to each part-of-speech tag. 🔴 Bug fixes * Fix issue 1581, 1969, 1986: Fix out-of-bounds access in NER training that'd cause segmentation fault. * Fix issue 2924: Prevent problem where `displacy` arcs would receive the same IDs in Jupyter notebooks, causing weirdly positioned arc labels. * Fix issue 2948: Fix problem with symlink creation on Windows. 📖 Documentation and examples * Fix various typos and inconsistencies. * Update [spaCy Universe](https://spacy.io/universe) with new projects. * Add [example script](examples/pipeline/fix_space_entities.py) showing a fix-up rule for whitespace entities like `'\n'`. 👥 Contributors Thanks to digest0r, BramVanroy, grivaz, wannaphongcom, mikelibg, danielhers, frascuchon, mauryaland and cicorias for the pull requests and contributions. ``` ### 2.0.16 ``` 🔴 Bug fixes * Fix `msgpack-numpy` pin, which could affect serialization on Python 2.7. ``` ### 2.0.15 ``` ✨ New features and improvements * Improve version compatibility to support wheels for all spaCy dependencies maintained by us: [`thinc`](https://github.com/explosion/thinc), [`cymem`](https://github.com/explosion/cymem), [`preshed`](https://github.com/explosion/preshed) and [`murmurhash`](https://github.com/explosion/murmurhash). * Support GPU installation by specifying `spacy[cuda]`, `spacy[cuda90]`, `spacy[cuda91]`, `spacy[cuda92]` or `spacy[cuda10]`, which will install `cupy` and [`thinc_gpu_ops`](https://github.com/explosion/thinc_gpu_ops). * Add `spacy.prefer_gpu()` and `spacy.require_gpu()` functions. 📖 Documentation and examples * Update GPU installation and usage docs. ```
Links - PyPI: https://pypi.org/project/spacy - Changelog: https://pyup.io/changelogs/spacy/ - Homepage: https://spacy.io
pyup-bot commented 5 years ago

Closing this in favor of #98