Skip to content

Commit de79c8e

Browse files
committed
Merge branch 'release-0.13.0'
2 parents 7b30025 + bfee15c commit de79c8e

File tree

8 files changed

+1014
-16
lines changed

8 files changed

+1014
-16
lines changed

CHANGELOG.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changes
22
=======
33
0.13.0, 2016
4+
* Added Distance Metrics to matutils.pt (@bhargavvader, #656)
45
* Tutorials migrated from website to ipynb (@j9chan, #721), (@jesford, #733), (@jesford, #725), (@jesford, #716)
56
* New doc2vec intro tutorial (@seanlaw, #730)
67
* Gensim Quick Start Tutorial (@andrewjlm, #727)

README.rst

-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ gensim -- Topic Modelling in Python
33
==============================================
44

55
|Travis|_
6-
|Downloads|_
76
|Wheel|_
8-
|License|_
97

108
.. |Travis| image:: https://img.shields.io/travis/piskvorky/gensim/develop.svg
11-
.. |Downloads| image:: https://img.shields.io/pypi/dm/gensim.svg
12-
.. |License| image:: https://img.shields.io/pypi/l/gensim.svg
139
.. |Wheel| image:: https://img.shields.io/pypi/wheel/gensim.svg
1410

1511
.. _Travis: https://travis-ci.org/piskvorky/gensim

0 commit comments

Comments
 (0)