Skip to content

Releases: kip-hart/MicroStructPy

v1.5.9

05 Oct 17:55
246664d
Compare
Choose a tag to compare

Added

  • Support for Python 3.12

Changed

  • Updated version numbers of dependencies per security report.

v1.5.8

26 Aug 17:18
8b7c9f8
Compare
Choose a tag to compare

Added

  • Support for Python 3.11

Fixed

  • Errors associated with using keyword arguments in plt.gca() deprecated in matplotlib 3.4.

v1.5.7

07 Aug 01:51
79b1423
Compare
Choose a tag to compare

Fixed

  • Errors associated with using keyword arguments in plt.gca() deprecated in matplotlib 3.4.
  • 3D plots now use matplotlib standard for setting equal aspect ratios.

v1.5.6

02 Sep 05:57
Compare
Choose a tag to compare

Fixed

  • Bug in RasterMesh VTK writer.

v1.5.5

01 Sep 03:50
Compare
Choose a tag to compare

Changed

  • VTK writer for RasterMesh uses RECTILINEAR_GRID data type.

v1.5.4

17 Apr 04:08
775cd8e
Compare
Choose a tag to compare

Added

  • Support for Python 3.9 and 3.10.

Changed

  • Dependent versions of NumPy, SciPy, and matplotlib.

Removed

  • Support for Python 3.7 and below.

Security

  • Upgraded to NumPy v1.22.0 to address overflow vulnerability.

v1.5.3

30 Mar 21:47
Compare
Choose a tag to compare

Fixed

  • String types in generating Abaqus inp files.

v1.5.2

09 Sep 20:38
f81b5ea
Compare
Choose a tag to compare

Fixed

  • Plotting 3D raster meshes.

v1.5.1

09 Sep 18:27
804a170
Compare
Choose a tag to compare

Fixed

  • Plaid issue in 2D raster mesh array output.
  • Initialization and plotting of 3D raster meshes.

v1.5.0

09 Sep 05:23
e2854df
Compare
Choose a tag to compare

Added

  • RasterMesh class, to create pixel/voxel meshes. (addresses #44)