Releases: kip-hart/MicroStructPy
Releases · kip-hart/MicroStructPy
v1.5.9
Added
Changed
- Updated version numbers of dependencies per security report.
v1.5.8
Added
Fixed
- Errors associated with using keyword arguments in
plt.gca()
deprecated in matplotlib 3.4.
v1.5.7
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
Fixed
- Bug in RasterMesh VTK writer.
v1.5.5
Changed
- VTK writer for RasterMesh uses
RECTILINEAR_GRID
data type.
v1.5.4
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
Fixed
- String types in generating Abaqus inp files.
v1.5.2
Fixed
- Plotting 3D raster meshes.
v1.5.1
Fixed
- Plaid issue in 2D raster mesh array output.
- Initialization and plotting of 3D raster meshes.
v1.5.0
Added
- RasterMesh class, to create pixel/voxel meshes. (addresses #44)