From 7f29a3ffdfddb0d28b06ce55f470a5c278e7bf1a Mon Sep 17 00:00:00 2001 From: Joseph White Date: Wed, 1 Jul 2020 11:01:34 -0400 Subject: [PATCH] Bump version number and update CHANGELOG --- CHANGELOG.md | 22 ++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index babb0097..14fbd6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.4.0] - 2020-07-10 + +### Added +- Added new configuration setting that determines how the job script timestamps + are interpreted. See https://supremm.xdmod.org/9.0/supremm-jobscript.html for details. +- Added timeseries plot generation for Lustre filesystem data. +- Added support for PBS style cgroups for CPU and memory metrics. + +### Changed +- Improve error reporting when the temporary job directories cannot be created. +- Improve the cpu performance counter plugin to report data on the available counters + even if not all are present. +- Update internal developer documentation +- The supremm-setup script now requires mongo client 3 or later to run the mongo database setup + (instructions for manual setup using the older client are at https://supremm.xdmod.org/9.0/supremm-processing-configuration.html#setup-mongodb) +- Improve the job metadata handling in the developer test harness + +### Fixed +- Update indexarchives.py to defer opening the connection to the XDMoD database until it + it needed. This resolves an timeout issue when processing a large number of files + or on a slow filesystem. + ## [1.3.0] - 2019-09-30 ### Added diff --git a/setup.py b/setup.py index 3a056e7e..d8c9092d 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='supremm', - version='1.3.0', + version='1.4.0', description='SUPReMM Job Summarization Utilities', long_description='Utilities for generating job-level summary data from host level PCP archives.\nAlso includes template configuration files for running PCP on an HPC system.', license='LGPLv3',