Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv committed Jan 18, 2019
2 parents fabeffe + 42e47a3 commit 074b9e8
Show file tree
Hide file tree
Showing 14 changed files with 9,974 additions and 9,763 deletions.
212 changes: 212 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '3.6'
version = '3.7'
# The full version, including alpha/beta/rc tags.
release = '3.6.0'
release = '3.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gensim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from gensim import parsing, corpora, matutils, interfaces, models, similarities, summarization, utils # noqa:F401
import logging

__version__ = '3.6.0'
__version__ = '3.7.0'


logger = logging.getLogger('gensim')
Expand Down
5,864 changes: 2,811 additions & 3,053 deletions gensim/_matutils.c

Large diffs are not rendered by default.

2,830 changes: 1,363 additions & 1,467 deletions gensim/corpora/_mmreader.c

Large diffs are not rendered by default.

690 changes: 291 additions & 399 deletions gensim/models/_utils_any2vec.c

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions gensim/models/doc2vec_corpusfile.cpp

Large diffs are not rendered by default.

1,713 changes: 933 additions & 780 deletions gensim/models/doc2vec_inner.c

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions gensim/models/fasttext_corpusfile.cpp

Large diffs are not rendered by default.

1,702 changes: 920 additions & 782 deletions gensim/models/fasttext_inner.c

Large diffs are not rendered by default.

3,744 changes: 1,876 additions & 1,868 deletions gensim/models/nmf_pgd.c

Large diffs are not rendered by default.

418 changes: 209 additions & 209 deletions gensim/models/word2vec_corpusfile.cpp

Large diffs are not rendered by default.

1,716 changes: 935 additions & 781 deletions gensim/models/word2vec_inner.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def finalize_options(self):

setup(
name='gensim',
version='3.6.0',
version='3.7.0',
description='Python framework for fast Vector Space Modelling',
long_description=LONG_DESCRIPTION,

Expand Down

0 comments on commit 074b9e8

Please sign in to comment.