Skip to content

v0.18.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 14:49

MolecularGraph v0.18.0

Diff since v0.17.3

  • The minimum required Julia version will be updated from 1.6 to 1.8 (due to OrderedCollections requiring Julia ≥ 1.7.1).
  • OrderedCollections has been added as a direct dependency.
  • The container for SDFile options (metadata) will be changed from Dict to OrderedDict, improving the consistency of metadata field order.
  • A new function sdfilescanner has been added. It works similarly to sdfilereader but does not parse the CTAB block. Instead, it returns a dictionary of metadata and the raw CTAB block as a string.

There are no breaking changes.

Closed issues:

  • Repeated cycles from mincyclebasis (#119)