Skip to content

Releases: xsuite/xobjects

Xobjects version 0.4.4

23 Aug 08:08
Compare
Choose a tag to compare

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

24 Jun 14:11
Compare
Choose a tag to compare

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

16 Jun 04:20
Compare
Choose a tag to compare

Changes:

  • Add np.squeeze in xobjects.assert_allclose(...)

Full Changelog: v0.4.1...v0.4.2

Xobjects version 0.4.1

22 Apr 10:59
1edc1b4
Compare
Choose a tag to compare

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

19 Apr 13:22
Compare
Choose a tag to compare

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

21 Mar 15:28
Compare
Choose a tag to compare

Changes:

  • Add _suppress_warnings flag.

Full Changelog: v0.3.0...v0.3.1

Xobjects version 0.3.0

29 Feb 11:33
Compare
Choose a tag to compare

Changes:

  • Remove support for overrideable classes
  • Support for prebuilt kernels

Full Changelog: v0.2.10...v0.3.0

Xobjects version 0.2.10

01 Dec 11:09
Compare
Choose a tag to compare

Changes

  • Introduce possibility to use CUDA shared memory.

Full Changelog: v0.2.9...v0.2.10

Xobjects version 0.2.9

20 Oct 14:20
Compare
Choose a tag to compare

Changes:

  • Fix in HybridClass.to_dict()

Full Changelog: v0.2.8...v0.2.9

Xobjects version 0.2.8

05 Sep 09:35
Compare
Choose a tag to compare

Changes:

  • Introduce usage of CUDA shared memory.

Full Changelog: v0.2.7...v0.2.8