Skip to content

Commit

Permalink
Prep for v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aplowman committed Aug 22, 2020
1 parent dc5fa4c commit c6d91e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.1.6] - 2020.08.22

### Changed

- Moved function `main.read_damask_hdf5_file` to `damask-parse` as `readers.read_HDF5_file`.
- Moved function `utils.get_HDF5_incremental_quantity` to `damask-parse` as `utils.get_HDF5_incremental_quantity` (and fixed use of correct Numpy function for "sum_along_axes" transform.)

## [0.1.5] - 2020.08.18

### Added
Expand Down
2 changes: 1 addition & 1 deletion matflow_damask/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.6'

0 comments on commit c6d91e0

Please sign in to comment.