Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions darshan-util/pydarshan/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
PyDarshan-3.4.7.1
=================
* Bug fix in job summary tool for DAOS and DFS modules
* Added performance metrics to file_stats tool including I/O Bandwidth by slowest, I/O time by slowest, and total bytes

PyDarshan-3.4.7.0
=================
* Support for extracting and analyzing new DAOS instrumentation
Expand Down
2 changes: 1 addition & 1 deletion darshan-util/pydarshan/darshan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PyDarshan also provides a suite of analysis utilities.
"""

__version__ = '3.4.7.0'
__version__ = '3.4.7.1'
__darshanutil_version__ = '3.4.7'

import logging
Expand Down
Loading