-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deprecations in SoftCosineSimilarity #2938
Comments
…and we're also still using the deprecated
|
And more:
The whole CI log could do with a careful inspection. |
@piskvorky I can remove the deprecated parameters together with their tests and open a PR. Please note that this will break backwards compatibility, i.e. the PR should only be merged if we are going for the next major release of Gensim. |
Thanks! Yes, we are going for the next major release. Current |
Most of the deprecation warnings are fixed by #2940 except ...
... this one, which originates from |
Awesome, thanks!
It's probably the test line a bit lower down, without the Gensim-data releases are immutable, so we should make a new release of the |
When running our CI test suite, I see an array of deprecation warnings:
https://dev.azure.com/rare-technologies/gensim-ci/_build/results?buildId=287&view=logs&jobId=f9575ddc-dec8-54e6-9d26-abb8bdd9bed7&j=f9575ddc-dec8-54e6-9d26-abb8bdd9bed7&t=180156a9-2bf9-537d-c84a-ef9e808c0367
Some are from gensim, some from scipy:
@Witiko could you please have a look? Is it something your existing PR already addresses?
If not, can you please fix those? Thanks.
The text was updated successfully, but these errors were encountered: