Skip to content

Commit d1fbc78

Browse files
author
AI Agent
committed
WIP: First draft of CHANGELOG for 0.17.1
This is an initial draft based on commits since v0.17.0. Categories and items may be adjusted before release.
1 parent a828ca0 commit d1fbc78

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,45 @@
11
.. _install-changelog:
22

33
Changelog
4-
=========
4+
==========
5+
6+
0.17.1
7+
------
8+
**Date:** YYYY-MM-DD
9+
10+
Bug Fixes
11+
"""""""""
12+
13+
- ADIOS2:
14+
15+
- Flush dirty ADIOS2 files in sorted order (#1868)
16+
- Keep written flag consistent across MPI ranks for rankTable (#1869)
17+
- Fix parallel deletion (#1858)
18+
- Do not flush if the backend does not support Span API (#1863)
19+
- HDF5:
20+
21+
- Proper status check (#1870)
22+
- Close operations also upon failure (#1866)
23+
- API:
24+
25+
- Cache Iteration indexes instead of computing them on the spot (#1860)
26+
- Harmonize Datatype equality checks (#1854)
27+
28+
Other
29+
"""""
30+
31+
- Python:
32+
33+
- Fix keep_alive specifications, add tests for keep_alive (#1851)
34+
- Remove duplicate Python test (#1867)
35+
- Dependencies:
36+
37+
- Bump toml11 to 4.4.0, nlohmann_json to 3.12.0 (#1842)
38+
- Version bump pybind11 -> 3.0.2 (#1849)
39+
- CI/Infrastructure:
40+
41+
- create_directories: preserve sticky and setgid permissions (#1855)
42+
- Fix AppVeyor 64bit build (#1832)
543

644
0.17.0
745
------

0 commit comments

Comments
 (0)