Skip to content

Releases: xsuite/xdeps

Xdeps release 0.6.2

24 Jun 14:30

Choose a tag to compare

Changes:

  • Numpy 2.0 compatibility

Full Changelog: v0.6.1...v0.6.2

Xdeps version 0.6.1

04 Jun 20:44

Choose a tag to compare

Changes

  • Fixes and improvements in Optimize and Table

Full Changelog: v0.6.0...v0.6.1

Xdeps version 0.5.7

19 Apr 13:20

Choose a tag to compare

Changes:

  • Introduce check_limits functionality

Full Changelog: v0.5.6...v0.5.7

Xdeps version 0.5.6

19 Feb 08:43
5b064a3

Choose a tag to compare

Changes:

Full Changelog: v0.5.5...v0.5.6

Xdeps version 0.5.5

10 Feb 06:56

Choose a tag to compare

Changes:

  • Add possibility to extract the merit function from Optimize objects.

Full Changelog: v0.5.4...v0.5.5

Xdeps version v0.5.4

05 Feb 10:45

Choose a tag to compare

Changes:

  • Support array as container for Vary.

Full Changelog: v0.5.3...v0.5.4

Xdeps version 0.5.3

22 Jan 16:28

Choose a tag to compare

Changes:

  • Add several docstrings.
  • Add method Optimizer.tag(...)
  • More robust display methods in Optimizer.

Full Changelog: v0.5.2...v0.5.3

Xdeps version 0.5.2

13 Dec 10:36

Choose a tag to compare

Changes:

  • Small fix in display part

Full Changelog: v0.5.1...v0.5.2

Xdeps version 0.5.1

06 Dec 13:28

Choose a tag to compare

Changes:

  • Implementing a cinit which in principle is called by Cython on object creation (together with new), which should prevent the object existing with an invalid state
  • Not pickling the hash, which makes little sense, considering the hash function is randomly seeded in each interpreter, so hashes of the 'same' objects are not the same between runs.

Full Changelog: v0.5.0...v0.5.1

Xdeps version 0.5.0

28 Nov 10:51

Choose a tag to compare

Changes:

  • Cythonize refs.py to gain performance.
  • Print only shapes of arrays in the table, and by default put their columns at the end.
  • Fix plotting example and add more options for plotting.
  • Fix minor bugs relating to ensuring list type for _col_names in table.
  • Refactoring of unused code.

Full Changelog: v0.4.3...v0.5.0