Skip to content

Releases: kip-hart/MicroStructPy

v1.4.10

08 Jun 20:40
cb1a18c
Compare
Choose a tag to compare

Fixed

  • Bug in gmsh for multi-circle seeds.

v1.4.9

14 May 15:49
Compare
Choose a tag to compare

Fixed

  • Bug in gmsh for amorphous and void phases.

v1.4.8

13 May 18:41
56311e7
Compare
Choose a tag to compare

Fixed

  • Default behavior of cli.plot_* functions when plot_files is not specified.

v1.4.7

08 Feb 01:00
5b080c9
Compare
Choose a tag to compare

Changed

  • Updated numpy and matplotlib versions.

Fixed

  • String parsing errors.

v1.4.6

07 Feb 20:23
Compare
Choose a tag to compare

Fixed

  • String parsing errors.
  • Logo example failing on ReadTheDocs.
  • 3D gmsh with variable mesh sizes.

v1.4.5

24 Dec 22:04
Compare
Choose a tag to compare

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

22 Dec 19:07
Compare
Choose a tag to compare

Fixed

  • Reading absolute paths from <include> tags.

v1.4.3

11 Nov 22:26
7075a5d
Compare
Choose a tag to compare

Fixed

  • PLY file format in 2D. (#34)

v1.4.2

05 Nov 04:40
1558c7f
Compare
Choose a tag to compare

Fixed

  • XML parsing text with parentheses.

v1.4.1

13 Oct 07:31
09d5d83
Compare
Choose a tag to compare

Changed

  • Upgraded to pygmsh v7.0.2. (#32)