Changelog
### 2.0.18
```
✨ New features and improvements
* **NEW:** Alpha tokenization support for [Catalan](spacy/lang/ca).
* Improve [French](spacy/lang/fr) tokenization.
* Fix `regex` pin to harmonise dependencies with conda.
* Fix `msgpack` pin.
* Update tests for `pytest` 4.0.
🔴 Bug fixes
* Fix issue 2933: Correct mistake in `is_ascii` documentation.
* Fix issue 2976: Fix bug where `Vocab.prune_vectors` did not use `batch_size`.
* Fix issue 2986: Correctly document when `Span.ents` was added.
* Fix issue 2995, 2996: Fix `msgpack` pin.
📖 Documentation and examples
* Fix various typos and inconsistencies.
👥 Contributors
Thanks to mpuig, ALSchwalm, bpben, svlandeg and wxv for the pull requests and contributions.
```
### 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
This PR updates spacy from 2.0.13 to 2.0.18.
Changelog
### 2.0.18 ``` ✨ New features and improvements * **NEW:** Alpha tokenization support for [Catalan](spacy/lang/ca). * Improve [French](spacy/lang/fr) tokenization. * Fix `regex` pin to harmonise dependencies with conda. * Fix `msgpack` pin. * Update tests for `pytest` 4.0. 🔴 Bug fixes * Fix issue 2933: Correct mistake in `is_ascii` documentation. * Fix issue 2976: Fix bug where `Vocab.prune_vectors` did not use `batch_size`. * Fix issue 2986: Correctly document when `Span.ents` was added. * Fix issue 2995, 2996: Fix `msgpack` pin. 📖 Documentation and examples * Fix various typos and inconsistencies. 👥 Contributors Thanks to mpuig, ALSchwalm, bpben, svlandeg and wxv for the pull requests and contributions. ``` ### 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