Skip to content

Commit

Permalink
up version: 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piskvorky committed Apr 12, 2014
1 parent a98cabc commit 98d32d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changes
=======

0.9.1
0.9.1, 12/04/2014

* MmCorpus fix for Windows
* LdaMallet supports printing/showing topics
* fix LdaMallet bug when user specified a prefix (Victor, #184)
* LdaMallet support for printing/showing topics
* fix LdaMallet bug when user specified a file prefix (Victor, #184)
* fix LdaMallet output when input is single vector (Suvir)
* added LdaMallet unit tests
* more py3k fixes (Lars Buitinck)
Expand Down
6 changes: 3 additions & 3 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@

# General information about the project.
project = u'gensim'
copyright = u'2009-2014, Radim Řehůřek <radimrehurek(at)seznam.cz>'
copyright = u'2009-now, Radim Řehůřek <radimrehurek(at)seznam.cz>'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.9.0'
version = '0.9.1'
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '0.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/gensim_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h3><a href="http://radimrehurek.com/">Get Expert Help</a></h3>
<a href="{{ pathto('index') }}"><img src="{{ pathto('_static/images/gensim-footer.png', 1) }}" alt="gensim footer image" title="Gensim home" /></a>

<div class="copyright">
&copy; Copyright 2009-2014, <a href="mailto:radimrehurek@seznam.cz" style="color:white"> Radim Řehůřek</a>
&copy; Copyright 2009-now, <a href="mailto:radimrehurek@seznam.cz" style="color:white"> Radim Řehůřek</a>
<br />
{%- if last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(fname):

setup(
name = 'gensim',
version = '0.9.0',
version = '0.9.1',
description = 'Python framework for fast Vector Space Modelling',
long_description = read('README.rst'),

Expand Down

0 comments on commit 98d32d9

Please sign in to comment.