Skip to content

Commit

Permalink
deprecation (rdkit#7272)
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum authored Mar 20, 2024
1 parent 693796d commit 4f1b88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ levineds-meta
(github pull #7233 from greglandrum)
- Avoid rebuilding FreeSASA at every build for no good reason
(github pull #7245 from ptosco)

## Code removed in this release:
- The python implementations of MolStandardize has been removed.
Please use the implementation in `rdkit.Chem.MolStandardize.rdMolStandardize` instead.
Expand All @@ -338,6 +339,7 @@ levineds-meta

## Deprecated code (to be removed in a future release):
- The PDBMolSupplier class has been deprecated and will be removed in the next release
- The legacy Python code for drawing molecules has been deprecated and will be removed in the next release. This includes the following modules in rdkit.Chem.Draw: aggCanvas, cairoCanvas, canvasbase, MolDrawing, mplCanvas, qtCanvas, spingCanvas; the functions Draw.MolToImageFile(), Draw.MolToMPL(), and Draw.MolToQPixmap(); the "canvas" argument to the function Draw.MolToImage(); and calling Draw.MolToFile() with imageTypes other than PNG or SVG,

# Release_2023.09.1
(Changes relative to Release_2023.03.1)
Expand Down

0 comments on commit 4f1b88a

Please sign in to comment.