Releases: xsuite/xdeps
Releases · xsuite/xdeps
Xdeps version 0.9.0
Changes:
- Flag overwrite added to
Manager.copy_from_expr
. IfTrue
(default), overwrite existing tasks with the same target. Otherwise, leave the existing task untouched. - Add a new method
Table.concatenate
to join tables.
Full Changelog: v0.8.4...v0.9.0
Xdeps version 0.8.3
Changes:
Full Changelog: v0.8.2...v0.8.3
Xdeps version 0.8.2
Changes:
- Add
zero_if_met
inMeritFunctionView
and use it to stop search with scipy scalar optimizers. - Disable
xatol
by default inrun_simplex
. - Introduce
Optimize.run_direct(...)
. - Better messages in
Optimize.run_...
methods.
Full Changelog: v0.8.1...v0.8.2
Xdeps version 0.8.1
Xdeps version 0.8.0
Changes:
- Introduce
MeritFunctionView(..., rescale_x=...)
,MeritFunctionView.get_jacobian()
- Introduce
Optimize.from_callable()
- Introduce
Optimize.run_ls_trf(...)
,Optimize.run_ls_dogbox(...)
,Optimize.run_l_bfgs_b(...)
,Optimize.run_bfgs(...)
,Optimize.run_simplex(...)
- Introduce
Optimize.step(..., take_best=True)
Optimize.targets
andOptimize.vary
can be accessed with tags
Full Changelog: v0.7.4...v0.8.0
Xdeps version 0.7.4
Xdeps version 0.7.3
Xdeps version 0.7.1
Changes:
- Better support of repeated names.
- Refactoring and fixes in
Table
.
Full Changelog: v0.7.0...v0.7.1