huji-nlp / ucca

Universal Conceptual Cognitive Annotation (UCCA)
https://universalconceptualcognitiveannotation.github.io/
GNU General Public License v3.0
20 stars 20 forks source link

Update spacy to 2.3.5 #111

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates spacy from 2.3.4 to 2.3.5.

Changelog ### 2.3.5 ``` ✨ New features and improvements * Modify `blis` and `numpy` build dependencies to simplify source installations. * Support `cupy` v8+ in combination with `thinc` v7.4.5. 🔴 Bug fixes * Fix issue 6443: Only set `NORM` on token in retokenizer. * Fix issue 6453: Add `SPACY` as a `Matcher` attribute. * Fix issue 6512: Add `nlp.max_length` check to `nlp.pipe` through `nlp.make_doc`. * Fix issue 6515: Add missing `.pipe` methods to Chinese, Japanese, Korean and Thai tokenizers. * Fix issue 6518: Fix subsequent pipe detection in `EntityRuler`. * Fix issue 6523: Remove non-working `--use-chars` from train CLI. 👥 Contributors Thanks to KoichiYasuoka for the pull requests and contributions. ```
Links - PyPI: https://pypi.org/project/spacy - Changelog: https://pyup.io/changelogs/spacy/ - Homepage: https://spacy.io