Skip to content

Releases: xsuite/xobjects

Xobjects version 0.5.6

10 Nov 13:44

Choose a tag to compare

Changes:

  • More compact visualisation of arrays in tables.

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

Xobjects version 0.5.5

30 Oct 14:05

Choose a tag to compare

Changes:

  • Replacing the deprecated _to_json method with a new _to_dict method for all relevant classes
  • Improved the copy method in HybridClass to ensure that Python-only attributes are copied correctly, not just the underlying xobject.

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

Xobjects version 0.5.4

28 Oct 11:29

Choose a tag to compare

Changes:

  • Fix in HybridClass.to_dict()

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

Xobjects version 0.5.3

16 Sep 13:25

Choose a tag to compare

Changes:

  • Fix in Buffer.free(...)

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

Xobjects version 0.5.2

05 Aug 08:06

Choose a tag to compare

Changes:

  • Enable dependent packages to expose their headers to Xobjects.

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

Xobjects version 0.5.1

30 Jul 15:33

Choose a tag to compare

Changes:

  • Change the default tolerances in xo.assert_allclose from 1e-7 to 0.
  • Add an option to specify an allowed number of outliers in xo.assert_allclose.

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

Xobjects version 0.5.0

12 May 19:57

Choose a tag to compare

Changes:

  • Extend code specialization and compile flag management

Full Changelog: v0.4.7...v0.5.0

Xobjects version 0.4.7

25 Mar 15:38

Choose a tag to compare

Changes:

  • Mark all @for_all_test_contexts tests with tag context_dependent

Full Changelog: v0.4.6...v0.4.7

Xobjects version 0.4.6

17 Dec 08:35

Choose a tag to compare

Changes:

  • Fix kernel selection #142
  • Add a test helper to fix seeds in tests

Full Changelog: v0.4.5...v0.4.6

Xobjects version 0.4.5

09 Oct 08:10

Choose a tag to compare

Changes:

  • Bugfix: when return value of Method is None, don't return anything (@freddieknets in #141)

Full Changelog: v0.4.4...v0.4.5