Skip to content

Commit 1c26225

Browse files
committed
update changelog to 3.0.1
1 parent 90e9a43 commit 1c26225

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
Changes
22
===========
3+
## 3.0.1, 2017-10-12
4+
5+
6+
:red_circle: Bug fixes:
7+
* Fix Keras import, speedup importing time. Fix #1614 (@menshikh-v, [#1615](https://github.com/RaRe-Technologies/gensim/pull/1615))
8+
* Fix Sphinx warnings and retreive all missing .rst (@anotherbugmaster and @menshikh-iv, [#1612](https://github.com/RaRe-Technologies/gensim/pull/1612))
9+
* Fix logger message in lsi_dispatcher (@lorosanu, [#1603](https://github.com/RaRe-Technologies/gensim/pull/1603))
10+
11+
12+
:books: Tutorial and doc improvements:
13+
* Fix spelling (@jberkel, [#1625](https://github.com/RaRe-Technologies/gensim/pull/1625))
14+
15+
:warning: Deprecation part (will come into force in the next release)
16+
* Remove
17+
- `gensim.examples`
18+
- `gensim.nosy`
19+
- `gensim.scripts.word2vec_standalone`
20+
- `gensim.scripts.make_wiki_lemma`
21+
- `gensim.scripts.make_wiki_online`
22+
- `gensim.scripts.make_wiki_online_lemma`
23+
- `gensim.scripts.make_wiki_online_nodebug`
24+
- `gensim.scripts.make_wiki`
25+
26+
* Move
27+
- `gensim.scripts.make_wikicorpus` ➡ `gensim.scripts.make_wiki.py`
28+
- `gensim.summarization` ➡ `gensim.models.summarization`
29+
- `gensim.topic_coherence` ➡ `gensim.models._coherence`
30+
- `gensim.utils` ➡ `gensim.utils.utils` (old imports will continue to work)
31+
- `gensim.parsing.*` ➡ `gensim.utils.text_utils`
32+
33+
Also, we'll create `experimental` subpackage for unstable models. Specific lists will be available in the next release.
34+
35+
336
## 3.0.0, 2017-09-27
437

538

0 commit comments

Comments
 (0)