v0.4.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #148
- Support changing the range and fixing the value of
VaryingParameter
s by @AngelFP in #150 - Fix bug with parameter type in Ax generators by @AngelFP in #152
- Support arrays and arbitrary objects in history by @AngelFP in #149
- Do not require analyzed parameters in
attach_trials
by @AngelFP in #153 - Rename
local_threading
tothreads
by @AngelFP in #155 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #157
- Implement
Parameter
s as PydanticBaseModel
s and improve exploration diagnostics by @AngelFP in #120 - Log to
stdout
by @AngelFP in #161 - Make Ax optional by @RemiLehe in #156
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #162
- Update HiPACE++ template script by @AngelFP in #142
- Fix typo in Maxwell installation instructions by @AngelFP in #159
- Fix bug with fixed parameters by @AngelFP in #158
- Use Python 3.11 on Maxwell by @AngelFP in #167
- Add new plots and methods to
ExplorationDiagnostics
by @AngelFP in #165 - Keep trailing newline in template script by @AngelFP in #163
- Adds a new plot to
ExplorationDiagnostics
by @delaossa in #168 - Allow plots in
ExplorationDiagnostics
to be drawn in a grid by @delaossa in #172 - Show evaluation indices of "top" simulations by @delaossa in #173
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #174
- Add methods to print information about the evaluations by @delaossa in #175
- Fix bug in pandas dtype when converting from numpy by @AngelFP in #171
- Expose
stdout
andstderr
filenames to user by @AngelFP in #176 - Add support for constraints in Ax generators using the Service API by @AngelFP in #170
- Add evaluation timeout and improve handling of evaluations that failed to launch by @AngelFP in #164
- Improve handling of failed evaluations by @AngelFP in #154
- Add conda-forge badge and update docs by @AngelFP in #177
- Require
libEnsemble >= 1.2
by @AngelFP in #179
Full Changelog: v0.3.1...v0.4.0