Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps gensim from 4.3.2 to 4.4.0.

Release notes

Sourced from gensim's releases.

4.4.0, 2025-10-13

🌟 New Features

🔴 Bug fixes

  • Fixed type conversion issues in keyedvectors.py (e.g., get_mean_vector, sort_by_descending_frequency, save_word2vec_format). (julianpollmann, #3615)
  • Fixed type issues in ldamodel.py update_dir_prior(). (julianpollmann, #3615)
  • Removed deprecated usage of scipy.sparsetools to e.g., scipy.sparse.csc_matvecs, scipy.sparse.csc_matrix. (hechth, julianpollmann, #3615)
  • Corrected sorting behavior and dtype compatibility problems. (julianpollmann, #3615)
  • Fixed issues in internal Cython 3 modules (nogil, noexcept, type definitions). (julianpollmann, #3615)

📚 Tutorial and doc improvements

👍 Improvements

Changelog

Sourced from gensim's changelog.

4.4.0, 2025-10-16

👍 Improvements

📚 Tutorial and doc improvements

4.3.3, 2024-07-19

🌟 New Features

🔴 Bug fixes

  • Correct file argument name in KeyedVectors.save docstring (hammad7, #3532)
  • Import deprecated scipy.linalg.triu from numpy.triu instead (Luffy610, #3524)

📚 Tutorial and doc improvements

👍 Improvements

Commits
  • ee2642b Merge branch 'release-4.4.0'
  • dcbc148 hack prepare.sh to get this release out the door
  • b66b1a3 update changelog for v4.4.0
  • 90b3462 bump version to 4.4.0 everywhere
  • 4b048d4 git add CHANGELOG.md
  • 743e0a7 Fix release date for version 4.4.0
  • 38bf888 Merge pull request #3629 from piskvorky/release-4.4.0
  • c0aa048 Update CHANGELOG for version 4.4.0 release
  • edb8cfc Update CHANGELOG.md
  • 20e3558 Bump version from 4.4.0a0.dev0 to 4.4.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [gensim](https://github.com/RaRe-Technologies/gensim) from 4.3.2 to 4.4.0.
- [Release notes](https://github.com/RaRe-Technologies/gensim/releases)
- [Changelog](https://github.com/piskvorky/gensim/blob/develop/CHANGELOG.md)
- [Commits](piskvorky/gensim@4.3.2...4.4.0)

---
updated-dependencies:
- dependency-name: gensim
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant