-
Notifications
You must be signed in to change notification settings - Fork 19
Update to latest matchms, gensim and poetry buildsystem #95
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
Conversation
…to-SpectrumDocument' into compatability-updates
|
@niekdejonge this is ready for review |
|
@hechth This is currently stalled as it is waiting for Gensim 4.4 which should be compatible with numpy>2 and scipy>1.14, which will bring the gensim dependencies in line with matchms dependencies. Then this PR can be merged and spec2vec can be finally updated. |
|
@hechth @niekdejonge gensim 4.4.0 with numpy 2 and Python 3.13 is out (not on conda yet). I added a PR to update versions. Tests are passing. |
This PR supercedes #93, #90, #74 and also #64 .
This includes the new poetry buildsystem for spec2vec as well as an update to work with the latest version of matchms.
I also added support for sparse computations.
So I think once this PR is merged all other PRs can be closed.