Skip to content

Release 2025

Latest

Choose a tag to compare

@baugetfa baugetfa released this 18 Dec 14:23
  • documentation https://oawidgets.readthedocs.io
  • namespace changed from oawidgets to openalea.widgets
  • 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.widgets -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