Releases: slaclab/lume-model
Releases · slaclab/lume-model
v1.7.1
LUME-Model v1.7.0
What's Changed
- Discontinue support for Python 3.7 & 3.8 and pin pydantic version by @t-bz in #84
- Register transformers and add option to pass a model to PyTorchModel constructor by @t-bz in #85
- Make LUMEBaseModel pydantic and change in-/output variables to lists by @t-bz in #86
- Clean up and restructure model subpackages by @t-bz in #87
- Pydantic v2 by @roussel-ryan in #88
- Allow relative paths in YAML files and update docs by @t-bz in #89
New Contributors
- @roussel-ryan made their first contribution in #88
Full Changelog: v1.6.0...v1.7.0
LUME-Model v1.6.0
What's Changed
- Fixing inverted output shape in LUMEModule by @kathryn-baker in #80
- LUMEModule trainable as custom mean by @kathryn-baker in #81
- Add GPU support by @t-bz in #82
- Fix handling of gradients and train/eval mode by @t-bz in #83
New Contributors
Full Changelog: v1.5.0...v1.6.0
LUME-Model 1.5.0
What's Changed
- Check in PyTorchModel by @kathryn-baker in #79
New Contributors
- @kathryn-baker made their first contribution in #79
Full Changelog: v1.4.6...v1.5.0
v1.4.6
This patch fixes string value_type
when loading array variables with the packaged utilities.
What's Changed
- Correct return/input types by @jacquelinegarrahan in #74
- Add loading of variables from yaml by @jacquelinegarrahan in #75
- Check in documentation for variable types by @jacquelinegarrahan in #76
- Fixes for array processing and updates to docs by @jacquelinegarrahan in #77
Full Changelog: v1.4.5...v1.4.6
v1.4.5
Last correction broke evaluate.
What's Changed
- Check in corrected Keras model by @jacquelinegarrahan in #73
Full Changelog: v1.4.4...v1.4.5
v1.4.4
Fix handling dictionaries in Keras model.
What's Changed
- Fix dict formatting by @jacquelinegarrahan in #72
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Remove input_format from Keras model.
What's Changed
- Remove all input formatting by @jacquelinegarrahan in #71
Full Changelog: v1.4.2...v1.4.3
v1.4.2
Applies additional patches to keras model:
What's Changed
- Fix keras return by @jacquelinegarrahan in #69
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Applies Keras model patch
What's Changed
- Docs maintenance by @jacquelinegarrahan in #59
- Use 3.9 for workflows by @jacquelinegarrahan in #60
- Remove surrogate references by @jacquelinegarrahan in #61
- Render full utils in docs by @jacquelinegarrahan in #62
- Docs maintenance by @jacquelinegarrahan in #63
- Change installation in README by @jacquelinegarrahan in #64
- Docs maintenance by @jacquelinegarrahan in #66
- Sync index and readme by @jacquelinegarrahan in #67
- Fix documentation of dict returns of evaluate by @jacquelinegarrahan in #68
Full Changelog: v1.4...v1.4.1