Releases: openalea/mtg
Releases · openalea/mtg
Release 2025
- 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
condadirectory withmeta.yamlusing metadata frompyproject.tomlfor conda packaging and aenvironment.ymlfile environment.ymlis used to build documentation and also to install locally package in development modemamba env create -f conda/environment.yml
- continuous integration:
- consistent continuous integration / deployment as been set up to using a dedicated github-action workflow
- package is uploaded to openalea3 conda channel
- installation via conda is now for all packages in the release:
mamba install openalea.mtg -c openalea3
- package is pip installable
setup.pyis now replaced bypyproject.toml- package can be installed by running
pip install .or in editable modepip install -e .in root directory of the project
v2.2.0
What's Changed
- Update conda packaging by @pradal in #26
- Update namespace by @thomasarsouze in #33
- Fix namespace package definition by @pradal in #34
New Contributors
- @thomasarsouze made their first contribution in #33
Full Changelog: v2.1.2...v2.2.0
Release v2.1.2 : Port to Python 3
Full port to Python 3
What's Changed
- Release 2 0 by @pradal in #1
- Fix wrong setup.py by @pradal in #2
- Fix matplotlib deprecated import by @pradal in #3
- Add conda package to MTG by @pradal in #6
- Doc by @pradal in #9
- Raise an error when accessing to a vertex that is not in a MTG by @pradal in #13
- change a filter in python 2 > 3 by @pomme-abricot in #20
- port to python 3 by @fredboudon in #15
- Update the move to Python 3 by @pradal in #21
- Update Continuous Integration package by @pradal in #23
- OpenAlea Namespace by @pradal in #24
- Reactivate noarch package with the ability to generate egg package by @pradal in #25
New Contributors
- @pradal made their first contribution in #1
- @pomme-abricot made their first contribution in #20
- @fredboudon made their first contribution in #15
Full Changelog: https://github.com/openalea/mtg/commits/v2.1.2