Skip to content

Releases: ukaea/UDA

Release 2.7.2

05 Oct 09:41
7e4ec61

Choose a tag to compare

  • Fixing memory leak in Pyuda
  • Fixing udaFreeAll to make it usable from non-UDA code
  • Updating CI builds

Full Changelog: 2.7.1...2.7.2

Release 2.7.1

29 Jun 12:27

Choose a tag to compare

What's Changed

  • Bugfixes to Capn Proto serialisation
  • Fixes to ITER SDCC build

Full Changelog: 2.7.0...2.7.1

Release 2.7.0

19 Mar 22:04
2b5bf34

Choose a tag to compare

What's Changed

  • Addition of Capn Proto serialisation routines available to use in plugins if server is configured with -DENABLE_CAPNP=ON
  • Creation of a new C++ client with the intention of deprecating the old client in 3.0
  • Fixing SSL authentication
  • Removing of more static globals

New Contributors

Full Changelog: 2.6.0...2.7.0

Release 2.6.0

29 Nov 14:17
a5fcad4

Choose a tag to compare

Closes the following issues:

  • subsetting data serverside - can now subset data using get("signal[start:end:stride]", "source")
  • correcting behaviour for bad status flags - MAST specific issue
  • pyuda - returning optional metadata
  • pyuda - adding close and reset connection functions to the pyuda wrapper
  • pyuda - accessing tree data nodes through temporary objects

Also merges the current progress on the docs branch into main, though these are not fully complete.

Release 2.5.3

09 Sep 22:07

Choose a tag to compare

Notes for release 2.5.3:

* fixing memory leaks on the client
* adding long long types
* fixing dim compressed flag
* improvement in MAST client
* specifying cython version requirement
* improved error handler to avoid data access issues with malformed labels