Skip to content

Commit 4bbe1da

Browse files
committed
Merge branch 'release-0.12.2'
2 parents a497fd6 + 7572710 commit 4bbe1da

27 files changed

+3825
-2525
lines changed

CHANGELOG.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changes
22
=======
33

4+
5+
0.12.2
6+
7+
* tutorial on text summarization (Ólavur Mortensen, #436)
8+
* more flexible vocabulary construction in word2vec & doc2vec (Philipp Dowling, #434)
9+
* added support for sliced TransformedCorpus objects, so that after applying (for instance) TfidfModel the returned corpus remains randomly indexable. (Matti Lyra, #425)
10+
* changed the LdaModel.save so that a custom `ignore` list can be passed in (Matti Lyra, #331)
11+
* added support for NumPy style fancy indexing to corpus objects (Matti Lyra, #414)
12+
* py3k fix in distributed LSI (spacecowboy, #433)
13+
* Windows fix for setup.py (#428)
14+
* fix compatibility for scipy 0.16.0 (#415)
15+
416
0.12.1, 20/07/2015
517

618
* improvements to testing, switch to Travis CI containers

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Target audience is the *natural language processing* (NLP) and *information retr
1919
Features
2020
---------
2121

22-
* All algorithms are **memory-independent** w.r.t. the corpus size (can process input larger than RAM),
22+
* All algorithms are **memory-independent** w.r.t. the corpus size (can process input larger than RAM, streamed, out-of-core),
2323
* **Intuitive interfaces**
2424

2525
* easy to plug in your own input corpus/datastream (trivial streaming API)

0 commit comments

Comments
 (0)