Skip to content

Release 2025

Latest

Choose a tag to compare

@christian34 christian34 released this 27 Jan 14:29
· 4 commits to master since this release
9aee9de
  • OpenAlea.Adel (Architectural model of DEvelopment based on L-systems) allows to simulate the 3D architectural development of the shoot of gramineaous plant.
  • package has been modernized (python 3, pyproject, conda, ci)
  • documentation is online https://adel.readthedocs.io
  • namespace changed from alinea.adel to openalea.adel
    instead of
import alinea.adel
from alinea.adel import *

do

import openalea.adel
from openalea.adel import *