Skip to content

Releases: xsuite/xdeps

Xdeps version 0.10.10

20 Nov 15:44

Choose a tag to compare

Changes:

  • Remove a circular reference inside of Table #117
  • Allot exporting to_pandas tables which contain matrices as fields #116

Full Changelog: v0.10.9...v0.10.10

Xdeps version 0.10.9

17 Nov 11:05

Choose a tag to compare

Changes:

  • Introduce Table.rows.match(...)

Full Changelog: v0.10.8...v0.10.9

Xdeps version 0.10.8

28 Oct 11:26

Choose a tag to compare

Changes:

  • View moved to xtrack

Full Changelog: v0.10.7...v0.10.8

Xdeps version 0.10.7

10 Oct 08:31

Choose a tag to compare

Changes:

  • Switch from namedtuple to dataclass in Table.rows.at and Table.rows.__iter__ to support column names starting with underscore.
  • Fix in Table.show(...)

Xdeps version 0.10.5

02 Apr 09:17

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

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

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

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

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

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