Skip to content

Commit

Permalink
Version 0.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cogswell committed Oct 1, 2021
1 parent f1e2fa0 commit 485e5d1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.7] - 2021-10-01
### Added
- Example configs added for reproducing the results from classic Newman papers.
- Constant power (CP) charging/discharging implemented.

### Changed
- Refactored code for input file processing with better error checking and a schema to define the structure of config files.
- Regression test suite made more robust by comparing mean error.

### Fixed
- Resolved occasional plot crashes with mpetplot.py.
- Big performance and stability improvements when using noise.


## [0.1.6] - 2021-04-23
### Added
Expand Down
2 changes: 1 addition & 1 deletion mpet/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.6'
__version__ = '0.1.7'

0 comments on commit 485e5d1

Please sign in to comment.