Releases: slaclab/lume-model
v1.4
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.
v1.3
Array handling was not suited to the three types provided in yaml configuration: filepath, list, string
This PR implements fixes for handling all three.
v1.2
This release fixes bug introduced in last release when parsing numpy arrays and fixes the action build by enforcing strict channel use.
v1.1
This release fixes a bug that excluded loading of numpy files for array variables defined in the variables.yml.
v1.0
Create initial major release.
v0.13.1
Fixes bug in parsing array variables from yaml.
v0.13
This release pins the pydantic version to less than 1.8.2. A bug was introduced in the latest release failing on some validation. The constrain will be removed once this issue is closed.
v0.12
This release moves fully to Tensorflow 2 and removes v1 session and graph scoping. After release, no prior versions should be used.
v0.11
Corrects bugs in array variables and allows for nan pv values.
v0.10
Implements array variables and corrects build action