Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 946 Bytes

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 946 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Added

Changed

Fixed

Removed

2.0.0 - 2020-09-14

Added

  • Ability to choose stopping criterion
  • Ability to choose loss functions and define custom loss functions
  • Travis and Appveyor continuous integration
  • Small documentation updates
  • Unit tests

Changed

  • The tifffile package is no longer required
  • Improve speed for gradient update
  • Remove OpenMP support for Windows due to build problems

Fixed

  • Loading of Windows C library for custom installations
  • Cross-platform examples
  • Saving and loading Python lists in network files

Removed

1.0.0 - 2019-07-11

Added

  • Initial release