Skip to content

Commit 9d5b3fe

Browse files
committed
Add history of merged PRs into ChangeLog since 3.4.7.1
1 parent 4fbb846 commit 9d5b3fe

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

ChangeLog

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,80 @@
22
Darshan Release Change Log
33
--------------------------
44

5+
Darshan-3.5.0
6+
=============
7+
8+
## What's Changed
9+
* Github action: remove setuptools version constrain by @wkliao in
10+
https://github.com/darshan-hpc/darshan/pull/1041
11+
* TYP: Disable NumPy's deprecated mypy plugin by @tylerjereddy in
12+
https://github.com/darshan-hpc/darshan/pull/1038
13+
* note how to preview documentation updates by @carns in
14+
https://github.com/darshan-hpc/darshan/pull/1042
15+
* clang20 cleanups by @roblatham00 in
16+
https://github.com/darshan-hpc/darshan/pull/1035
17+
* revise landing page by @carns in
18+
https://github.com/darshan-hpc/darshan/pull/1043
19+
* Readthedocs: note on difference between latest and stable versions by
20+
@wkliao in https://github.com/darshan-hpc/darshan/pull/1045
21+
* experimenting with modifying css for table by @carns in
22+
https://github.com/darshan-hpc/darshan/pull/1046
23+
* BUG: correct DAOS and DFS layout in dataframe repacking that is consumed by
24+
the logutils accumulator API by @orcunyildiz in
25+
https://github.com/darshan-hpc/darshan/pull/1048
26+
* Added I/O performance metrics to file_stats by @safaad in
27+
https://github.com/darshan-hpc/darshan/pull/1036
28+
* Fix doc for Spack installation by @blastmaster in
29+
https://github.com/darshan-hpc/darshan/pull/1050
30+
* add command-line option --version to print Darshan version by @wkliao in
31+
https://github.com/darshan-hpc/darshan/pull/1051
32+
* Change mmap I/O default mode to enable by @wkliao in
33+
https://github.com/darshan-hpc/darshan/pull/1055
34+
* remove duplicated entries appeared in darshan-mpiio-ld-opts by @wkliao in
35+
https://github.com/darshan-hpc/darshan/pull/1058
36+
* darshan-config: add a complete list of options configured by @wkliao in
37+
https://github.com/darshan-hpc/darshan/pull/1054
38+
* Add 4 missing MPI-IO APIs by @wkliao in
39+
https://github.com/darshan-hpc/darshan/pull/1059
40+
* release checklist: add versioning guide line by @wkliao in
41+
https://github.com/darshan-hpc/darshan/pull/1061
42+
* avoid div by zero in cli tools when there is no I/O by @carns in
43+
https://github.com/darshan-hpc/darshan/pull/1069
44+
* ENH: add DAOS and DFS modules to job_stats and file_stats cli tools by
45+
@orcunyildiz in https://github.com/darshan-hpc/darshan/pull/1065
46+
* support MPI-IO large count APIs by @wkliao in
47+
https://github.com/darshan-hpc/darshan/pull/1060
48+
* remove deprecated asciidoc documentation by @carns in
49+
https://github.com/darshan-hpc/darshan/pull/1073
50+
* Set default MPI-IO hint cb_nodes to 1 when using OpenMPI 5.0.5 and priors by
51+
@wkliao in https://github.com/darshan-hpc/darshan/pull/1071
52+
* deprecate wrapper generators by @carns in
53+
https://github.com/darshan-hpc/darshan/pull/1039
54+
* Wrap fcntl() calls by @roblatham00 in
55+
https://github.com/darshan-hpc/darshan/pull/1075
56+
* Strictness fix for new compilers by @bnicolae in
57+
https://github.com/darshan-hpc/darshan/pull/1076
58+
* Clean up some compiler warnings by @roblatham00 in
59+
https://github.com/darshan-hpc/darshan/pull/1078
60+
* Minor fixes by @wkliao in https://github.com/darshan-hpc/darshan/pull/1080
61+
* Setting --with-pnetcdf automatically enables enable_pnetcdf_mod by @wkliao
62+
in https://github.com/darshan-hpc/darshan/pull/1079
63+
64+
## New Contributors
65+
* @roblatham00 made their first contribution in
66+
https://github.com/darshan-hpc/darshan/pull/1035
67+
* @orcunyildiz made their first contribution in
68+
https://github.com/darshan-hpc/darshan/pull/1048
69+
* @safaad made their first contribution in
70+
https://github.com/darshan-hpc/darshan/pull/1036
71+
* @blastmaster made their first contribution in
72+
https://github.com/darshan-hpc/darshan/pull/1050
73+
* @bnicolae made their first contribution in
74+
https://github.com/darshan-hpc/darshan/pull/1076
75+
76+
**Full Changelog**:
77+
https://github.com/darshan-hpc/darshan/compare/3.4.7.1...3.5.0
78+
579
Darshan-3.4.7
680
=============
781
* added extensive instrumentation of DAOS's file system (DFS) and native object

0 commit comments

Comments
 (0)