From f6ef64f02cb4d58628d7bc4955aac149659ae294 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 9 May 2016 12:57:07 +0200 Subject: [PATCH] * Update changelog in preparation for 0.101.0 release --- README.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7c869bf9e..bd4186fd1 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,21 @@ Supports * Windows (Cygwin, MinGW, Visual Studio) -2016-04-05 v0.100.7: German! +2016-05-0 0.101.0: Fixed German model +------------------------------------- + +* Fixed bug that prevented German parses from being deprojectivised. + +* Bug fixes to sentence boundary detection. + +* Add rich comparison methods to the Lexeme class. + +* Add missing Doc.has_vector and Span.has_vector properties. + +* Add missing Span.sent property. + + +2016-05-05 v0.100.7: German! ---------------------------- spaCy finally supports another language, in addition to English. We're lucky to have Wolfgang Seeker on the team, and the new German model is just the beginning.