Releases: icecube/TFScripts
Releases · icecube/TFScripts
Version 1.0.1
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
Version 1.0.0
Release Notes:
- TFScripts is now meant to run with tensorflow 2.*
- Compatibility mode for TF1 still available in
tfscripts.compat.v1
Version 0.2.1
Bug Fix:
- Packages are now found automatically. This fixes import issues of sub-packages
Version 0.2.0
Release Notes:
- Travis integration added as well as some rudimentary unit tests.
- added option to pass in weights to the tfscripts.conv.locally_connected_2d
and tfscripts.conv.locally_connected_3d functions
Version v0.2.0 is planned to be the last release supporting Tensorflow 1. Tensorflow version 1.15 is recommended.
Initial Release
This is the initial release of TFScripts.