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.15 #79

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates spacy from 2.0.13 to 2.0.15.

Changelog ### 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 #80