Releases: kip-hart/MicroStructPy
Releases · kip-hart/MicroStructPy
v1.4.10
Fixed
- Bug in gmsh for multi-circle seeds.
v1.4.9
Fixed
- Bug in gmsh for amorphous and void phases.
v1.4.8
Fixed
- Default behavior of
cli.plot_*
functions when plot_files
is not specified.
v1.4.7
Changed
- Updated numpy and matplotlib versions.
Fixed
v1.4.6
Fixed
- String parsing errors.
- Logo example failing on ReadTheDocs.
- 3D gmsh with variable mesh sizes.
v1.4.5
Added
- Meshing with gmsh can now use different mesh sizes in the interior and on the boundary of grains. The
<mesh_max_edge_length>
tag specifies edge lengths on the boundary and <mesh_size>
on the interior. If <mesh_max_edge_length>
is not used, <mesh_size>
is used throughout.
v1.4.4
Fixed
- Reading absolute paths from
<include>
tags.
v1.4.3
Fixed
- PLY file format in 2D. (#34)
v1.4.2
Fixed
- XML parsing text with parentheses.
v1.4.1
Changed
- Upgraded to pygmsh v7.0.2. (#32)