Skip to content

Releases: openalea/visualea

Release 2025

19 Dec 11:02

Choose a tag to compare

  • OpenAlea.VisuAlea has been resurected
  • All the workflows from other openalea packages are not fully functional but the software is functional
  • 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: mamba install openalea.visualea -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.3

19 Dec 17:21
19cf79b

Choose a tag to compare

What's Changed

  • Remove limitation to python <3.11 by @pradal in #41

Full Changelog: v2.4.2...v2.4.3

v2.4.2

18 Oct 11:39
57b6c2c

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.2

v2.4.0

23 Jan 21:37
5adb5be

Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.4.0

v2.3.3 on Python 3 Qt5

24 Feb 21:57
38ef408

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/openalea/visualea/commits/v2.3.3