Skip to content

Commit

Permalink
Merge pull request #226 from jpwhite4/version_up
Browse files Browse the repository at this point in the history
Bump version number and update CHANGELOG
  • Loading branch information
jpwhite4 committed Jul 1, 2020
2 parents c5f2e86 + 7f29a3f commit 6606685
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6606685

Please sign in to comment.