- Added support for Python 3.12, dropped support for Python 3.9 - Changed `setup.py` to `pyproject.toml`
0.2.0
- Support for Python 3.11 and dropped support for Python 3.7 and 3.8 - Parametrization of the height profile with a Python function by setting ``surface='function'`` and providing the ``height_func`` (thanks TomHilder!)
0.1.5
- Updated `setup.py`
0.1.4
- Added support for Python 3.10 and dropped support for Python 3.6 - Improved documentation and minor maintenance
0.1.3
- Added Codecov to Github Actions - Improvements in code style - Updated documentation
0.1.2
- Support for Python 3.9 - Changed CI from Travis to Github Actions - Minor improvements to the docstrings and tutorial