Skip to content

Commit 4f8c03c

Browse files
committed
Merge branch 'release-3.7.1'
2 parents 42e47a3 + 8865cef commit 4f8c03c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+28746
-7452
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
Changes
22
===========
3+
## 3.7.1, 2019-01-31
4+
5+
### :+1: Improvements
6+
7+
* NMF optimization & documentation (__[@anotherbugmaster](https://github.com/anotherbugmaster)__, [#2361](https://github.com/RaRe-Technologies/gensim/pull/2361))
8+
* Optimize `FastText.load_fasttext_model` (__[@mpenkov](https://github.com/mpenkov)__, [#2340](https://github.com/RaRe-Technologies/gensim/pull/2340))
9+
* Add warning when string is used as argument to `Doc2Vec.infer_vector` (__[@tobycheese](https://github.com/tobycheese)__, [#2347](https://github.com/RaRe-Technologies/gensim/pull/2347))
10+
* Fix light linting issues in `LdaSeqModel` (__[@horpto](https://github.com/horpto)__, [#2360](https://github.com/RaRe-Technologies/gensim/pull/2360))
11+
* Move out `process_result_queue` from cycle in `LdaMulticore` (__[@horpto](https://github.com/horpto)__, [#2358](https://github.com/RaRe-Technologies/gensim/pull/2358))
12+
13+
14+
### :red_circle: Bug fixes
15+
16+
* Fix infinite diff in `LdaModel.do_mstep` (__[@horpto](https://github.com/horpto)__, [#2344](https://github.com/RaRe-Technologies/gensim/pull/2344))
17+
* Fix backward compatibility issue: loading `FastTextKeyedVectors` using `KeyedVectors` (missing attribute `compatible_hash`) (__[@menshikh-iv](https://github.com/menshikh-iv)__, [#2349](https://github.com/RaRe-Technologies/gensim/pull/2349))
18+
* Fix logging issue (conda-forge related) (__[@menshikh-iv](https://github.com/menshikh-iv)__, [#2339](https://github.com/RaRe-Technologies/gensim/pull/2339))
19+
* Fix `WordEmbeddingsKeyedVectors.most_similar` (__[@Witiko](https://github.com/Witiko)__, [#2356](https://github.com/RaRe-Technologies/gensim/pull/2356))
20+
* Fix issues of `flake8==3.7.1` (__[@horpto](https://github.com/horpto)__, [#2365](https://github.com/RaRe-Technologies/gensim/pull/2365))
21+
22+
23+
### :books: Tutorial and doc improvements
24+
25+
* Improve `FastText` documentation (__[@mpenkov](https://github.com/mpenkov)__, [#2353](https://github.com/RaRe-Technologies/gensim/pull/2353))
26+
* Minor corrections and improvements in `Any*Vec` docstrings (__[@tobycheese](https://github.com/tobycheese)__, [#2345](https://github.com/RaRe-Technologies/gensim/pull/2345))
27+
* Fix the example code for SparseTermSimilarityMatrix (__[@Witiko](https://github.com/Witiko)__, [#2359](https://github.com/RaRe-Technologies/gensim/pull/2359))
28+
* Update `poincare` documentation to indicate the relation format (__[@AMR-KELEG](https://github.com/AMR-KELEG)__, [#2357](https://github.com/RaRe-Technologies/gensim/pull/2357))
29+
30+
31+
### :warning: Deprecations (will be removed in the next major release)
32+
33+
* Remove
34+
- `gensim.models.wrappers.fasttext` (obsoleted by the new native `gensim.models.fasttext` implementation)
35+
- `gensim.examples`
36+
- `gensim.nosy`
37+
- `gensim.scripts.word2vec_standalone`
38+
- `gensim.scripts.make_wiki_lemma`
39+
- `gensim.scripts.make_wiki_online`
40+
- `gensim.scripts.make_wiki_online_lemma`
41+
- `gensim.scripts.make_wiki_online_nodebug`
42+
- `gensim.scripts.make_wiki` (all of these obsoleted by the new native `gensim.scripts.segment_wiki` implementation)
43+
- "deprecated" functions and attributes
44+
45+
* Move
46+
- `gensim.scripts.make_wikicorpus` ➡ `gensim.scripts.make_wiki.py`
47+
- `gensim.summarization` ➡ `gensim.models.summarization`
48+
- `gensim.topic_coherence` ➡ `gensim.models._coherence`
49+
- `gensim.utils` ➡ `gensim.utils.utils` (old imports will continue to work)
50+
- `gensim.parsing.*` ➡ `gensim.utils.text_utils`
51+
52+
353
## 3.7.0, 2019-01-18
454

555
### :star2: New features

docs/fasttext-notes.md

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)