-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from FAST-HEP/BK_add_changelog
Add changelog
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
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). | ||
|
||
## [Unreleased] | ||
### Added | ||
|
||
### Changed | ||
|
||
### Removed | ||
|
||
## [0.13.1] - 2019-08-05 | ||
### Added | ||
- Adds support for masking variables in their definition, issue #59 [@benkrikler](https://github.com/benkrikler) | ||
- Adds several constants for variable expressions, issue #21 [@benkrikler](https://github.com/benkrikler) | ||
- Added this changelog [@benkrikler](https://github.com/benkrikler) | ||
|
||
### Changed | ||
- Use `pandas.groupby(..).counts()` to make binned dataframes, issue #51 [@benkrikler](https://github.com/benkrikler) | ||
|
||
### Removed | ||
|
||
## [0.13.0] - 2019-07-28 | ||
### Added | ||
- Add support for multiple output file types for binned dataframes, issue #57 [@asnaylor](https://github.com/asnaylor) | ||
|
||
### Changed | ||
- Fix issue with binned dataframe expressions and multiple similar branch names, issue #60 [@benkrikler](https://github.com/benkrikler) | ||
- Enable multiple cut-flow stages and make the input chunk.tree have consistent array and arrays methods, issue #61 [@benkrikler](https://github.com/benkrikler) | ||
|
||
### Removed | ||
|
||
## [0.12.0] - 2019-05-28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters