Skip to content

Releases: dashtiali/medtda

v0.1.0 - Initial Release

Choose a tag to compare

@dashtiali dashtiali released this 03 Aug 03:46

🚀 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 mypy type-checking error in the plotting module (medtda.plotting) that occurred with newer versions of Matplotlib stubs. The fallback code now safely resolves get_cmap dynamically 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.0a3 Pre-release
Pre-release

Choose a tag to compare

@dashtiali dashtiali released this 13 Mar 03:27
fix: update software title and author in citations; bump version to 0…

v0.1.0a2

v0.1.0a2 Pre-release
Pre-release

Choose a tag to compare

@dashtiali dashtiali released this 10 Mar 16:34
bump: version 0.1.0a1 -> 0.1.0a2

v0.1.0a1 - Initial alpha release

Pre-release

Choose a tag to compare

@dashtiali dashtiali released this 10 Mar 16:27
fix: resolve all mypy type errors for CI type-check job