Skip to content

Releases: marcorossi5/DUNEdn

2.0.0-rc

07 Jun 08:10
Compare
Choose a tag to compare
2.0.0-rc Pre-release
Pre-release

Realease 2.0.0-rc

Welcome to the 2.0.0 release candidate of DUNEdn. There are many updates in this version that we hope you'll like, some of the key highlights include:

  • Dropping Args: the class no longer takes care of the user settings, it has been replaced by yaml runcard parsing.
  • Refactoring modules: the code has been made more modular introducing the AbstractNet class with methods like compile, fit and predict that mimicks TensorFlow APIs in PyTorch.
  • Onnx: added functionality to port models to Onnx format. Added examples for accuracy and performance comparison to PyTorch.
  • Documentation: the package documentation is now hosted by dunedn.readthedocs.io.

What's Changed

Full Changelog: 1.0.0...2.0.0-rc

1.0.1

12 Jan 18:19
Compare
Choose a tag to compare

What's Changed

  • fixing environment variables loading
  • enable continuous integration with pytest testing
  • replace print statements with python logging utility
  • publish PyPI package

Full Changelog: 1.0.0...1.0.1

dunedn: first release

08 Jan 09:56
Compare
Choose a tag to compare