Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@dmpelt dmpelt released this 14 Sep 10:45
· 3 commits to master since this release
b952a48

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