Skip to content

Commit

Permalink
CHANGELOG.txt for #571, #531
Browse files Browse the repository at this point in the history
  • Loading branch information
gojomo committed Jan 15, 2016
1 parent f291de1 commit dd6f6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Changes
* Word2vec allows non-strict unicode error handling (ignore or replace) (Gordon Mohr, #466)
* On-demand loading of the `pattern` library in utils.lemmatize (Jan Zikes, #461)
- `utils.HAS_PATTERN` flag moved to `utils.has_pattern()`
* Threadsafe Word2Vec/Doc2Vec finish-check to avoid hang/unending Word2Vec/Doc2Vec training (Gordon Mohr, #571)
* Tuned `TestWord2VecModel.test_cbow_hs()` against random failures (Gordon Mohr, #531)
* Forwards compatibility for NumPy > 1.10 (Matti Lyra, #494, #513)
- LdaModel and LdaMulticore produce a large number of DeprecationWarnings from
.inference() because the term ids in each chunk returned from utils.grouper
Expand Down

0 comments on commit dd6f6b7

Please sign in to comment.