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.13 #77

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates spacy from 2.0.12 to 2.0.13.

Changelog ### 2.0.13 ``` ✨ New features and improvements * **NEW:** Pre-built wheels and up to 10 times faster installation! This release starts the journey towards pre-built wheels for all of spaCy's dependencies. Once that's completed, you won't even need a local compiler anymore to install the library. For more details on our wheels process, see [`explosion/wheelwright`](https://github.com/explosion/wheelwright). * **NEW:** Alpha support for [Telugu](spacy/lang/te) and [Sinhala](spacy/lang/si). * **NEW:** Rule-based lemmatization for [Greek](spacy/lang/el) and [French](spacy/lang/fr). * Port over Chinese support (1210) from v1.x. * Improve language data for [Persian](spacy/lang/fa), [Greek](spacy/lang/el), [Swedish](spacy/lang/sv), [Bengali](spacy/lang/bn), [Polish](spacy/lang/pl), [Portuguese](spacy/lang/pt), [Indonesian](spacy/lang/id), [French](spacy/lang/fr), [German](spacy/lang/de) and [Russian](spacy/lang/ru). * Add `Span.ents` property for consistency with `Doc.ents`. * Add `--verbose` option to `spacy train` to output more details for debugging. 🔴 Bug fixes * Fix issue 653: Introduce bulk merge function. * Fix issue 1445, 1917, 2209, 2362, 2371, 2383, 2501, 2743, 2758: Fix Keras examples. * Fix issue 2261, 2800: Fix bug that could cause a crash with too many entity types. * Fix issue 2540: Improve French stop words. * Fix issue 2582, 2640, 2645, 2657, 2705, 2784, 2815, 2841, 2845: Fix typos and inconsistencies in documentation. * Fix issue 2593: Prevent `numpy` warning. * Fix issue 2706: Add missing label `FAC` to `spacy.explain` glossary. * Fix issue 2709: Pass default option when calling `getoption()` in `conftest.py`. 📖 Documentation and examples * Improve Keras examples. * Update [training examples](examples/training) to use minibatching. * Fix various typos and inconsistencies. 👥 Contributors Thanks to DimaBryuhanov, kororo, AndriyMulyar, katarkor, giannisdaras, bphi, vikaskyadav, sammous, EmilStenstrom, howl-anderson, ohenrik, aashishg, aryaprabhudesai, steve-prod, njsmith, aniruddha-adhikary, pzelasko, mbkupfer, sainathadapa, tyburam, grivaz, filipecaixeta, aongko, free-variation, mauryaland, pmj642, keshan, darindf, charlax, phojnacki, skrcode, jacopofar, Cinnamy and JKhakpour for the pull requests and contributions! ```
Links - PyPI: https://pypi.org/project/spacy - Changelog: https://pyup.io/changelogs/spacy/ - Homepage: https://spacy.io