Releases: tsrobinson/SyGNet
Releases · tsrobinson/SyGNet
v0.0.13
v0.0.12
Catch up release incl. updates to documentation and bug fixes detailed in README
What's Changed
- minor fixes by @antndlcrx in #46
- V0.0.11dev by @tsrobinson in #47
Full Changelog: v0.0.10...v0.0.12
v0.0.10
Minor patch to allow for conda-forge release
Full Changelog: v0.0.9...v0.0.10
v0.0.9
Hopefully our final alpha release.
What's Changed
- fix #28 add cgan support by @ayn2 in #34
- create experimental.py resolve #12 by @antndlcrx in #36
- update readme by @tsrobinson in #38
- Make compat with other devices by @tsrobinson in #40
- Experimental.py update by @antndlcrx in #42
- Large update for v0.0.9 by @tsrobinson in #43
New Contributors
- @antndlcrx made their first contribution in #36
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Make default tuner not use cross-validation by @tsrobinson in #31
- update toml and readme by @tsrobinson in #32
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Update train functions to return losses by @tsrobinson in #26
- Update
tune()function by @tsrobinson in #27
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Minor change lowering torch dependency for Bede opence compatibility.
v0.0.5
What's Changed
- fix #3 by @tsrobinson in #20
- Rename submodules by @tsrobinson in #21
Full Changelog: v0.0.4...v0.0.5
Version 0.0.4c
Note: no changes from other v0.0.4 tags -- trying to debug GitHub Actions release trigger
v0.0.3
Minor update.
Changes:
- Fixes column ordering issue when using mixed activation layer
- Updates example