Skip to content

Commit

Permalink
changelog entry: load_word2vec_format() performance
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Nov 30, 2015
1 parent 48179e1 commit a5eccb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -3,6 +3,9 @@ Changes

0.12.4, XX/XX/XXXX

* load_word2vec_format() performance (@svenkreiss, #555)
- remove `init_sims()` call for performance improvements when normalized vectors are not needed
- remove `norm_only` parameter (API change)

This comment has been minimized.

Copy link
@gojomo

gojomo Nov 30, 2015

A helpful added note would be: "call init_sims(replace=True) for old norm_only=True behavior"

* Better internal handling of job batching in word2vec (#535)
- up to 300% speed up when training on very short documents (~tweets)
* Word2vec allows non-strict unicode error handling (ignore or replace) (Gordon Mohr, #466)
Expand Down

0 comments on commit a5eccb4

Please sign in to comment.