Optimas

Latest version: v0.7.1

Safety actively analyzes 682229 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.1

Bug fix in the version number

0.7.0

What's Changed
* Fix crash when `n_init < sim_workers` by AngelFP in https://github.com/optimas-org/optimas/pull/207
* Expose `AxModelManager` methods in Service API generators and add new plotting methods by AngelFP in https://github.com/optimas-org/optimas/pull/169
* Fix typo by AngelFP in https://github.com/optimas-org/optimas/pull/212
* Add is_manager attribute by shuds13 in https://github.com/optimas-org/optimas/pull/205
* Fix docstring description in `ExplorationDiagnostics` by delaossa in https://github.com/optimas-org/optimas/pull/217
* Expose `precedent` and `extra_args` in `TemplateEvaluator` by AngelFP in https://github.com/optimas-org/optimas/pull/216
* Add ASTRA optimization example files by SJasterMerz in https://github.com/optimas-org/optimas/pull/211
* Allow attaching past evaluations that are outside of the current parameter range by AngelFP in https://github.com/optimas-org/optimas/pull/185
* A couple of improvements in plotting routines. by delaossa in https://github.com/optimas-org/optimas/pull/224
* Correct comment in `gen_func` by RemiLehe in https://github.com/optimas-org/optimas/pull/227
* Assign `np.nan` only when the type is `float` by delaossa in https://github.com/optimas-org/optimas/pull/231
* Fix a bug in incorporating history file by delaossa in https://github.com/optimas-org/optimas/pull/230
* Add folders to `.gitignore` that are generated when installing optimas. by delaossa in https://github.com/optimas-org/optimas/pull/233
* README: Install All Dependencies by ax3l in https://github.com/optimas-org/optimas/pull/192
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/optimas-org/optimas/pull/229
* Enable batch trial generation by RemiLehe in https://github.com/optimas-org/optimas/pull/232
* Fix ax-platform version by RemiLehe in https://github.com/optimas-org/optimas/pull/238
* Update boundary conditions in WarpX example by n01r in https://github.com/optimas-org/optimas/pull/237
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/optimas-org/optimas/pull/241
* Use more robust calculation of the emittance. by RemiLehe in https://github.com/optimas-org/optimas/pull/240

New Contributors
* SJasterMerz made their first contribution in https://github.com/optimas-org/optimas/pull/211
* n01r made their first contribution in https://github.com/optimas-org/optimas/pull/237

**Full Changelog**: https://github.com/optimas-org/optimas/compare/v0.6.0...v0.6.1

0.6.0

New Contributors
* RTSandberg made their first contribution in https://github.com/optimas-org/optimas/pull/196

**Full Changelog**: https://github.com/optimas-org/optimas/compare/v0.5.0...v0.6.0

0.5.0

What's Changed
* Implement `AxModelManager` and allow building GP models from diagnostics by delaossa in https://github.com/optimas-org/optimas/pull/178


**Full Changelog**: https://github.com/optimas-org/optimas/compare/v0.4.1...v0.5.0

0.4.1

What's Changed
* Update and speedup tests by AngelFP in https://github.com/optimas-org/optimas/pull/180
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/optimas-org/optimas/pull/181
* Fix for Ax `v0.3.7` by AngelFP in https://github.com/optimas-org/optimas/pull/184


**Full Changelog**: https://github.com/optimas-org/optimas/compare/v0.4.0...v0.4.1

0.4.0

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


**Full Changelog**: https://github.com/optimas-org/optimas/compare/v0.3.1...v0.4.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.