Skip to content

Commit

Permalink
update release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Mar 7, 2024
1 parent 1c2f3f6 commit 1b051b5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion Docs/Book/conf.py
Expand Up @@ -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.
Expand Down
43 changes: 43 additions & 0 deletions 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)

Expand Down

0 comments on commit 1b051b5

Please sign in to comment.