From 864cefd3b267e08a843703687fcd0b2587c8d080 Mon Sep 17 00:00:00 2001 From: ines Date: Sat, 22 Jul 2017 18:29:55 +0200 Subject: [PATCH] Update README.rst --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9d52a6c9d..4efd5b1de 100644 --- a/README.rst +++ b/README.rst @@ -9,14 +9,14 @@ Portuguese, Dutch, Swedish, Finnish, Norwegian, Hungarian, Bengali, Hebrew, Chinese and Japanese. It's commercial open-source software, released under the MIT license. -⭐️ **Test spaCy v2.0.0 alpha and the new models!** `Read the release notes here. `_ +⭐️ **Test spaCy v2.0.0 alpha and the new models!** `Read the release notes. `_ -💫 **Version 1.8 out now!** `Read the release notes here. `_ +💫 **Version 1.9 out now!** `Read the release notes here. `_ .. image:: https://img.shields.io/travis/explosion/spaCy/master.svg?style=flat-square :target: https://travis-ci.org/explosion/spaCy :alt: Travis Build Status - + .. image:: https://img.shields.io/appveyor/ci/explosion/spacy/master.svg?style=flat-square :target: https://ci.appveyor.com/project/explosion/spacy :alt: Appveyor Build Status @@ -326,6 +326,7 @@ and ``--model`` are optional and enable additional tests: =========== ============== =========== Version Date Description =========== ============== =========== +`v1.9.0`_ ``2017-07-22`` Spanish model, alpha support for Norwegian & Japanese, and bug fixes `v1.8.2`_ ``2017-04-26`` French model and small improvements `v1.8.1`_ ``2017-04-23`` Saving, loading and training bug fixes `v1.8.0`_ ``2017-04-16`` Better NER training, saving and loading @@ -359,6 +360,7 @@ Version Date Description `v0.93`_ ``2015-09-22`` Bug fixes to word vectors =========== ============== =========== +.. _v1.9.0: https://github.com/explosion/spaCy/releases/tag/v1.9.0 .. _v1.8.2: https://github.com/explosion/spaCy/releases/tag/v1.8.2 .. _v1.8.1: https://github.com/explosion/spaCy/releases/tag/v1.8.1 .. _v1.8.0: https://github.com/explosion/spaCy/releases/tag/v1.8.0