Releases: lnccbrown/LANfactory
Releases · lnccbrown/LANfactory
0.6.1
What's Changed
- Add zenodo by @AlexanderFengler in #57
- Replace Code Style badge with Ruff badge in README by @cpaniaguam in #60
- adding codecov and pre-commit by @AlexanderFengler in #61
- Add badges by @AlexanderFengler in #62
- first round of test enhancements by @AlexanderFengler in #63
- one round of improvements on tests by @AlexanderFengler in #64
- Check py313 compatibility by @cpaniaguam in #67
- Fix: Reduce GPU batch size in test config to prevent dataset length calculation error by @cpaniaguam in #65
- Fix batch size handling in DatasetTorch to ensure at least one batch per file by @cpaniaguam in #66
- Docs use dynamic python version from pypi by @cpaniaguam in #69
- Ml flow integration by @AlexanderFengler in #71
- Add: MLflow documentation by @hannahhafner in #72
- Code simplifications by @AlexanderFengler in #74
- propagate version by @AlexanderFengler in #75
- bump version... by @AlexanderFengler in #76
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- Add transform-onnx script for converting TorchMLP models to ONNX format by @cpaniaguam in #50
- Fix basic tutorial by @cpaniaguam in #51
- 52 make jaxtrain/torchtrain config path optional by @cpaniaguam in #53
- Fix device handling in LoadTorchMLPInfer and LoadTorchMLP call methods by @cpaniaguam in #55
- Bump version from 0.5.3 to 0.6.0 by @cpaniaguam in #56
Full Changelog: 0.5.3...0.6.0
v0.5.3
What's Changed
- CLI README instructions for jaxtrain and torchtrain by @hannahhafner in #47
- refresh tutorials by @AlexanderFengler in #45
- bump ssms depdency version and bump lanfactory version in response by @AlexanderFengler in #49
New Contributors
- @hannahhafner made their first contribution in #47
Full Changelog: 0.5.1...0.5.3
v0.5.1
This release introduces CLI interfaces for torch and jax training.
What's Changed
- Bump to numpy 2 by @cpaniaguam in #21
- Jax tut by @AlexanderFengler in #17
- add initial test-suite by @AlexanderFengler in #23
- Drop implicit deps: numpy, jax, optax by @cpaniaguam in #31
- Restructure project by @cpaniaguam in #19
- 32 flaky test test end to end lan mlplan dummy network train config lan dummy generator config by @cpaniaguam in #38
- 33 add cli for pipeline processing by @cpaniaguam in #37
- Update ssm-simulators dependency to version 0.9.2 by @cpaniaguam in #42
- Add torch to cli by @AlexanderFengler in #43
- bump version to ready for release by @AlexanderFengler in #44
New Contributors
- @cpaniaguam made their first contribution in #21
Full Changelog: 0.4.7...0.5.1
v0.4.7
Mainly improvements to the documentation on this one.
v0.4.6
- adjust styling to newest version of black
- bump version to 0.4.6
v0.4.5
- Allow onnx file creation directly from torch model trainers
- Allow more network types to be manually specified for better file naming upon saving data from training runs
v0.4.4
- bug fix for MLPJax class which lead to wrong setting of network_type attribute
- adding some test notebooks for cpns
v0.4.3
- fix onnx import issue
v0.4.2
- some simplifications for jaxMLPs
- bring everything up to date and test on newest versions of torch / jax
- add some testing notebooks (prior for expanded documentation)