Skip to content

4.3.0

Compare
Choose a tag to compare
@mpenkov mpenkov released this 21 Dec 00:42
· 99 commits to develop since this release

What's Changed

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

New Contributors

Full Changelog: 4.2.0...4.3.0