Skip to content

Releases: slaclab/lume-model

LUME-Model v1.7.0

01 Mar 20:57
2921e65
Compare
Choose a tag to compare

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

Full Changelog: v1.6.0...v1.7.0

LUME-Model v1.6.0

30 Jun 19:36
e43850f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @t-bz made their first contribution in #82

Full Changelog: v1.5.0...v1.6.0

LUME-Model 1.5.0

11 Apr 17:48
fdc9887
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.6...v1.5.0

v1.4.6

19 Oct 20:25
a99aeae
Compare
Choose a tag to compare

This patch fixes string value_type when loading array variables with the packaged utilities.

What's Changed

Full Changelog: v1.4.5...v1.4.6

v1.4.5

12 Oct 18:28
4744583
Compare
Choose a tag to compare

Last correction broke evaluate.

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4

12 Oct 18:12
ac235a5
Compare
Choose a tag to compare

Fix handling dictionaries in Keras model.

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

11 Oct 23:17
3b5855b
Compare
Choose a tag to compare

Remove input_format from Keras model.

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

11 Oct 22:24
bc1f661
Compare
Choose a tag to compare

Applies additional patches to keras model:

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

11 Oct 19:59
036418b
Compare
Choose a tag to compare

Applies Keras model patch

What's Changed

Full Changelog: v1.4...v1.4.1

v1.4

12 Apr 20:23
b0803a5
Compare
Choose a tag to compare

This release renames the existing SurrogateModel class to BaseModel. This will be a breaking change for models using SurrogateModel subclasses, but the meaning had departed as these are intended for any model base.