Releases: BAMWelDX/weldx-widgets
Releases · BAMWelDX/weldx-widgets
v0.2.5
0.2.5 (06.12.2024)
Dependencies
- add numpy 2 compatibility #139
What's Changed
- Fix Numpy 2 compatiblity by @marscher in #139
- Update CHANGELOG.md for v0.2.5 by @CagtayFabry in #143
Full Changelog: v0.2.4...v0.2.5
v0.2.4
v0.2.3
0.2.3 (07.07.2024)
Changes
- add
CHANGELOG.md
- change k3d colormap defaults and support rgb images
Dependencies
- pin
matplotlib<3.9
- pin
numpy<2
- remove i18n
What's Changed
- add
.gitignore
by @CagtayFabry in #68 - Update csm_k3d.py by @AndreasPittner in #69
- change colormap defaults and support rgb by @CagtayFabry in #76
- only try to clear lines, if there are already artists in the axes. by @marscher in #99
- Project metadata to pyproject.toml + remove i18n by @marscher in #107
- pin matplotlib<3.9, numpy<2 by @CagtayFabry in #129
- update ruff config by @CagtayFabry in #130
- pin py312 and update pre-commit by @CagtayFabry in #131
- add release.yml config by @CagtayFabry in #132
New Contributors
- @AndreasPittner made their first contribution in #69
Full Changelog: v0.2.2...v0.2.3
v0.2.2
update k3d viz implementation (#67) * update k3d viz implementation * update weldx refs