Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 838 Bytes

RELEASE-NOTES.md

File metadata and controls

14 lines (11 loc) · 838 Bytes

JNA-InChI Release Notes

v1.1 (2022-01-23)

  • Methods on JnaInchi will now throw a RuntimeException rather than an Error if loading the InChI library fails e.g. unsupported platform
  • Added methods to retrieve the version number of this library and the bundled InChI library
  • Added support for SAbs and OutErrInChI flags
  • molToInchi now uses the classic InChI API rather than IXA. This allows S-groups to be ignored when no polymer options are specified (#18)
  • Ambiguous combinations of InchiFlags are now rejected e.g. ChiralFlagON and ChiralFlagOFF

v1.0.1 (2021-12-15)

  • Removed duplicated files from jna-inchi-api module

v1.0 (2021-12-13)

  • Initial release with support for InChI 1.06 on Linux (x86/x86-64/ARM), Mac (ARM64/x86-64) and Windows (x86/x86-64)