Releases: marcorossi5/DUNEdn
Releases · marcorossi5/DUNEdn
2.0.0-rc
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
andpredict
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
- Release 1.0.0 by @marcorossi5 in #8
- Development branch by @marcorossi5 in #12
Full Changelog: 1.0.0...2.0.0-rc
1.0.1
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
dunedn: first release
Full Changelog: https://github.com/marcorossi5/DUNEdn/commits/1.0.0