diff --git a/CMakeLists.txt b/CMakeLists.txt index e4b553cad2..5e8aaf7899 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/Docs/Book/conf.py b/Docs/Book/conf.py index 0c71274455..354feee8f9 100644 --- a/Docs/Book/conf.py +++ b/Docs/Book/conf.py @@ -54,7 +54,7 @@ # 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. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 71eb5d588e..23d19da6e4 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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)