Releases: xsuite/xobjects
Releases · xsuite/xobjects
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
Xobjects version 0.4.4
Changes:
- Use weakset to keep track of allocated buffers.
- Copy of LinkedArray is now a native array
Full Changelog: v0.4.3...v0.4.4
Xobjects version 0.4.3
Changes:
- Build OpenCL kernels with CL2.0 (needed for __generic args)
- Bugfix: select correct devices when tests run with
XOBJECTS_TEST_CONTEXTS
Full Changelog: v0.4.2...v0.4.3
Xobjects version 0.4.2
Xobjects version 0.4.1
Changes:
- Move assert_allclose to general to avoid a hard dependency on pytest by @szymonlopaciuk in #133
Full Changelog: v0.4.0...v0.4.1
Xobjects version 0.4.0
Changes:
- More compact json files (avoid saving parameters equal to the default)
- Introduce
HybridClass._force_moveable
flag. - Introduce
assert_allclose
capability to facilitate tests.
Full Changelog: v0.3.1...v0.4.0
Xobjects version 0.3.1
Xobjects version 0.3.0
Changes:
- Remove support for overrideable classes
- Support for prebuilt kernels
Full Changelog: v0.2.10...v0.3.0