update release artifacts

This commit is contained in:
greg landrum
2024-03-07 10:00:00 +01:00
parent 1c2f3f61d5
commit 1b051b53af
3 changed files with 45 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ set(RDK_PYTHON_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/rdkit")
# Config variables:
set(RDKit_Year "2023")
set(RDKit_Month "09")
set(RDKit_Revision "5")
set(RDKit_Revision "6")
set(RDKit_RevisionModifier "")
set(RDKit_ABI "1")

View File

@@ -54,7 +54,7 @@ copyright = u'2023, Greg Landrum and other RDKit contributors'
# The short X.Y version.
version = '2023.09'
# The full version, including alpha/beta/rc tags.
release = '2023.09.5'
release = '2023.09.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -1,3 +1,46 @@
# Release_2023.09.6
(Changes relative to Release_2023.09.6)
## 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)
Armin Ariamajd, Chris Von Bargen, Théophile Gaudin, Gareth Jones, Brian Kelley,
David Lounsbrough Paolo Tosco, Ricardo Rodriguez-Schmidt, Riccardo Vianello,
Rachel Walker, sitanshubhunia, nbehrnd,
## New Features and Enhancements:
- Copy stereo and substance groups during insertMol
(github issue #7064 from cdvonbargen)
- Make addStereoAnnotation public
(github issue #7140 from cdvonbargen)
- Improve output of debugMol
(github pull #7172 from greglandrum)
- update cookbook, draw molecule with atom indices
(github pull #7173 from nbehrnd)
- Update MinimalLib Dockerfiles
(github pull #7182 from ptosco)
- Don't reset computed properties if already empty
(github pull #7188 from rachelnwalker)
- Add some ExplicitBitVect operations to Swig
(github pull #7204 from jones-gareth)
## Bug Fixes:
- Chemical reactions with radicals cannot be pickled and unpickled.
(github issue #5890 from sitanshubhunia)
- Stereo Annotation Appears Incorrect
(github issue #7157 from lounsbrough)
- Adding missing headers in ReactionParser.h
(github pull #7163 from tgaudin)
- fix: add PandasTools support for pandas 2.2
(github pull #7165 from AAriam)
- Fix leaking Bonds on unmatched ring closures
(github pull #7178 from ricrogz)
- Fix Uncharger applying to already neutralized perhalic groups
(github pull #7211 from rvianello)
# Release_2023.09.5
(Changes relative to Release_2023.09.4)