Skip to content

Commit a5bf03d

Browse files
author
Shane Snyder
committed
updated changelogs for 3.4.7
1 parent e2062d8 commit a5bf03d

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

ChangeLog

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

5+
Darshan-3.4.7
6+
=============
7+
* added extensive instrumentation of DAOS's file system (DFS) and native object
8+
(DAOS) interfaces
9+
- presented as 2 separate modules (DFS and DAOS)
10+
- added as data source for Darshan's heatmap module
11+
* updated the darshan-convert utility to provide cmdline options allowing more
12+
control over which portions of the Darshan log to anonymize
13+
514
Darshan-3.4.6
615
=============
716
* Added enhancements to Darshan's Lustre instrumentation module to capture

darshan-util/pydarshan/CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
PyDarshan-3.4.7.0
2+
=================
3+
* Support for extracting and analyzing new DAOS instrumentation
4+
module data
5+
- summary CLI tool now integrates DAOS data into reports
6+
* New CLI tools for extracting and printing summary data for
7+
one or more Darshan logs
8+
- `job_stats` prints high-level statistics on a per-job level
9+
- `file_stats` prints high-level statistics on a per-file level
10+
- output in either CSV format or using the Rich package (which
11+
is now a proper dependency of PyDarshan)
12+
* Add DarshanReport object capability to filter module records
13+
according to given regular expressions
14+
- users can now pass the following parameters to DarshanReport
15+
objects to use this functionality: `filter_patterns` (a list
16+
of regex strings to match against) and `filter_mode` (either
17+
"exclude" or "include")
18+
- integrated this capability into summary CLI tool to allow
19+
filtering of data before generating reports
20+
121
PyDarshan-3.4.6.0
222
=================
323
* Track Darshan 3.4.6 release, no PyDarshan changes

0 commit comments

Comments
 (0)