Skip to content

Commit

Permalink
Merge branch 'release-4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Apr 1, 2021
2 parents f46d72a + 8e34d6f commit b4f64a9
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 42 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
branches:
only:
- /v\d+\.\d+\.\d+/
- /release-.+/
- travis
language: python
arch: arm64-graviton2
dist: focal
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
Changes
=======

## 4.0.1, 2021-04-01

Bugfix release to address issues with Wheels on Windows:

- https://github.com/RaRe-Technologies/gensim/issues/3095
- https://github.com/RaRe-Technologies/gensim/issues/3097

## 4.0.0, 2021-03-24

**⚠️ Gensim 4.0 contains breaking API changes! See the [Migration guide](https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4) to update your existing Gensim 3.x code and models.**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Google because of Github's proxying issues. See:
https://github.com/RaRe-Technologies/gensim/issues/2805
-->

[![Build Status](https://travis-ci.org/RaRe-Technologies/gensim.svg?branch=develop)](https://travis-ci.org/RaRe-Technologies/gensim)
[![Build Status](https://github.com/RaRe-Technologies/gensim/actions/workflows/tests.yml/badge.svg?branch=develop)](https://github.com/RaRe-Technologies/gensim/actions)
[![GitHub release](https://img.shields.io/github/release/rare-technologies/gensim.svg?maxAge=3600)](https://github.com/RaRe-Technologies/gensim/releases)
[![Downloads](https://img.shields.io/pypi/dm/gensim?color=blue)](https://pepy.tech/project/gensim/)
[![DOI](https://zenodo.org/badge/DOI/10.13140/2.1.2393.1847.svg)](https://doi.org/10.13140/2.1.2393.1847)
Expand Down
Binary file added docs/src/_static/images/wilabs-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions docs/src/auto_examples/index.rst
Expand Up @@ -71,7 +71,7 @@ Understanding this functionality is vital for using gensim effectively.

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Introduces transformations and demonstrates their use on a toy corpus.">
<div class="sphx-glr-thumbcontainer" tooltip="Introduces transformations and demonstrates their use on a toy corpus. ">

.. only:: html

Expand All @@ -92,7 +92,7 @@ Understanding this functionality is vital for using gensim effectively.

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Demonstrates querying a corpus for similar documents.">
<div class="sphx-glr-thumbcontainer" tooltip="Demonstrates querying a corpus for similar documents. ">

.. only:: html

Expand Down Expand Up @@ -169,7 +169,7 @@ Learning-oriented lessons that introduce a particular gensim feature, e.g. a mod

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Introduces Gensim&#x27;s fastText model and demonstrates its use on the Lee Corpus.">
<div class="sphx-glr-thumbcontainer" tooltip="Introduces Gensim&#x27;s fastText model and demonstrates its use on the Lee Corpus. ">

.. only:: html

Expand All @@ -190,7 +190,7 @@ Learning-oriented lessons that introduce a particular gensim feature, e.g. a mod

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Introduces the Annoy library for similarity queries on top of vectors learned by Word2Vec.">
<div class="sphx-glr-thumbcontainer" tooltip="Introduces the Annoy library for similarity queries on top of vectors learned by Word2Vec. ">

.. only:: html

Expand All @@ -211,14 +211,14 @@ Learning-oriented lessons that introduce a particular gensim feature, e.g. a mod

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Demonstrates using Gensim&#x27;s implemenation of the SCM.">
<div class="sphx-glr-thumbcontainer" tooltip="Introduces Gensim&#x27;s LDA model and demonstrates its use on the NIPS corpus.">

.. only:: html

.. figure:: /auto_examples/tutorials/images/thumb/sphx_glr_run_scm_thumb.png
:alt: Soft Cosine Measure
.. figure:: /auto_examples/tutorials/images/thumb/sphx_glr_run_lda_thumb.png
:alt: LDA Model

:ref:`sphx_glr_auto_examples_tutorials_run_scm.py`
:ref:`sphx_glr_auto_examples_tutorials_run_lda.py`

.. raw:: html

Expand All @@ -228,18 +228,18 @@ Learning-oriented lessons that introduce a particular gensim feature, e.g. a mod
.. toctree::
:hidden:

/auto_examples/tutorials/run_scm
/auto_examples/tutorials/run_lda

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Introduces Gensim&#x27;s LDA model and demonstrates its use on the NIPS corpus.">
<div class="sphx-glr-thumbcontainer" tooltip="Demonstrates using Gensim&#x27;s implemenation of the SCM.">

.. only:: html

.. figure:: /auto_examples/tutorials/images/thumb/sphx_glr_run_lda_thumb.png
:alt: LDA Model
.. figure:: /auto_examples/tutorials/images/thumb/sphx_glr_run_scm_thumb.png
:alt: Soft Cosine Measure

:ref:`sphx_glr_auto_examples_tutorials_run_lda.py`
:ref:`sphx_glr_auto_examples_tutorials_run_scm.py`

.. raw:: html

Expand All @@ -249,7 +249,7 @@ Learning-oriented lessons that introduce a particular gensim feature, e.g. a mod
.. toctree::
:hidden:

/auto_examples/tutorials/run_lda
/auto_examples/tutorials/run_scm

.. raw:: html

Expand Down Expand Up @@ -288,7 +288,7 @@ These **goal-oriented guides** demonstrate how to **solve a specific problem** u

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Demonstrates simple and quick access to common corpora and pretrained models.">
<div class="sphx-glr-thumbcontainer" tooltip="Demonstrates simple and quick access to common corpora and pretrained models. ">

.. only:: html

Expand All @@ -309,7 +309,7 @@ These **goal-oriented guides** demonstrate how to **solve a specific problem** u

.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="How to author documentation for Gensim.">
<div class="sphx-glr-thumbcontainer" tooltip="How to author documentation for Gensim. ">

.. only:: html

Expand Down Expand Up @@ -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 </auto_examples/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 </auto_examples/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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Expand Up @@ -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.
Expand Down
30 changes: 18 additions & 12 deletions docs/src/people.rst
Expand Up @@ -8,25 +8,28 @@ People behind Gensim
Top Contributors
----------------

See the `full list of contributors on Github <https://github.com/RaRe-Technologies/gensim/graphs/contributors>`_ and I'm thankful to all of them.
See the `full list of contributors on Github <https://github.com/RaRe-Technologies/gensim/graphs/contributors>`_. 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 <https://github.com/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 <https://github.com/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 <https://github.com/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 <https://github.com/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 <https://github.com/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 <https://github.com/menshikh-iv>`_: Ex-maintainer and mentor in the RARE student incubator.
- Ivan Menshikh, `menshikh-iv <https://github.com/menshikh-iv>`_: Ex-maintainer and mentor in the RARE student incubator, from Yekaterinburg Russia.

.. figure:: _static/images/misha_radim.jpeg
:width: 100%
:alt: Misha (left) and Radim (right) got together in Prague for some open source and badminton :)

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 <https://github.com/sponsors/piskvorky>`_:

.. _gold-sponsors:

Gold Sponsors
-------------

`You? <https://github.com/sponsors/piskvorky>`_

Expand All @@ -35,11 +38,14 @@ Bronze Sponsors
Silver Sponsors
---------------

`You? <https://github.com/sponsors/piskvorky>`_
.. figure:: _static/images/wilabs-logo.png
:target: https://wilabs.com/
:width: 50%
:alt: WiLabs

.. _gold-sponsors:
.. _bronze-sponsors:

Gold Sponsors
-------------
Bronze Sponsors
---------------

`You? <https://github.com/sponsors/piskvorky>`_
14 changes: 7 additions & 7 deletions docs/src/support.rst
Expand Up @@ -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 <https://groups.google.com/group/gensim>`_.
The main communication channel is the free `Gensim mailing list <https://groups.google.com/group/gensim>`_.

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 <sphx_glr_auto_examples>`.

**⚠️ 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 <sphx_glr_auto_examples>` and `FAQ <https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ>`_.

FAQ and some useful snippets of code are maintained on GitHub: https://github.com/RARE-Technologies/gensim/wiki/Recipes-&-FAQ.

Expand All @@ -23,11 +23,11 @@ We're on `Twitter @gensim_py <https://twitter.com/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 <https://github.com/sponsors/piskvorky>`_. 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 <http://rare-technologies.com/contact>`_ 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
Expand Down
2 changes: 1 addition & 1 deletion gensim/__init__.py
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = '4.0.0'
__version__ = '4.0.1'

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,

Expand Down

0 comments on commit b4f64a9

Please sign in to comment.