Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.3.0 source code.tar.gz | 2022-12-17 | 60.3 MB | |
4.3.0 source code.zip | 2022-12-17 | 60.9 MB | |
README.md | 2022-12-17 | 4.4 kB | |
Totals: 3 Items | 121.2 MB | 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
andgensim.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/3304
- Giving missing credit in EnsembleLDA to Alex in docs by @sezanzeb in https://github.com/RaRe-Technologies/gensim/pull/3393
- PERF: pyemd to POT for EMD computation in
wmdistance
by @TLouf in https://github.com/RaRe-Technologies/gensim/pull/3327 - Fixed bug in loss computation for Word2Vec with hierarchical softmax by @TalIfargan in https://github.com/RaRe-Technologies/gensim/pull/3397
- fix deprecation warning from pytest by @martino-vic in https://github.com/RaRe-Technologies/gensim/pull/3354
- Switch to Cython language level 3 by @pabs3 in https://github.com/RaRe-Technologies/gensim/pull/3344
- Implement numpy hack in setup.py to enable install under Poetry by @jaymegordo in https://github.com/RaRe-Technologies/gensim/pull/3363
- Fixed the broken link in readme.md by @aswin2108 in https://github.com/RaRe-Technologies/gensim/pull/3409
- Path Coherence Model to correctly handle empty documents by @PrimozGodec in https://github.com/RaRe-Technologies/gensim/pull/3406
- Add support for Python 3.11 and drop support for Python 3.7 by @acul3 in https://github.com/RaRe-Technologies/gensim/pull/3402
- clarify runtime expectations by @gojomo in https://github.com/RaRe-Technologies/gensim/pull/3381
- Fix bug that prevents loading old models by @funasshi in https://github.com/RaRe-Technologies/gensim/pull/3359
- refactor wheel building and testing workflow by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3410
- Fixed FastTextKeyedVectors handling in add_vector by @globba in https://github.com/RaRe-Technologies/gensim/pull/3389
- Flsamodel by @ERijck in https://github.com/RaRe-Technologies/gensim/pull/3398
- Fix backwards compatibility bug in Word2Vec by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3415
- fix numpy hack in setup.py by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3416
- updated changelog for next release by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3412
New 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