Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 01:15

CrystalInfoFramework v0.8.0

Diff since v0.7.0

This release has breaking changes, see below.

The package is in the process of being cleaned up for a 1.0 release. Any suggestions for changes to the API should be provided sooner rather than later.

Breaking change

  • The DataContainer submodule has been removed, and will be released as a standalone package. Software that did not explicitly import this submodule will not be affected.

Other changes

  • A CIF instance may be constructed from an IOStream, e.g. an already opened file.

Merged pull requests:

Closed issues:

  • Cif method that takes a file handle (#10)
  • Warning about method overwrites (#12)