Skip to content

Releases: openalea/core

Release 2025

Choose a tag to compare

@baugetfa baugetfa released this 18 Dec 14:28
b568329
  • 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

Choose a tag to compare

@AurelienBesnier AurelienBesnier released this 28 Mar 12:52
1b9532a

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

v2.4.1

Choose a tag to compare

@AurelienBesnier AurelienBesnier released this 27 Mar 13:50
a78fd87

What's Changed

New Contributors

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

v2.4.0

Choose a tag to compare

@pradal pradal released this 23 Jan 21:01
1a2673b

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

Choose a tag to compare

@pradal pradal released this 16 Feb 10:08
dec0a11

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

Choose a tag to compare

@pradal pradal released this 02 Feb 17:56
3bfd5a1

Port visualea to Python3 and PyQt5

What's Changed

New Contributors

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

Release 2.2.0

Choose a tag to compare

@pradal pradal released this 17 Jan 09:18
6842cbb

What's Changed

New Contributors

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

OpenAlea.Core 1.4.0

Choose a tag to compare

@pradal pradal released this 09 Feb 15:40

Last release before the big split.