Skip to content

Releases: openalea/oawidgets

Release 2025

18 Dec 14:23

Choose a tag to compare

  • 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

v1.0.5

15 Apr 07:54
6d64aee

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

07 Apr 08:56

Choose a tag to compare

What's changed

  • Adding option to display front, back or double face of triangles by @AurelienBesnier

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 Apr 07:57

Choose a tag to compare

What's Changed

  • Adding option to display front, back or double face of triangles by @AurelienBesnier

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 Mar 15:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.2

First release for openalea3

14 Apr 14:44
d662fc4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/openalea-incubator/oawidgets/commits/v1.0.0