Skip to content

glacier-flow-model 0.1.0

Compare
Choose a tag to compare
@munterfi munterfi released this 18 Oct 00:36
· 591 commits to master since this release
70b227a
  • Initial release of the glacier-flow-model on pypi.org package; a python tool to model glacier flow.
  • Development setup:
    • :code:poetry: Managing dependencies and package build env.
    • :code:pytest: Framework for testing.
    • :code:mypy: Static type checking.
    • :code:flake8: Code linting.
    • :code:sphinx: Documentation of the package using :code:numpydoc docstring style.
  • Submodules:
    • model: The :code:GlacierFlowModel class.
    • internal: Base class and internals.
    • data: Stores example data, which can be accessed using the :code:PkgDataAccess class.
  • Scripts:
    • :code:install.sh: Builds the package and installs it to the global python version.
    • :code:check.sh: Automates checks and documentation build.