Skip to content

Commit

Permalink
[Deploy] Bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Jun 14, 2019
1 parent 951cb88 commit 5db3d3c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.11.0 - 2019-06-14

### Added

- Scanner: Sample distribution (rather than binning it)
- Configure variable labels on axes

### Changed

- Follow command design pattern and change interfaces accordingly:
More formal pattern of worker and result classes
- Make physics package its own package
- Make matplotlib dependency optional
- X axis of distribution plots now shows the kinematic variable, rather than the bin number

### Fixed

- Fix calculation of poisson errors
- Compatibility with different matplotlib and pandas versions

## 0.10.0 - 2019-05-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion clusterking/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0

0 comments on commit 5db3d3c

Please sign in to comment.