File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 22Darshan 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+
514Darshan-3.4.6
615=============
716* Added enhancements to Darshan's Lustre instrumentation module to capture
Original file line number Diff line number Diff line change 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+
121PyDarshan-3.4.6.0
222=================
323* Track Darshan 3.4.6 release, no PyDarshan changes
You can’t perform that action at this time.
0 commit comments