Releases: kip-hart/MicroStructPy
Releases · kip-hart/MicroStructPy
v1.5.9
05 Oct 17:55
Compare
Sorry, something went wrong.
No results found
Added
Changed
Updated version numbers of dependencies per security report.
v1.5.8
26 Aug 17:18
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Errors associated with using keyword arguments in plt.gca() deprecated in matplotlib 3.4.
v1.5.7
07 Aug 01:51
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Bug in RasterMesh VTK writer.
v1.5.5
01 Sep 03:50
Compare
Sorry, something went wrong.
No results found
Changed
VTK writer for RasterMesh uses RECTILINEAR_GRID data type.
v1.5.4
17 Apr 04:08
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
String types in generating Abaqus inp files.
v1.5.2
09 Sep 20:38
Compare
Sorry, something went wrong.
No results found
Fixed
Plotting 3D raster meshes.
v1.5.1
09 Sep 18:27
Compare
Sorry, something went wrong.
No results found
Fixed
Plaid issue in 2D raster mesh array output.
Initialization and plotting of 3D raster meshes.
v1.5.0
09 Sep 05:23
Compare
Sorry, something went wrong.
No results found
Added
RasterMesh class, to create pixel/voxel meshes. (addresses #44 )