Releases: dashtiali/medtda
Releases · dashtiali/medtda
Release list
v0.1.0 - Initial Release
🚀 New Features & Enhancements
- Expanded Image Format Support: Added native support for loading and saving
.pgm(Portable Graymap) 2D images in the loaders module (medtda.loaders).
🐛 Bug Fixes & Maintenance
- Fixed CI Type-checking: Resolved a strict
mypytype-checking error in the plotting module (medtda.plotting) that occurred with newer versions of Matplotlib stubs. The fallback code now safely resolvesget_cmapdynamically for older Matplotlib versions (< 3.6). - Stable Release: Promoted the version from pre-release (
0.1.0a3) to the first official stable release (0.1.0).
v0.1.0a3
v0.1.0a2
v0.1.0a1 - Initial alpha release
fix: resolve all mypy type errors for CI type-check job