Skip to content

v0.1.0 - Initial Release

Latest

Choose a tag to compare

@dashtiali dashtiali released this 03 Aug 03:46
· 1 commit to main since this 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 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).