Skip to content

Version 23.0.0

Compare
Choose a tag to compare
@gfardell gfardell released this 17 Mar 13:56
· 361 commits to master since this release
e37dd95

Install using files from https://anaconda.org/ccpi/cil/files?version=23.0.0

v23.0.0
This is mostly a release cleaning up deprecated code and improving documentation of readers.

  • Partitioner is now able to create batches even if angle is not the outer dimension
  • Renamed max_iteration_stop_cryterion method in the Algorithm class to max_iteration_stop_criterion
  • Removed (previously deprecated) very_verbose parameter in Algorithm's run method.
  • Removed (previously deprecated) axpby method in DataContainer.
  • Deprecate use of integer compression in NEXUSDataWriter.
  • Improved and tidied up documentation for all readers and writers, including hiding special members.
  • Use arguments instead of kwargs in all readers and writers with multiple kwargs, making documentation easier.
  • Update Apache2 License Headers.