Changelog

This packages uses semantic versions.

Version 0.1.2

  • Bugfixes:
    • Format shell scripts.

    • Adjust URLs to GitHub account due to renaming munterfinger to munterfi.

Version 0.1.1

  • Features:
    • New issue templates for bug reports and feature requests.

    • Documentation and PyPI link in the project description.

  • Bugfixes:
    • Typo in documentation link.

    • Force install from .whl in install.sh script.

Version 0.1.0

  • Initial release of the glacier-flow-model on pypi.org package; a python tool to model glacier flow.

  • Development setup:
    • poetry: Managing dependencies and package build env.

    • pytest: Framework for testing.

    • mypy: Static type checking.

    • flake8: Code linting.

    • sphinx: Documentation of the package using numpydoc docstring style.

  • Submodules:
    • model: The GlacierFlowModel class.

    • internal: Base class and internals.

    • data: Stores example data, which can be accessed using the PkgDataAccess class.

  • Scripts:
    • install.sh: Builds the package and installs it to the global python version.

    • check.sh: Automates checks and documentation build.