Skip to content

Bump rdkit from 2025.9.6 to 2026.3.1#159

Open
dependabot[bot] wants to merge 1 commit into
dev-kubefrom
dependabot/pip/dev-kube/rdkit-2026.3.1
Open

Bump rdkit from 2025.9.6 to 2026.3.1#159
dependabot[bot] wants to merge 1 commit into
dev-kubefrom
dependabot/pip/dev-kube/rdkit-2026.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 11, 2026

Bumps rdkit from 2025.9.6 to 2026.3.1.

Release notes

Sourced from rdkit's releases.

2026_03_1 (Q1 2026) Release

Release_2026.03.1

(Changes relative to Release_2025.09.1)

Acknowledgements

(Note: I'm no longer attempting to manually curate names. If you would like to see your contribution acknowledged with your name, please set your name in GitHub)

Jakub Adamczyk, Rody Arantes, Kevin Boyd, Jessica Braun, Katharina Buchthal, Jackson Burns, Chi Cheng, David Cosgrove, Andrew Dirksen, Sergey Fedorov, Justin Gullingsrud, Tad Hurst, Lauriane Jacot-Descombes, Gareth Jones, Eisuke Kawashima, Brian Kelley, Joos Kiener, Jimmy Kromann, Phong Lam, Niels Maeder, Josh A. Mitchell, Dan Nealschneider, Yakov Pechersky, Patrick Penner, Paul Pillot, Rachael Pirie, Eliot Ragueneau, Max Rietmann, Pat Riley, Ricardo Rodriguez, Lukas Sigmund, Anton Siomchen, Raul Sofia, Matt Swain, Paolo Tosco, Ivan Tubert-Brohman, Philip Ullmann, Chris Von Bargen, Rachel Walker, Nic Zonta, 空酱, dkranthi221, EvaSnow, Pavel, stephenting22, Paul, paconius, spparel, wszqkzqk, Diogo, dehaenw

Highlights

  • A significant number of known SMILES canonicalization problems were resolved.
  • It's now possible to provide your own matching functions to supplement or replace the defaults when doing substructure matching.
  • An experimental new implementation of shape-based alignment using Gaussians.
  • Improvements to the molecular templates for 2D depiction and handling of macrocycles in the templates.

Backwards incompatible changes:

  • The Dict class (and therefore all the properties interfaces) has been updated to std::string_view keys. This is transparent to the Python interfaces, but some C++ class might have to be updated.
  • Simple AND queries are now merged into atoms. E.g. [C&+] now produces the the same result as [C+] when parsed as SMARTS.
  • Molecules which do not have potential chiral centers or stereobonds will no longer have the "_CIPRank" atom property set by default. If you want to force the calculation of pseudo-CIP ranks, you can call Chem.ComputeAtomCIPRanks(). Note that if you just want a symmetry-aware canonical ranking of the atoms in a molecule, it is more efficient to use Chem.CanonicalRankAtoms(mol, breakTies=False).
  • The behavior of H removal has changed slightly: hydrides will no longer removed by default, as this changes the global charge of the mol.
  • MolToSmarts() no longer adds implicit hydrogens to atoms without queries. The one exception to this is for chiral atoms, which will still have an implicit H added if present.
  • Molecules no longer have a __computedProps property by default. The property is added whenever it's needed. The property is considered private (as indicated by the leading underscores) and shouldn't be used in client code, but if your code relies on its presence in molecules, you may need to check for it and add it yourself.

... (truncated)

Changelog

Sourced from rdkit's changelog.

Release_2026.09.1

(Changes relative to Release_2026.03.1)

Acknowledgements

(Note: I'm no longer attempting to manually curate names. If you would like to see your contribution acknowledged with your name, please set your name in GitHub)

Highlights

Backwards incompatible changes:

  • Since #9208, atom rings are "normalized" so that the first atom in the ring definition is the one with the lowest index, and the second one is the neighbor to the first which also has the lowest index.

Code removed in this release:

Deprecated code (to be removed in a future release):

Release_2026.03.1

(Changes relative to Release_2025.09.1)

Acknowledgements

(Note: I'm no longer attempting to manually curate names. If you would like to see your contribution acknowledged with your name, please set your name in GitHub)

Jakub Adamczyk, Rody Arantes, Kevin Boyd, Jessica Braun, Katharina Buchthal, Jackson Burns, Chi Cheng, David Cosgrove, Andrew Dirksen, Sergey Fedorov, Justin Gullingsrud, Tad Hurst, Lauriane Jacot-Descombes, Gareth Jones, Eisuke Kawashima, Brian Kelley, Joos Kiener, Jimmy Kromann, Phong Lam, Niels Maeder, Josh A. Mitchell, Dan Nealschneider, Yakov Pechersky, Patrick Penner, Paul Pillot, Rachael Pirie, Eliot Ragueneau, Max Rietmann, Pat Riley, Ricardo Rodriguez, Lukas Sigmund, Anton Siomchen, Raul Sofia, Matt Swain, Paolo Tosco, Ivan Tubert-Brohman, Philip Ullmann, Chris Von Bargen, Rachel Walker, Nic Zonta, 空酱, dkranthi221, EvaSnow, Pavel, stephenting22, Paul, paconius, spparel, wszqkzqk, Diogo, dehaenw

Highlights

  • A significant number of known SMILES canonicalization problems were resolved.
  • It's now possible to provide your own matching functions to supplement or replace the defaults when doing substructure matching.
  • An experimental new implementation of shape-based alignment using Gaussians.
  • Improvements to the molecular templates for 2D depiction and handling of macrocycles in the templates.

Backwards incompatible changes:

  • The Dict class (and therefore all the properties interfaces) has been updated to std::string_view keys. This is transparent to the Python interfaces,

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 11, 2026
@dependabot dependabot Bot changed the title Bump rdkit from 2024.3.1 to 2026.3.1 Bump rdkit from 2025.9.6 to 2026.3.1 Apr 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/dev-kube/rdkit-2026.3.1 branch from 00a7e8b to 610ef96 Compare April 13, 2026 17:15
Bumps [rdkit](https://github.com/rdkit/rdkit) from 2024.3.1 to 2026.3.1.
- [Release notes](https://github.com/rdkit/rdkit/releases)
- [Changelog](https://github.com/rdkit/rdkit/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/rdkit/rdkit/commits)

---
updated-dependencies:
- dependency-name: rdkit
  dependency-version: 2026.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/dev-kube/rdkit-2026.3.1 branch from 610ef96 to 55586c8 Compare April 13, 2026 18:56
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.

0 participants