v2.11.0 #4726
vicentebolea
announced in
Announcements
v2.11.0
#4726
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's new in 2.11?
This is a major release with new features and lots of bug fixes. The main
highlights include enhanced derived variables, remote data access, GPU
improvements, campaign management overhaul, and advanced compression operators.
Summary
Derived Variables
Support for reader-side computed variables with expression evaluation. This
release adds comprehensive functionality including new mathematical operations
(trigonometric functions, multiplication, division, power) and the
ability to apply derived variables to aggregated arrays.
Remote Data Access Infrastructure
Implementation of XRootD and remote server capabilities enabling distributed
file access. This includes support for remote streaming, metadata caching, and
optimized query handling across networked systems.
GPU and Memory Space Improvements
Enhanced GPU backend support with memory selection adjustments, Kokkos
integration improvements, and bindings for cuPy pointers and torch tensors.
Addresses layout mismatches between user code and device memory.
Campaign Management System Overhaul
Significant updates to campaign tracking using SQLite databases replacing JSON
files, configuration file support, and attribute handling. Includes multi-host
support and improved metadata organization.
Compression and Data Format Advances
New operators including BigWhoop compression and Complex MGARD support. ZFP now
supports 4D arrays, and improved MGARD efficiency through zstd compression of
lossless data portions.
OpenSSF Best Practices
ADIOS2 now adopts OpenSSF (Open Source Security Foundation) best practices
including enhanced security measures, automated vulnerability scanning, and
adherence to industry-standard development practices.
What's Changed
bplsto show the expression string for derived variables by @anagainaru in Option inbplsto show the expression string for derived variables #4145bplsby @lizdulac in Compress the expression string into one line forbpls#4158ROCM_VERSION_MAJORtoHIP_VERSION_MAJORby @anagainaru in [Bug fix] Switch fromROCM_VERSION_MAJORtoHIP_VERSION_MAJOR#4222New Contributors
Full Changelog: v2.10.2...v2.11.0
This discussion was created from the release v2.11.0.
Beta Was this translation helpful? Give feedback.
All reactions