Skip to content

Releases: slaclab/lume-model

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.

v1.3

11 Mar 22:38
6094282
Compare
Choose a tag to compare

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

08 Mar 21:59
f00f635
Compare
Choose a tag to compare

This release fixes bug introduced in last release when parsing numpy arrays and fixes the action build by enforcing strict channel use.

v1.1

06 Mar 07:06
5f1b669
Compare
Choose a tag to compare

This release fixes a bug that excluded loading of numpy files for array variables defined in the variables.yml.

v1.0

12 Jan 22:08
eca5e7e
Compare
Choose a tag to compare

Create initial major release.

v0.13.1

11 Jan 18:32
eca5e7e
Compare
Choose a tag to compare

Fixes bug in parsing array variables from yaml.

v0.13

16 Aug 17:04
870c2f8
Compare
Choose a tag to compare

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

13 Aug 22:40
e563972
Compare
Choose a tag to compare

This release moves fully to Tensorflow 2 and removes v1 session and graph scoping. After release, no prior versions should be used.

v0.11

06 May 00:02
c4f8b48
Compare
Choose a tag to compare

Corrects bugs in array variables and allows for nan pv values.

v0.10

27 Apr 20:48
80e81ba
Compare
Choose a tag to compare

Implements array variables and corrects build action