Skip to content

Commit

Permalink
Merge pull request #209 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 authored Sep 30, 2019
2 parents 24ec36f + 1393400 commit 4aa4ce5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0] - 2019-09-30

### Added
- Added IPMI power timeseries plugin that generates timeseries data from
IPMI power measurements.
- Add component tests for the performance counter plugins.

### Changed
- Updated RPM dependencies to match the official PCP version in RedHat/Centos 7.
- Update the CI build to test against XDMoD version 8.1.
- Improved support for hardware performance counters in the various performance
counter plugins.

### Fixed
- Fixed bug in the performance counter preprocessor that caused it to
incorrectly mark the performance counters as disabled by user.
- Fixed incorrect unit in schema definition for the block device timeseries metric.

## [1.2.0] - 2019-04-24

### 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.2.0',
version='1.3.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 4aa4ce5

Please sign in to comment.