Releases: xsuite/xdeps
Releases · xsuite/xdeps
Xdeps version 0.10.10
Changes:
- Remove a circular reference inside of
Table#117 - Allot exporting
to_pandastables which contain matrices as fields #116
Full Changelog: v0.10.9...v0.10.10
Xdeps version 0.10.9
Xdeps version 0.10.8
Xdeps version 0.10.7
Changes:
- Switch from namedtuple to dataclass in
Table.rows.atandTable.rows.__iter__to support column names starting with underscore. - Fix in
Table.show(...)
Xdeps version 0.10.5
Xdeps version 0.10.4
Xdeps version 0.10.3
Xdeps version 0.10.2
Changes:
- Display penalty during optimization
- Fix
^treatment in expression parsing
Full Changelog: v0.10.1...v0.10.2
Xdeps version 0.10.1
Changes:
- Introduce
SVDclass used for all least-squares inversions. - Introduce
last_jac_condandlast_jac_rankin Optimize log - Introduce Broyden method for Jacobian evaluation (
Optimize.step(broyden=True)) - Introduce
Optimize.run_jacobian()
Full Changelog: v0.10.0...v0.10.1
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.concatenateto join tables.
Full Changelog: v0.8.4...v0.9.0