[Darshan-commits] [Git][darshan/darshan][snyder/pydarshan-report-read-all-autoperf] update changelog, bump pydarshan version
Shane Snyder
xgitlab at cels.anl.gov
Thu May 6 17:02:15 CDT 2021
Shane Snyder pushed to branch snyder/pydarshan-report-read-all-autoperf at darshan / darshan
Commits:
f198a451 by Shane Snyder at 2021-05-06T17:01:58-05:00
update changelog, bump pydarshan version
- - - - -
4 changed files:
- darshan-util/pydarshan/CHANGELOG.rst
- darshan-util/pydarshan/darshan/__init__.py
- darshan-util/pydarshan/setup.cfg
- darshan-util/pydarshan/setup.py
Changes:
=====================================
darshan-util/pydarshan/CHANGELOG.rst
=====================================
@@ -1,3 +1,8 @@
+PyDarshan-3.3.0.3
+=================
+* fixed bug resulting in errors when reading logs with AutoPerf data
+ accessed using the Darshan Report interface with option 'read_all=True'
+
PyDarshan-3.3.0.2
=================
* Initial public release
=====================================
darshan-util/pydarshan/darshan/__init__.py
=====================================
@@ -3,7 +3,7 @@ PyDarshan provides direct log access for reading binary Darshan logs.
PyDarshan also provides a suite of analysis utilities.
"""
-__version__ = '3.3.0.2'
+__version__ = '3.3.0.3'
__darshanutil_version__ = '3.3.0'
import logging
=====================================
darshan-util/pydarshan/setup.cfg
=====================================
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 3.3.0.2
+current_version = 3.3.0.3
commit = False
tag = False
=====================================
darshan-util/pydarshan/setup.py
=====================================
@@ -76,6 +76,6 @@ setup(
test_suite="tests",
tests_require=test_requirements,
url='https://www.mcs.anl.gov/research/projects/darshan/',
- version='3.3.0.2',
+ version='3.3.0.3',
zip_safe=False,
)
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/f198a45129992271ff4e20c9bd1c2a7dd575dc46
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/f198a45129992271ff4e20c9bd1c2a7dd575dc46
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20210506/da742710/attachment-0001.html>
More information about the Darshan-commits
mailing list