Skip to content

Commit

Permalink
Merge pull request #95 from jpwhite4/bump_version
Browse files Browse the repository at this point in the history
Bumped version number and updated changelog.
  • Loading branch information
jpwhite4 authored Jan 26, 2017
2 parents 21e23c1 + 888fa78 commit 9b1c875
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

## [Unreleased]


## [1.0.2] - 2017-01-26

### Added

- Added support for indexing archive directories with a YYYY/MM/DD format
directory structure.
- Added a `file` output setting for the outputter. This option is intended to
be used for debug purposes.
- Added a hardware inventory preprocessor that records the hardware information
from the pcp archives.
- Added support for per-node metrics for the CPU plugin.
- Added support for per-node memory metrics.
- Added support for load average metrics.

### Changed

- Indexing script defaults to ignoring archives that are less than 10 minutes
old (based on filename). This reduces the likelyhood of the race condition
where an archive exists but contains no data. The maxdate command line flag can
be used to override this default.

### Fixed

- Removed spurious print to stdout in the MongoOutput class
- Improve handling of missing data for the NFS timeseries plugin.
- Improve handling of missing data for the Slurm cgroup memory plugin.
- Fix errors in schema description and add missing metric documentation.
- Allow the output configuration parameter `type` as a synonym for `db_engine`.

## [1.0.1] - 2016-08-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


setup(name='supremm',
version='1.0.1',
version='1.0.2',
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 9b1c875

Please sign in to comment.