Releases: xsuite/xobjects
Releases · xsuite/xobjects
Xobjects version 0.5.6
Xobjects version 0.5.5
Changes:
- Replacing the deprecated
_to_jsonmethod with a new_to_dictmethod for all relevant classes - Improved the
copymethod inHybridClassto 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
Xobjects version 0.5.3
Xobjects version 0.5.2
Changes:
- Enable dependent packages to expose their headers to Xobjects.
Full Changelog: v0.5.1...v0.5.2
Xobjects version 0.5.1
Changes:
- Change the default tolerances in
xo.assert_allclosefrom1e-7to0. - 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
Xobjects version 0.4.7
Changes:
- Mark all
@for_all_test_contextstests with tagcontext_dependent
Full Changelog: v0.4.6...v0.4.7
Xobjects version 0.4.6
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
Changes:
- Bugfix: when return value of Method is None, don't return anything (@freddieknets in #141)
Full Changelog: v0.4.4...v0.4.5