Releases: openalea/oawidgets
Releases · openalea/oawidgets
Release 2025
- documentation https://oawidgets.readthedocs.io
- namespace changed from
oawidgetstoopenalea.widgets - conda:
- support osx-arm64 on top of osx-64 architecture
- package has a
condadirectory withmeta.yamlusing metadata frompyproject.tomlfor conda packaging and aenvironment.ymlfile environment.ymlis used to build documentation and also to install locally package in development modemamba env create -f conda/environment.yml
- continuous integration:
- consistent continuous integration / deployment as been set up to use a dedicated github-action workflow
- package is uploaded to openalea3 conda channel
- installation via conda is now for all packages in the release:
mamba install openalea.widgets -c openalea3
- package is pip installable
setup.pyis now replaced bypyproject.toml- package can be installed by running
pip install .or in editable modepip install -e .in root directory of the project
v1.0.5
What's Changed
- plantgl text fixes by @AurelienBesnier in #26
New Contributors
- @AurelienBesnier made their first contribution in #26
Full Changelog: v1.0.4...v1.0.5
v1.0.4
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
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
What's Changed
- bugfix add curves to mesh only when the curves exist by @RamiALBASHA in #23
- Update version to 1.0.1 by @pradal in #25
New Contributors
- @RamiALBASHA made their first contribution in #23
Full Changelog: v1.0.0...v1.0.2
First release for openalea3
What's Changed
- 3D Visualisation on Jupyter by @bbrument in #1
- Update conda requirements by @pradal in #4
- LPy integration in Jupyter by @pradal in #2
- Doc - Gallery by @bbrument in #6
- Color on mesh for Jupyter Notebooks by @bbrument in #5
- MTG visualisation with pyvis by @pradal in #8
- Add README by @pradal in #9
- Python2 to Python3 + Partial Fix of Issue#10 by @pomme-abricot in #13
- Plot scene with shapes and 3D curves by @pradal in #14
- Add conda and gh actions by @pradal in #17
- Update GH actions by @thomasarsouze in #19
- Conda by @pradal in #20
- Limit CI to Ubuntu only by @pradal in #21
New Contributors
- @bbrument made their first contribution in #1
- @pradal made their first contribution in #4
- @pomme-abricot made their first contribution in #13
- @thomasarsouze made their first contribution in #19
Full Changelog: https://github.com/openalea-incubator/oawidgets/commits/v1.0.0