Skip to content

Releases: LLNL/merlin-spellbook

v0.8.1

08 Mar 16:42
bad1eb9
Compare
Choose a tag to compare

[0.8.1]

Fixed

  • style and version number
  • testing for make-samples

v 0.8.0

08 Mar 00:57
7ca9482
Compare
Choose a tag to compare

[0.8.0]

Added

  • -round and -repeat options to make-samples, which allows for mixed integers and floats

Changed

  • changed python version support to 3.7 - 3.11 (3.6 is past end-of-life)

v 0.7.4

26 Sep 22:09
ac92608
Compare
Choose a tag to compare

[0.7.4]

Fixed

  • learn.make_regressor and learn_alt.random_forest properly calls utils.load_infile.

v0.7.3

19 Sep 22:51
00451ee
Compare
Choose a tag to compare

[0.7.3]

Fixed

  • make-barrier-qoi can accept no constraints.
  • make-barrier-qoi applies numpy.atleast_2d to the qoi before returning.
  • make-barrier-qoi correctly normalizes inputs from 0 to 1.
  • utils.stack_arrays returns inputs in correct shape: (# of features, dim of feature).
  • ml.learn and ml.learn_alt use correct load_infiles function from utils.

v0.7.2

30 Aug 12:44
4f7312b
Compare
Choose a tag to compare

[0.7.2]

Fixed

  • Add missing init.py to optimization module.

Changed

  • Remove .keepme file in optimization module.

v 0.7.1

19 Aug 21:34
59280f0
Compare
Choose a tag to compare

[0.7.1]

Fixed

  • Package version

v 0.7.0

19 Aug 21:24
986c688
Compare
Choose a tag to compare

[0.7.0]

Added

  • function make-barrier-cost to create optimization cost functions

v0.6.1

25 Mar 23:33
da56aae
Compare
Choose a tag to compare

[0.6.1]

Added

  • pylint to dev requirements for format checking

Changed

  • Conduit tests are skipped when conduit python package is not available. (test_conduit.py is also skipped for format checking)
  • Rename l variable in setup.py to line.
  • Removed unused import libraries.
  • Fixed bare "except" statements.
  • Created a get_samples function for sample generation in MakeSamples.run to simplify run function.
  • Update workflow to always run syntax checkers even if previous syntax heckers fail.
  • Reformat code with isort, black and pylint to fit coding standards

v0.6.0

18 Mar 20:59
bbaa77b
Compare
Choose a tag to compare

[0.6.0]

Added

  • Delimiter option in serialization command.

Changed

  • In serialize command, grab the first entry as the key and everything else as the value.

v0.5.3

16 Mar 20:11
cd98c87
Compare
Choose a tag to compare

[0.5.3]

Fixed

  • version number in docs and setup.py to match 0.5.3