Releases: kip-hart/MicroStructPy
Releases · kip-hart/MicroStructPy
v1.5.9
Compare
Sorry, something went wrong.
No results found
Added
Changed
Updated version numbers of dependencies per security report.
v1.5.8
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
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
Compare
Sorry, something went wrong.
No results found
Fixed
Bug in RasterMesh VTK writer.
v1.5.5
Compare
Sorry, something went wrong.
No results found
Changed
VTK writer for RasterMesh uses RECTILINEAR_GRID data type.
v1.5.4
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
Compare
Sorry, something went wrong.
No results found
Fixed
String types in generating Abaqus inp files.
v1.5.2
Compare
Sorry, something went wrong.
No results found
Fixed
Plotting 3D raster meshes.
v1.5.1
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
Compare
Sorry, something went wrong.
No results found
Added
RasterMesh class, to create pixel/voxel meshes. (addresses #44 )