Skip to content

Releases: openalea/mtg

Release 2025

18 Dec 13:51

Choose a tag to compare

  • Documentation is here : https://mtg.rtfd.io
  • Visualisation of MTG in the Notebook is provided by the package openalea.widgets
  • conda:
    • support osx-arm64 on top of osx-64 architecture
    • package has a conda directory with meta.yaml using metadata from pyproject.toml for conda packaging and a environment.yml file
    • environment.yml is used to build documentation and also to install locally package in development mode
      mamba env create -f conda/environment.yml
    • continuous integration:
    • installation via conda is now for all packages in the release: mamba install openalea.mtg -c openalea3
  • package is pip installable
    • setup.py is now replaced by pyproject.toml
    • package can be installed by running pip install . or in editable mode pip install -e . in root directory of the project

v2.2.0

24 Jan 15:08
e412d8e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.2.0

Release v2.1.2 : Port to Python 3

20 Apr 16:42
6f0d10d

Choose a tag to compare

Full port to Python 3

What's Changed

New Contributors

Full Changelog: https://github.com/openalea/mtg/commits/v2.1.2