Skip to content

Releases: xsuite/xdeps

Xdeps version 0.10.5

02 Apr 09:17
Compare
Choose a tag to compare

Changes:

  • Fix behavior of verbose flag in optimizer

Full Changelog: v0.10.4...v0.10.5

Xdeps version 0.10.4

26 Mar 19:03
Compare
Choose a tag to compare

Changes:

  • Support string attributes in View class

Full Changelog: v0.10.3...v0.10.4

Xdeps version 0.10.3

25 Mar 15:34
Compare
Choose a tag to compare

Changes:

  • Multiple fixes in optimizer

Full Changelog: v0.10.2...v0.10.3

Xdeps version 0.10.2

18 Feb 10:31
Compare
Choose a tag to compare

Changes:

  • Display penalty during optimization
  • Fix ^ treatment in expression parsing

Full Changelog: v0.10.1...v0.10.2

Xdeps version 0.10.1

13 Feb 16:10
Compare
Choose a tag to compare

Changes:

  • Introduce SVD class used for all least-squares inversions.
  • Introduce last_jac_cond and last_jac_rank in 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

17 Jan 14:22
Compare
Choose a tag to compare

Changes:

  • Flag overwrite added to Manager.copy_from_expr. If True (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

17 Dec 08:35
Compare
Choose a tag to compare

Changes:

  • Support expressions such as t["betx","ip1"] = 3 (setitem) #85
  • Don't build wheels for Python 3.7 #87

Full Changelog: v0.8.2...v0.8.3

Xdeps version 0.8.2

09 Dec 09:44
Compare
Choose a tag to compare

Changes:

  • Add zero_if_met in MeritFunctionView and use it to stop search with scipy scalar optimizers.
  • Disable xatol by default in run_simplex.
  • Introduce Optimize.run_direct(...).
  • Better messages in Optimize.run_... methods.

Full Changelog: v0.8.1...v0.8.2

Xdeps version 0.8.1

18 Nov 21:00
Compare
Choose a tag to compare

Changes:

  • fix table indices with ,.

Full Changelog: v0.8.0...v0.8.1

Xdeps version 0.8.0

15 Nov 17:10
Compare
Choose a tag to compare

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 and Optimize.vary can be accessed with tags

Full Changelog: v0.7.4...v0.8.0