Skip to content

Releases: xsuite/xdeps

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

Xdeps version 0.7.4

29 Oct 08:34
Compare
Choose a tag to compare

Changes:

  • Fix in table #79

Full Changelog: v0.7.3...v0.7.4

Xdeps version 0.7.3

06 Oct 07:22
Compare
Choose a tag to compare

Changes:

  • Fix in View.get_expr(...)

Full Changelog: v0.7.2...v0.7.3

Xdeps version 0.7.1

28 Sep 17:39
Compare
Choose a tag to compare

Changes:

  • Better support of repeated names.
  • Refactoring and fixes in Table.

Full Changelog: v0.7.0...v0.7.1

Xdeps version 0.7.0

26 Sep 16:26
Compare
Choose a tag to compare

Changes:

  • Improved API and performance in Table

Full Changelog: v0.6.5...v0.7.0

Xdeps version 0.6.5

25 Sep 09:06
Compare
Choose a tag to compare

Changes:

  • API improvements in Table.

Full Changelog: v0.6.3...v0.6.5