Prep for v0.5#173
Merged
Merged
Conversation
ONe of the assertions in the memory free test was incorrect, due to memory caching, one can potentially allocate device memory without an exact corresponding increase in observed memory usage. STream order bug was latent, I think recent changes to constraints have exposed it, but it predates v0.5
Contributor
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Adds complete 0.5.0 changelog entry with features, bug fixes, and miscellaneous items; content is identical to docs/changelog.md |
| docs/changelog.md | Adds the same 0.5.0 changelog entry as CHANGELOG.md; both files are kept in sync |
| VERSION | Version string bumped from 0.4.0 to 0.5.0 |
| CMakeLists.txt | Project VERSION bumped from 0.4.0 to 0.5.0; no other changes |
| nvmolkit/init.py | VERSION constant bumped to 0.5.0; consistent with pyproject.toml and other version files |
| pyproject.toml | version bumped to 0.5.0; requires-python constraint unchanged at >=3.10,<3.15 |
| .github/workflows/conda-build.yml | Python 3.10 matrix entry updated from rdkit 2024.9.6 to 2025.3.6, with matching config string |
| .github/workflows/cpp-build-test.yml | RDKit version in setup_dependencies.sh invocation updated from 2024.09.6 to 2025.03.6 |
| admin/ci/setup_dependencies.sh | Default RDKIT_VERSION fallback updated from 2024.09.6 to 2025.03.6 |
| admin/container/ubuntu22_py312_rdkit202503.yml | Renamed from ubuntu22_py312_rdkit202409.yml; image_name and rdkit/librdkit-dev versions updated to 2025.03.6 |
| admin/container/ubuntu22_gcc13.yml | rdkit and librdkit-dev versions updated from 2024.09.4 to 2025.03.6 |
| admin/container/ubuntu_24_clang17.yml | rdkit and librdkit-dev versions updated from 2024.09.4 to 2025.03.6 |
| admin/distribute/verify_conda_version_combinations.sh | RDKIT_VERSIONS updated: removed 2024.09.6, added 2025.09.6 and 2026.03.1 to reflect new support range |
| cmake/rdkit.cmake | Comment updated to remove version-specific parenthetical; no functional changes |
| README.md | Version reference updated from v0.2.0 to v0.5.0 and RDKit dev install example updated from 2024.09.6 to 2025.03.6 |
| docs/index.rst | Version reference updated from v0.4.0 to v0.5.0 and RDKit range updated to 2025.03.1 through 2026.03.1 |
Reviews (1): Last reviewed commit: "Changes to docstrings" | Re-trigger Greptile
evasnow1992
approved these changes
May 13, 2026
Collaborator
evasnow1992
left a comment
There was a problem hiding this comment.
Changes look good to me. Thank you for bumping the version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add changelog, bump version strings, bump build matrix and dockerfiles