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
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+103-4
Original file line number
Diff line number
Diff line change
@@ -5,32 +5,131 @@ Changelog
5
5
6
6
0.14.0
7
7
------
8
-
**Date:** TBA
8
+
**Date:** 2021-07-29
9
9
10
-
...
10
+
Resize, Dask, openpmd-pipe and new ADIOS2 Iteration Encoding
11
11
12
-
...
12
+
This release adds support for resizable data sets.
13
+
For data-processing, support for Dask (parallel) and Pandas (serial) are added and lazy reader parsing of iterations is now supported.
14
+
ADIOS2 adds an experimental variable-based iteration encoding.
15
+
An openPMD Series can now be flushed from non-``Series`` objects and write buffers can be requested upfront to avoid unnecessary data copies in some situations.
Copy file name to clipboardExpand all lines: NEWS.rst
+3
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,11 @@ Upgrade Guide
7
7
------
8
8
9
9
ADIOS 2.7.0 is now the minimally supported version for ADIOS2 support.
10
+
Catch2 2.13.4 is now the minimally supported version for tests.
10
11
pybind11 2.6.2 is now the minimally supported version for Python support.
11
12
13
+
In ``RecordComponent::loadChunk``, the optional last argument ``targetUnitSI`` was removed as it has not been implemented yet and had thus no function.
0 commit comments