Releases: openalea/core
Releases · openalea/core
Release 2025
- OpenAlea.Core implements the components and workflows execution
- Python 3: 3.9 to 3.13
- 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.core -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.4.2
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- Lifting restriction on python version by @AurelienBesnier in #31
New Contributors
- @AurelienBesnier made their first contribution in #31
Full Changelog: v2.4.0...v2.4.1
v2.4.0
Main contribution
This new release uses a new openalea namespace (PEP420)
What's Changed
- Doc Compilation by @bbrument in #11
- fixed export to application not working #25 by @pradal in #27
- Generate utf-8 wralea files by @pradal in #28
- Add traversal algo on graph from container by @pradal in #29
- New namespaces by @thomasarsouze in #30
New Contributors
- @bbrument made their first contribution in #11
- @thomasarsouze made their first contribution in #30
Full Changelog: v2.3.1...v2.4.0
v2.3.1
Toward VisuAlea 3.0
Release 2.2.0
What's Changed
- Merge openalea/openalea/core by @pradal in #4
- Add gitignore by @pradal in #7
- Fix bug orgs:openalea/openalea#228 by @pradal in #10
- Port Py2 to Py3 by @christian34 in #12
- ReadTheDoc error by @pradal in #9
- Continuous Integration, Py3 and PyTest by @pradal in #15
- Move from collections to collections.abc by @pradal in #16
New Contributors
- @christian34 made their first contribution in #12
Full Changelog: v1.4.0...v2.2.0
OpenAlea.Core 1.4.0
Last release before the big split.