Recent Releases of https://github.com/bamweldx/weldx-widgets

https://github.com/bamweldx/weldx-widgets - v0.3.0

0.3.0 (11.07.2025)

Added

  • Added codespell spellchecking to pre-commit hooks (excluding demo.ipynb). #157
  • Added Çağtay Fabry as an author in pyproject.toml. #157

Changed

  • Updated ipywidgets dependency to require version >=8.1. #157
  • Updated matplotlib dependency to require version >=3.8. #157
  • Updated ruff pre-commit hook to use ruff-check and bumped ruff version to v0.12.2. #157
  • Improved type hint for last_plot in WidgetGrooveSelectionTCPMovement to use CoordinateSystemManagerVisualizerK3D | None. #157
  • Replaced usage of pd.TimedeltaIndex with pd.to_timedelta in to_tree for improved time data handling. #157
  • Improved removal of lines in matplotlib axes by using artist.remove() instead of ax.lines.clear() in _update_plot. #157

Fixed

  • Updated unsafe input detection test in is_safe_nd_array by adding a test case for [1., 2.]. #157

Removed

  • Removed the display and _ipython_display_ methods in widget_base.py (previously used for frontend drawing). #157
    (show widgets with default notebook output or explicit display() call)

What's Changed

  • fix widgets by @CagtayFabry in https://github.com/BAMWelDX/weldx-widgets/pull/157

Full Changelog: https://github.com/BAMWelDX/weldx-widgets/compare/v0.2.6...v0.3.0

- Python
Published by CagtayFabry about 1 year ago

https://github.com/bamweldx/weldx-widgets - v0.2.6

0.2.6 (23.04.2025)

Changes

  • update version genertion #152

Dependencies

  • require ipython>=8 and update deprecated import #151

What's Changed

  • Updated import by @mbwinkler in https://github.com/BAMWelDX/weldx-widgets/pull/151
  • update version generation by @CagtayFabry in https://github.com/BAMWelDX/weldx-widgets/pull/152

New Contributors

  • @mbwinkler made their first contribution in https://github.com/BAMWelDX/weldx-widgets/pull/151

Full Changelog: https://github.com/BAMWelDX/weldx-widgets/compare/v0.2.5...v0.2.6

- Python
Published by CagtayFabry about 1 year ago

https://github.com/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 https://github.com/BAMWelDX/weldx-widgets/pull/139
  • Update CHANGELOG.md for v0.2.5 by @CagtayFabry in https://github.com/BAMWelDX/weldx-widgets/pull/143

Full Changelog: https://github.com/BAMWelDX/weldx-widgets/compare/v0.2.4...v0.2.5

- Python
Published by CagtayFabry over 1 year ago

https://github.com/bamweldx/weldx-widgets - v0.2.4

0.2.4 (16.10.2024)

dependencies

  • unpin python #136

What's Changed

  • added python 3.12 to test matrix by @marscher in https://github.com/BAMWelDX/weldx-widgets/pull/136
  • updated changelog [ci skip] by @marscher in https://github.com/BAMWelDX/weldx-widgets/pull/138

Full Changelog: https://github.com/BAMWelDX/weldx-widgets/compare/v0.2.3...v0.2.4

- Python
Published by marscher over 1 year ago

https://github.com/bamweldx/weldx-widgets - 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 https://github.com/BAMWelDX/weldx-widgets/pull/68
  • Update csm_k3d.py by @AndreasPittner in https://github.com/BAMWelDX/weldx-widgets/pull/69
  • change colormap defaults and support rgb by @CagtayFabry in https://github.com/BAMWelDX/weldx-widgets/pull/76
  • only try to clear lines, if there are already artists in the axes. by @marscher in https://github.com/BAMWelDX/weldx-widgets/pull/99
  • Project metadata to pyproject.toml + remove i18n by @marscher in https://github.com/BAMWelDX/weldx-widgets/pull/107
  • pin matplotlib<3.9, numpy<2 by @CagtayFabry in https://github.com/BAMWelDX/weldx-widgets/pull/129
  • update ruff config by @CagtayFabry in https://github.com/BAMWelDX/weldx-widgets/pull/130
  • pin py312 and update pre-commit by @CagtayFabry in https://github.com/BAMWelDX/weldx-widgets/pull/131
  • add release.yml config by @CagtayFabry in https://github.com/BAMWelDX/weldx-widgets/pull/132

New Contributors

  • @AndreasPittner made their first contribution in https://github.com/BAMWelDX/weldx-widgets/pull/69

Full Changelog: https://github.com/BAMWelDX/weldx-widgets/compare/v0.2.2...v0.2.3

- Python
Published by CagtayFabry about 2 years ago

https://github.com/bamweldx/weldx-widgets - v0.2.2

- Python
Published by CagtayFabry almost 4 years ago

https://github.com/bamweldx/weldx-widgets - v0.2.1

Imported latest visualization code from weldx. Now depends on weldx-0.6, which enforces units on all coordinate related things.

- Python
Published by marscher about 4 years ago