Skip to content

Version 1.0.1

Latest

Choose a tag to compare

@mhuen mhuen released this 07 Sep 17:20
· 7 commits to master since this release

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

Full Changelog: v1.0.0...v1.0.1