Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Apr 7, 2020
1 parent 3de2d82 commit 2f966ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.5.1] - 2020-03-30
## [0.5.1] - 2020-04-7
### Fixed
- Bugs in post-processing modules, PR #29 [@benkrikler](github.com/benkrikler)

Expand Down
1 change: 1 addition & 0 deletions fast_plotter/postproc/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def to_tuple(obj):
return tuple(obj)
else:
return (obj, )

axis = to_tuple(axis)
logger.info("Splitting on axis: '%s'", axis)
out_dfs = []
Expand Down

0 comments on commit 2f966ad

Please sign in to comment.