Skip to content

Commit

Permalink
Prep for v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aplowman committed Jan 10, 2021
1 parent 5a02329 commit 5d2e12e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [0.1.13] - 2020.01.10

### Changed

- Input and output mapper functions for writing/reading DAMASK microstructure seeds files have been updated to respect the `unit_cell_alignment` key of `orientations`.
- Changed some `generate_volume_element` task method names:
- `random_voronoi` -> `random_voronoi_OLD`
- `random_voronoi_from_orientations` -> `random_voronoi_from_orientations_OLD`
- `random_voronoi_2` -> `random_voronoi`
- `random_voronoi_from_orientations_2` -> `random_voronoi_from_orientations`

### Fixed

- Fix function name used twice for function mappers for `generate_volume_element` using method `random_voronoi_2` and `random_voronoi_from_orientations_2`.

## [0.1.12] - 2020.12.16

### 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.12'
__version__ = '0.1.13'

0 comments on commit 5d2e12e

Please sign in to comment.