Skip to content

Commit

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

## [0.1.5] - 2020.08.18

### Added

- Add support for specifying orientation and model coordinate systems with respect to e.g. RD/TD/ND.
- Add phase label attribute to `microstructure_seeds` and add `phase_labels` and `grain_phase_label_idx` to `volume_element`.

### Changed

- Function `write_damask_material` updated to reflect upstream changes.

## [0.1.4] - 2020.07.28

### Changed
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.4'
__version__ = '0.1.5'

0 comments on commit 3e480d8

Please sign in to comment.