From a62c96b97fc1b2ac4af342790bb4cda7b11b4fee Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 23 Oct 2016 18:53:34 +0200 Subject: [PATCH 1/2] Update README.rst --- README.rst | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8a97d6de2..bad4913c4 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ the very latest research, but it isn't researchware. It was designed from day 1 to be used in real products. It's commercial open-source software, released under the MIT license. -💫 **Version 1.0 out now!** `Read the release notes here. `_ +💫 **Version 1.1 out now!** `Read the release notes here. `_ .. image:: http://i.imgur.com/wFvLZyJ.png :target: https://travis-ci.org/explosion/spaCy @@ -218,7 +218,24 @@ For the detailed documentation, check out the `spaCy website `_: *Support for deep learning workflows and entity-aware rule matcher* +2016-10-23 `v1.1.0 `_: *Bug fixes and adjustments* +------------------------------------------------------------------------------------------------------ + +* Rename new ``pipeline`` keyword argument of ``spacy.load()`` to ``create_pipeline``. +* Rename new ``vectors`` keyword argument of ``spacy.load()`` to ``add_vectors``. + +**🔴 Bug fixes** + +* Fix issue `#544 `_: Add ``vocab.resize_vectors()`` method, to support changing to vectors of different dimensionality. +* Fix issue `#536 `_: Default probability was incorrect for OOV words. +* Fix issue `#539 `_: Unspecified encoding when opening some JSON files. +* Fix issue `#541 `_: GloVe vectors were being loaded incorrectly. +* Fix issue `#522 `_: Similarities and vector norms were calculated incorrectly. +* Fix issue `#461 `_: ``ent_iob`` attribute was incorrect after setting entities via ``doc.ents`` +* Fix issue `#459 `_: Deserialiser failed on empty doc +* Fix issue `#514 `_: Serialization failed after adding a new entity label. + +2016-10-18 `v1.0.0 `_: *Support for deep learning workflows and entity-aware rule matcher* ---------------------------------------------------------------------------------------------------------------------------------------- **✨ Major features and improvements** From f094dec7a9c91c623aaf72a52e77a9544eabcab3 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 23 Oct 2016 18:56:35 +0200 Subject: [PATCH 2/2] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bad4913c4..286686e02 100644 --- a/README.rst +++ b/README.rst @@ -219,7 +219,7 @@ Changelog ========= 2016-10-23 `v1.1.0 `_: *Bug fixes and adjustments* ------------------------------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------- * Rename new ``pipeline`` keyword argument of ``spacy.load()`` to ``create_pipeline``. * Rename new ``vectors`` keyword argument of ``spacy.load()`` to ``add_vectors``. @@ -236,7 +236,7 @@ Changelog * Fix issue `#514 `_: Serialization failed after adding a new entity label. 2016-10-18 `v1.0.0 `_: *Support for deep learning workflows and entity-aware rule matcher* ----------------------------------------------------------------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------------------- **✨ Major features and improvements**