Skip to content

Commit

Permalink
update release notes and cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Mar 28, 2022
1 parent 08fcf83 commit 7e205e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ set(RDK_PYTHON_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/rdkit")
set(RDKit_Year "2022")
set(RDKit_Month "03")
set(RDKit_Revision "1")
set(RDKit_RevisionModifier "b1")
set(RDKit_RevisionModifier "")
set(RDKit_ABI "1")

# we need an integer version of the month later, so remove the zero padding
Expand Down
12 changes: 11 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release_2022.03.1b1
# Release_2022.03.1
(Changes relative to Release_2021.09.1)

## Backwards incompatible changes
Expand Down Expand Up @@ -194,6 +194,10 @@ Walker, Maciej Wójcikowski, SPKorhonen, yuri@FreeBSD,
(github issue #5099 from ricrogz)
- fix a mistake in the enhanced stereochemistry substructure table
(github issue #5101 from greglandrum)
- NumRotatableBonds() incorrect for partially sanitized molecule
(github issue #5104 from greglandrum)
- Wiggly bonds don't override wedged bonds
(github issue #5108 from greglandrum)

## Cleanup work:
- Do the deprecations for the 2022.03 release
Expand Down Expand Up @@ -297,6 +301,12 @@ Walker, Maciej Wójcikowski, SPKorhonen, yuri@FreeBSD,
(github pull #5069 from bp-kelley)
- "Powered by RDKit" Badge
(github pull #5085 from cbouy)
- Add a couple of depiction helper functions and some JS bindings
(github pull #5115 from ptosco)
- Swig MolDraw2D cairo
(github pull #5128 from jones-gareth)
- Enables rdkit-structure-renderer.js in Jupyter Lab and Notebook
(github pull #5132 from ptosco)

## Deprecated code (to be removed in a future release):
- Python function `rdkit.Chem.WrapLogs()` is deprecated in favor of
Expand Down

0 comments on commit 7e205e0

Please sign in to comment.