Unclaimed project
Are you a maintainer of gensim? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
gensim
Topic Modelling for Humans
Back to changelogNew
4.3.0
What's Changed
- Allow overriding the Cython version requirement by @pabs3 in https://github.com/RaRe-Technologies/gensim/pull/3323
- Update Python module MANIFEST by @pabs3 in https://github.com/RaRe-Technologies/gensim/pull/3343
- Clean up references to
Morfessor, tox and gensim.models.wrappers by @pabs3 in https://github.com/RaRe-Technologies/gensim/pull/3345
- Disable the Gensim 3=>4 warning in docs by @piskvorky in https://github.com/RaRe-Technologies/gensim/pull/3346
- pin sphinx versions, add explicit gallery_top label by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3383
- Declare variables prior to for loop in fastss.pyx for ANSI C compatibility by @hstk30 in https://github.com/RaRe-Technologies/gensim/pull/3378
- Fix typo in word2vec and KeyedVectors docstrings by @dymil in https://github.com/RaRe-Technologies/gensim/pull/3365
- Replace np.multiply with np.square and copyedit in translation_matrix.py by @dymil in https://github.com/RaRe-Technologies/gensim/pull/3374
- Copyedit and fix outdated statements in translation matrix tutorial by @dymil in https://github.com/RaRe-Technologies/gensim/pull/3375
Implement Okapi BM25 variants in Gensim by @Witiko in https://github.com/RaRe-Technologies/gensim/pull/3304Giving missing credit in EnsembleLDA to Alex in docs by @sezanzeb in https://github.com/RaRe-Technologies/gensim/pull/3393PERF: pyemd to POT for EMD computation in wmdistance by @TLouf in https://github.com/RaRe-Technologies/gensim/pull/3327Fixed bug in loss computation for Word2Vec with hierarchical softmax by @TalIfargan in https://github.com/RaRe-Technologies/gensim/pull/3397fix deprecation warning from pytest by @martino-vic in https://github.com/RaRe-Technologies/gensim/pull/3354Switch to Cython language level 3 by @pabs3 in https://github.com/RaRe-Technologies/gensim/pull/3344Implement numpy hack in setup.py to enable install under Poetry by @jaymegordo in https://github.com/RaRe-Technologies/gensim/pull/3363Fixed the broken link in readme.md by @aswin2108 in https://github.com/RaRe-Technologies/gensim/pull/3409Path Coherence Model to correctly handle empty documents by @PrimozGodec in https://github.com/RaRe-Technologies/gensim/pull/3406Add support for Python 3.11 and drop support for Python 3.7 by @acul3 in https://github.com/RaRe-Technologies/gensim/pull/3402clarify runtime expectations by @gojomo in https://github.com/RaRe-Technologies/gensim/pull/3381Fix bug that prevents loading old models by @funasshi in https://github.com/RaRe-Technologies/gensim/pull/3359refactor wheel building and testing workflow by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3410Fixed FastTextKeyedVectors handling in add_vector by @globba in https://github.com/RaRe-Technologies/gensim/pull/3389Flsamodel by @ERijck in https://github.com/RaRe-Technologies/gensim/pull/3398Fix backwards compatibility bug in Word2Vec by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3415fix numpy hack in setup.py by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3416updated changelog for next release by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3412New Contributors
- @hstk30 made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3378
- @TLouf made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3327
- @TalIfargan made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3397
- @martino-vic made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3354
- @jaymegordo made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3363
- @aswin2108 made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3409
- @acul3 made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3402
- @funasshi made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3359
- @globba made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3389
- @ERijck made their first contribution in https://github.com/RaRe-Technologies/gensim/pull/3398
Full Changelog: https://github.com/RaRe-Technologies/gensim/compare/4.2.0...4.3.0