Releases: ukaea/UDA
Releases · ukaea/UDA
Release 2.7.2
- 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
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
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
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
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