Skip to content

Releases: openalea/core

Release 2025

18 Dec 14:28
b568329

Choose a tag to compare

  • 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 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.core -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.4.2

28 Mar 12:52
1b9532a

Choose a tag to compare

Full Changelog: v2.4.1...v2.4.2

v2.4.1

27 Mar 13:50
a78fd87

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

23 Jan 21:01
1a2673b

Choose a tag to compare

Main contribution

This new release uses a new openalea namespace (PEP420)

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

16 Feb 10:08
dec0a11

Choose a tag to compare

What's Changed

  • Replace vpltk dependency by QtPyby @pradal in #22
  • Adapt the import machinery in Nodes and Dataflows

Full Changelog: v2.3.0...v2.3.1

Toward VisuAlea 3.0

02 Feb 17:56
3bfd5a1

Choose a tag to compare

Port visualea to Python3 and PyQt5

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

Release 2.2.0

17 Jan 09:18
6842cbb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v2.2.0

OpenAlea.Core 1.4.0

09 Feb 15:40

Choose a tag to compare

Last release before the big split.