Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazest committed Jan 10, 2016
1 parent 10ebed6 commit 6e11516
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ The implemented experiments are:
* Sentence similarity

* `KS14 <http://compling.eecs.qmul.ac.uk/wp-content/uploads/2015/07/KS2014.txt>`_

Chnagelog
---------

0.3
~~~

* Documentation update: installation instructions, similarity experiment quick
start.
* Correlation and Eucliedean similarities are computed.
* PMI variants and parameters.
* Frobenious operators.
* Word2vec space import.

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_tests(self):

setup(
name='fowler.corpora',
version='0.2',
version='0.3',
description='',
long_description=long_description,
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 6e11516

Please sign in to comment.