Skip to content

LaPy v1.5.0

Latest

Choose a tag to compare

@m-reuter m-reuter released this 23 Dec 11:12
· 1 commit to main since this release
e1e37cb

What's Changed

  • add polygon.py to expose Polygon.resample method by @m-reuter in #96
  • add testing for polygon
  • allow passing header instead of full images for TK-RAS conversion in write_fssurf, also deal with other non-MGH files
  • replace print statements with logger calls
  • code hardening (adding checks for out-of-range or division by zero)
  • improve docstrings everywhere
  • add type hints
  • replace exits with raise errors

Full Changelog: v1.4.1...v1.5.0