From 9dc94b353d4af64486329ea82fdda97d98a9a046 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 26 Oct 2015 00:08:32 +1100 Subject: [PATCH] * Add release notes for v0.97 --- website/src/jade/home/_installation.jade | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/website/src/jade/home/_installation.jade b/website/src/jade/home/_installation.jade index c0e0b1445..b6a84b53d 100644 --- a/website/src/jade/home/_installation.jade +++ b/website/src/jade/home/_installation.jade @@ -10,7 +10,7 @@ mixin Option(name, open) pre.language-bash code $ pip install --upgrade spacy - $ python -m spacy.en.download all + $ python -m spacy.en.download --force all p Most updates ship a new model, so you will usually have to redownload the data. @@ -93,6 +93,17 @@ mixin Option(name, open) h4 What's New? +details + summary + h4 2015-10-24 v0.97: Reduce load time, bug fixes + + ul + li Load the StringStore from a json list, instead of a text file. Accept a file-like object in the API instead of a path, for better flexibility. + li * Load from file, rather than path, in StringStore + li Fix bugs in download.py + li Require #[code --force] to over-write the data directory in download.py + li Fix bugs in #[code Matcher] and #[code doc.merge()] + details summary h4 2015-09-21 v0.93: Bug fixes to word vectors. Rename .repvec to .vector. Rename .string attribute.