This release includes several fixes necessary to build and run pytopotoolbox with older versions of dependencies, especially numpy. It introduces a minimum version bound on numpy: v1.23.5 is now necessary to run pytopotoolbox. This is technically a breaking change, but lower versions of numpy probably would not have run properly anyway.
Otherwise v0.0.3 has an identical API to v0.0.2.
What's Changed
* Document the release process in dev.rst by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/168
* Use bool as the data type of the visited array by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/169
* Add the upgrade flag to the docs by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/170
* Use arctan2 instead of atan2 by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/171
* Fix a minimum supported numpy version by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/173
* Add the upgrade flag to the README install instructions by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/174
* Bump version number to 0.0.3 for release by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/175
**Full Changelog**: https://github.com/TopoToolbox/pytopotoolbox/compare/v0.0.2...v0.0.3