File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- cipher-parse == 0.5.0a1
1
+ cipher-parse == 0.5.0a2
Original file line number Diff line number Diff line change 1
1
2
+ <a name =" v0.5.0a2 " ></a >
3
+ ## [ v0.5.0a2] ( https://github.com/LightForm-group/cipher-parse/compare/v0.5.0a1...v0.5.0a2 ) - 2023.03.03
4
+
5
+ ### ✨ Features
6
+
7
+ * add ability to sample orientations from a linear orientation gradient
8
+
9
+ ### 🐛 Bug Fixes
10
+
11
+ * CIPHEROutput.to_JSON and CIPHERGeometry._ get_phase_orientation
12
+
13
+
2
14
<a name =" v0.5.0a1 " ></a >
3
15
## [ v0.5.0a1] ( https://github.com/LightForm-group/cipher-parse/compare/v0.5.0a0...v0.5.0a1 ) - 2023.02.15
4
16
Original file line number Diff line number Diff line change 1
- __version__ = "0.5.0a1 "
1
+ __version__ = "0.5.0a2 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " cipher-parse"
3
- version = " 0.5.0a1 "
3
+ version = " 0.5.0a2 "
4
4
description = " Pre- and post-processing for the phase-field code CIPHER."
5
5
authors = [" aplowman <adam.plowman@manchester.ac.uk>" ]
6
6
license = " MIT"
@@ -47,7 +47,7 @@ notebook = ["notebook"]
47
47
48
48
[tool .commitizen ]
49
49
name = " cz_conventional_commits"
50
- version = " 0.5.0a1 "
50
+ version = " 0.5.0a2 "
51
51
tag_format = " v$version"
52
52
version_files = [
53
53
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments