.. only:: html
@@ -309,7 +309,7 @@ These **goal-oriented guides** demonstrate how to **solve a specific problem** u
.. raw:: html
-
+
.. only:: html
@@ -426,13 +426,13 @@ Blog posts, tutorial videos, hackathons and other useful Gensim resources, from
.. container:: sphx-glr-download sphx-glr-download-python
- :download:`Download all examples in Python source code: auto_examples_python.zip `
+ :download:`Download all examples in Python source code: auto_examples_python.zip /Volumes/work/workspace/gensim/trunk/docs/src/auto_examples/auto_examples_python.zip>`
.. container:: sphx-glr-download sphx-glr-download-jupyter
- :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip `
+ :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip /Volumes/work/workspace/gensim/trunk/docs/src/auto_examples/auto_examples_jupyter.zip>`
.. only:: html
diff --git a/docs/src/conf.py b/docs/src/conf.py
index 3aea87788c..34eb52c9de 100644
--- a/docs/src/conf.py
+++ b/docs/src/conf.py
@@ -63,7 +63,7 @@
# The short X.Y version.
version = '4.0.0'
# The full version, including alpha/beta/rc tags.
-release = '4.0.0'
+release = '4.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/src/people.rst b/docs/src/people.rst
index ad02758b82..f75b652926 100644
--- a/docs/src/people.rst
+++ b/docs/src/people.rst
@@ -8,14 +8,14 @@ People behind Gensim
Top Contributors
----------------
-See the `full list of contributors on Github `_ and I'm thankful to all of them.
+See the `full list of contributors on Github `_. I'm thankful to all of them.
-Let me also highlight the "main stars" of Gensim here:
+Let me also highlight the "core pillars" of Gensim here:
-- Radim Řehůřek, `piskvorky `_: Creator of Gensim AKA me. I prefer not to count the late-night hours volunteered on Gensim development & support since 2009.
-- Gordon Mohr, `gojomo `_: Core Gensim contributor, key developer of its doc2vec implementation. ‘Oracle Open Source Developer of the Year’ in 2006, creator of the Heritrix web crawler and the ‘magnet link’.
+- Radim Řehůřek, `piskvorky `_: Creator of Gensim AKA me, living in Prague. I prefer not to count the late-night hours volunteered on Gensim development & support since 2009.
+- Gordon Mohr, `gojomo `_: Core Gensim contributor from SF USA, key developer of its doc2vec implementation. ‘Oracle Open Source Developer of the Year’ in 2006, creator of the Heritrix web crawler and the ‘magnet link’.
- Misha Penkov, `mpenkov `_: Core maintainer and release manager of Gensim, Smart_open, SQLitedict, and other open source packages. Lives and works in Sapporo, Japan.
-- Ivan Menshikh, `menshikh-iv `_: Ex-maintainer and mentor in the RARE student incubator.
+- Ivan Menshikh, `menshikh-iv `_: Ex-maintainer and mentor in the RARE student incubator, from Yekaterinburg Russia.
.. figure:: _static/images/misha_radim.jpeg
:width: 100%
@@ -23,10 +23,13 @@ Let me also highlight the "main stars" of Gensim here:
RARE photo: Misha (left) and Radim (right) got together in Prague, for some open source hacking & badminton :)
-.. _bronze-sponsors:
-Bronze Sponsors
----------------
+The following sponsors help open source by `supporting Gensim financially `_:
+
+.. _gold-sponsors:
+
+Gold Sponsors
+-------------
`You? `_
@@ -35,11 +38,14 @@ Bronze Sponsors
Silver Sponsors
---------------
-`You? `_
+.. figure:: _static/images/wilabs-logo.png
+ :target: https://wilabs.com/
+ :width: 50%
+ :alt: WiLabs
-.. _gold-sponsors:
+.. _bronze-sponsors:
-Gold Sponsors
--------------
+Bronze Sponsors
+---------------
`You? `_
diff --git a/docs/src/support.rst b/docs/src/support.rst
index f55a29163a..a28f1e0003 100644
--- a/docs/src/support.rst
+++ b/docs/src/support.rst
@@ -4,14 +4,14 @@
Support
=======
+**⚠️ Please don't send me private emails unless you have a substantial budget for commercial support (see below).**
+
Open source support
-------------------
-The main communication channel is the `Gensim mailing list `_.
+The main communication channel is the free `Gensim mailing list `_.
-This is the preferred way to ask for help, report problems and share insights with the community. Newbie questions are perfectly fine, as long as you've read the :ref:`tutorials `.
-
-**⚠️ Please don't send me private emails unless you have a substantial budget for commercial support (see below).**
+This is the preferred way to ask for help, report problems and share insights with the community. Newbie questions are perfectly fine, as long as you've read the :ref:`tutorials ` and `FAQ `_.
FAQ and some useful snippets of code are maintained on GitHub: https://github.com/RARE-Technologies/gensim/wiki/Recipes-&-FAQ.
@@ -23,11 +23,11 @@ We're on `Twitter @gensim_py `_. You can also try
Commercial support
------------------
-I run a consulting R&D company focused on data mining and unstructured text processing, https://rare-technologies.com.
+If your company needs commercial support, please consider `becoming a Gensim sponsor `_. How it works: you chip in, we prioritize your tickets.
-If you need commercial support for Gensim or a corporate training in machine learning, `get in touch `_ for a quote.
+Corporate sponsorship means sustainability. It allows us to dedicate our time keeping Gensim stable and performant for you.
-We're not interested in any sort of equity arrangements.
+The Gold Sponsor 👑 tier also allows for a commercial non-LGPL license of Gensim.
For developers
diff --git a/gensim/__init__.py b/gensim/__init__.py
index 2a399e85a8..84e9fc6463 100644
--- a/gensim/__init__.py
+++ b/gensim/__init__.py
@@ -4,7 +4,7 @@
"""
-__version__ = '4.0.0'
+__version__ = '4.0.1'
import logging
diff --git a/setup.py b/setup.py
index c0a1440223..71bfb24cf7 100644
--- a/setup.py
+++ b/setup.py
@@ -338,7 +338,7 @@ def run(self):
setup(
name='gensim',
- version='4.0.0',
+ version='4.0.1',
description='Python framework for fast Vector Space Modelling',
long_description=LONG_DESCRIPTION,