From 4c474665c71233f9bfd4d608f1bf6dc7746566f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Fri, 20 Dec 2024 12:53:31 +0100 Subject: [PATCH] Changelog --- CHANGELOG.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c1ea69822..88fb7b8496 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,19 +11,30 @@ New Backends, Extension, Perf. & Memory This is the 0.16.0 release but with internal version bumps where they were missing. -Changes to "0.15.0" +Changes to "0.16.0" ^^^^^^^^^^^^^^^^^^^ Bug Fixes """"""""" +- HDF5: Delete and re-create attribute when overwriting with diff. type #1697 +- TOUCH IOTask: Avoid setting files as dirty in non-write modes #1704 - Fix CMake variables for controlling internal dependencies #1678 - Bump toml11 dependency to v4.2.0 by default #1679 +- Set ``PYBIND11_FINDPYTHON=ON`` #1684 +- Properly check for empty HDF5_VERSION in CMake #1702 +- Fix ICX build #1690 +- Explicitly specify ADIOS2 components in openPMDConfig.cmake #1693 Other """"" - Replace deprecated Python unittest API call #1681 +- Remove mpirun_workaround.sh #1698 +- Docs: + + - Fix Shipped Internally #1682 + - Fix leftover ADIOS2 mentions #1683 0.16.0 ------