You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add a selection of chunk distribution algorithms for parallel data access (including RoundRobin, Blocks, BlocksOfSourceRanks, ByHostname, DiscardingStrategy) to the API and to ``openpmd-pipe`` (#824)
23
22
- HDF5:
24
23
25
-
- Support for HDF5 filters (compression) with JSON/TOML configuration (#1644)
24
+
- HDF5 2.0.0 support (#1812)
25
+
- HDF5 filters (compression) with JSON/TOML configuration, C++ and Python examples for compression (#1644)
26
26
- Support for opening scalar datasets (#1764)
27
-
- Improved support for various filter implementations (Blosc2, etc.) (#1644)
28
-
- Streaming & API:
29
-
30
-
- Unify Random-Access API and Streaming API into ``Series::snapshots()`` (#1592)
31
-
- Non-spatial meshes support (#1534)
32
-
- More consistent behavior for reopening Iterations (#1810)
33
-
- Deferred iteration parsing with hints on timeout (#1802)
34
27
- ADIOS2:
35
28
36
-
- Fixes for ADIOS2 v2.11 (#1804)
37
-
- Random-access for variable-based encoding with step selection (#1706)
38
-
- Improved support for partial datasets in ReadRandomAccess mode (#1746)
39
-
- Support for reading v-based Series (#1750)
40
-
- JSON/TOML: Abbreviated IO modes (#1493)
41
-
- JSON Schema:
29
+
- ADIOS2 v2.11 support (#1804)
30
+
- Support reading variable encoding in random access mode (using step selection) (#1706 #1750)
31
+
- Support reading variable-encoded datasets with changing metadata (partial datasets, modifiable attributes) (#1746)
32
+
- Allow only up to 100 steps by default in BP5 group encoding (performance consideration) (#1732)
33
+
- JSON/TOML IO backends:
42
34
43
-
- Add JSON schema for openPMD file validation (#1426)
0 commit comments