Skip to content

Commit c7e107f

Browse files
committed
Add history of merged PRs into ChangeLog since 3.4.7.1
1 parent 0111936 commit c7e107f

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

ChangeLog

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

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

0 commit comments

Comments
 (0)