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