Skip to content

Releases: openalea/hydroroot

Release for hydroroot paper

16 Mar 16:58
e240339

Choose a tag to compare

  • Documentation: https://hydroroot.readthedocs.io
  • OpenAlea.HydroRoot is a hydraulic root architecture modelling and a root architecture system generator package
  • namespace is openalea.hydroroot
import openalea.hydroroot
from openalea.hydroroot import *
  • Python 3: 3.10 to 3.13
  • conda:
    • New Mac OS X architecture (M1, ...): 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: mamba install openalea.visualea -c openalea3
  • package is pip installable
    • package can be installed by running pip install . or in editable mode pip install -e . in root directory of the project

What's Changed

Full Changelog: v2.1.0...v2.2.0

Release 2025

26 Jan 10:24
3a23e11

Choose a tag to compare

  • Documentation: https://hydroroot.readthedocs.io
  • OpenAlea.HydroRoot is a hydraulic root architecture modelling and a root architecture system generator package
  • namespace changed from hydroroot to openalea.hydroroot
    instead of
import hydroroot
from hydroroot import *

do

import openalea.hydroroot
from openalea.hydroroot import *
  • Python 3: 3.10 to 3.13
  • conda:
    • New Mac OS X architecture (M1, ...): 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

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.2.0

v2.0.0: Solute & Transport

22 Feb 18:17
06c40d3

Choose a tag to compare

What's Changed

  • Solute and water transport, some miscellenous functions, partial reorganization of the example directory by @baugetfa in #13
  • commit after conflict from branch documentation that was 5 commits behind the main. by @baugetfa in #15
  • Visualea by @baugetfa in #17

Full Changelog: v1.0...v2.0.0

Hydroroot

26 May 14:30
d665b3f

Choose a tag to compare

Hydroroot Pre-release
Pre-release

OpenAlea.HydroRoot is a hydraulic root architecture modelling and a root architecture system generator package.