Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-10-27 | 1.1 kB | |
v0.5.5 source code.tar.gz | 2024-10-27 | 217.8 kB | |
v0.5.5 source code.zip | 2024-10-27 | 249.2 kB | |
Totals: 3 Items | 468.2 kB | 0 |
Support for python 3.12
This release adds support for python 3.12 by updating scipy and using nmslib-metabrainz rather than nmslib.
What's Changed
- Fix export_umls_json.py by @ethanhkim in https://github.com/allenai/scispacy/pull/511
- Add support matrix for nmslib installation by @dakinggg in https://github.com/allenai/scispacy/pull/524
- Update Dockerfile by @dakinggg in https://github.com/allenai/scispacy/pull/525
- Support Python 3.12 via newer scipy and nmslib-metabrainz by @jason-nance in https://github.com/allenai/scispacy/pull/523
- Add shorter version of pip installing nmslib from source by @svlandeg in https://github.com/allenai/scispacy/pull/529
- Version bump by @dakinggg in https://github.com/allenai/scispacy/pull/530
New Contributors
- @ethanhkim made their first contribution in https://github.com/allenai/scispacy/pull/511
- @jason-nance made their first contribution in https://github.com/allenai/scispacy/pull/523
- @svlandeg made their first contribution in https://github.com/allenai/scispacy/pull/529
Full Changelog: https://github.com/allenai/scispacy/compare/v0.5.4...v0.5.5