Skip to content

Commit

Permalink
setup release
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Jul 5, 2022
1 parent ba6f9bb commit 080774c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ set(RDK_PYTHON_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/rdkit")
# Config variables:
set(RDKit_Year "2022")
set(RDKit_Month "03")
set(RDKit_Revision "3")
set(RDKit_Revision "4")
set(RDKit_RevisionModifier "")
set(RDKit_ABI "1")

Expand Down
39 changes: 39 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# Release_2022.03.4
(Changes relative to Release_2022.03.3)

## Acknowledgements
David Cosgrove, Peter Gedeck, Chris Kuenneth, Michel Moreau, Alex Rich, Ricardo
Rodriguez-Schmidt, Paolo Tosco, Ivan Tubert-Brohman, Rachel Walker,

## Bug Fixes:
- Runtime error when writing reaction with substance group to V3000 rxnblock
(github #5324 from rachelnwalker)
- Update docs for ReplaceSubstructs
(github #5343 from i-tub)
- Minimallib NPM release fixes - wrong node bin command in Dockerfile and prepublish npm script command replacement
(github #5349 from MichelML)
- Update code formatting in GettingStartedInPython.rst
(github #5350 from gedeck)
- Prevent wedging ring bonds
(github #5356 from greglandrum)
- Class info info missing for for wavy bonds in SVGs.
(github #5358 from DavidACosgrove)
- MolToSmiles with doRandom=True raises errors with molecules containing fragments.
(github #5372 from greglandrum)
- Fixes #1812
(github #5373 from kuelumbus)
- Fix typos in docString.
(github #5377 from DavidACosgrove)
- Restore #5103 that was accidentally reverted in #5132
(github #5381 from ptosco)
- cairo error when using similarity maps
(github #5383 from glandrum)
- MolDraw2DQt and MolDraw2DJS don't draw wavy bonds
(github #5386 from greglandrum)
- Typos in Install.md
(github #5388 from gedeck)
- MolDraw2DQt draws brackets incorrectly
(github #5389 from greglandrum)
- PandasTools should not always bring in IPythonConsole
(github #5392 from greglandrum)

# Release_2022.03.3
(Changes relative to Release_2022.03.2)

Expand Down

0 comments on commit 080774c

Please sign in to comment.