What's Changed
* basic package struct by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/2
* Add GPL v3.0 by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/4
* Basic GridObject and .info() function by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/11
* Interface with libtopotoolbox through scikit-build-core and pybind11 by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/12
* added fillsinks with pybind11 by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/14
* Added GridObj generation with OpenSimplex noise by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/15
* Add pybind11 license to LICENSES_bundled by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/21
* Add magic functions by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/19
* Implement Pep8 standard by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/23
* Add basic CI workflow by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/28
* Add Identifyflats by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/24
* Windows Installation Guide by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/25
* Provide example data by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/29
* Add Sphinx docs generation by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/33
* Refactor package by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/39
* Update Documentation and add CONTRIBUTING by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/40
* Add show and saving functions by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/48
* Fix matrix passing to C/C++ by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/51
* Bump versions of actions/checkout and actions/setup-python by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/52
* Add Excesstopography by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/54
* Fix a few minor typos and formatting problems around the docs by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/56
* Rework example gallery by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/58
* Add linting and type checks by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/59
* Add FlowObject by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/61
* Fix the build time version of numpy to 2.0.0 or greater by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/66
* Adds Graphflood binding by bgailleton in https://github.com/TopoToolbox/pytopotoolbox/pull/57
* Add StreamObject by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/65
* Implement gradient8 by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/63
* Supply boundary conditions to fillsinks and handle NaNs properly by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/70
* Update docstring and docs for graphflood by Teschl in https://github.com/TopoToolbox/pytopotoolbox/pull/68
* Remove version specifications from pyproject.toml by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/77
* Add a release workflow by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/83
* Set version number to 0.0.1 by wkearn in https://github.com/TopoToolbox/pytopotoolbox/pull/84
New Contributors
* Teschl made their first contribution in https://github.com/TopoToolbox/pytopotoolbox/pull/2
* wkearn made their first contribution in https://github.com/TopoToolbox/pytopotoolbox/pull/4
* bgailleton made their first contribution in https://github.com/TopoToolbox/pytopotoolbox/pull/57
**Full Changelog**: https://github.com/TopoToolbox/pytopotoolbox/commits/v0.0.1
v0.0.1-test.2
This release is identical to v0.0.1, and is aimed at testing the CI workflow that uploads the package to PyPI.
v0.0.1-test.1
This release is identical to v0.0.1. It is only used to trigger the CI workflow and ensure the package is uploaded to test.pypi.org properly.