Releases: LLNL/merlin-spellbook
Releases · LLNL/merlin-spellbook
v0.8.1
v 0.8.0
[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
[0.7.4]
Fixed
learn.make_regressor
andlearn_alt.random_forest
properly callsutils.load_infile
.
v0.7.3
[0.7.3]
Fixed
make-barrier-qoi
can accept no constraints.make-barrier-qoi
appliesnumpy.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
andml.learn_alt
use correctload_infiles
function fromutils
.
v0.7.2
[0.7.2]
Fixed
- Add missing init.py to optimization module.
Changed
- Remove .keepme file in optimization module.
v 0.7.1
[0.7.1]
Fixed
- Package version
v 0.7.0
[0.7.0]
Added
- function
make-barrier-cost
to create optimization cost functions
v0.6.1
[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
[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
[0.5.3]
Fixed
- version number in docs and setup.py to match 0.5.3