Release Notes
- Support for tensorflow version 2.16.1
- Update setup and CI
- Set random seeds
Added Functionality
- Added basic keras NN models:
DenseNN,DenseNNGaussian - Added 1D layer support
Commits and PRs
- Workaround for missing float64 pooling operations by @mhuen in #10
- adding 1d layers by @JanWeldert in #11
- Transformation of labels and outputs by @mhuen in #12
- Add pre-commit hook by @mhuen in #13
- Remove Trailing Comma - by @mhuen in #14
- Expose seed parameter to weight initialization by @mhuen in #15
New Contributors
- @JanWeldert made their first contribution in #11
Full Changelog: v1.0.0...v1.0.1