Skip to content

Demeter v2.3.0

Latest

Choose a tag to compare

@ogourgue ogourgue released this 19 Nov 16:57
· 15 commits to main since this release
de6ab9e

Demeter v2.3.0

Major Changes

  • Pip installable! Install with: pip install git+https://github.com/yourusername/demeter.git
  • Restructured package with modern src/ layout
  • Added pyproject.toml for standardized installation

Installation

pip install git+https://github.com/yourusername/demeter.git@v2.3.0

Telemac Support

Telemac support requires manual installation of pputils:

git clone https://codeberg.org/pprodano/pputils.git
export PYTHONPATH="${PYTHONPATH}:/path/to/pputils"

Breaking Changes

  • Removed need for $DEMPATH environment variable
  • Package now installed in standard Python path