Skip to content

Releases: BAMWelDX/weldx

v0.7.3

Choose a tag to compare

@CagtayFabry CagtayFabry released this 02 Mar 06:15
d9979ff

0.7.3 (02.03.2026)

Dependencies

  • add pytest-asdf-plugin to test dependency for schema tests [{pull}997]
  • pin scipy<1.17 [{pull}1015]
  • pin pandas<3 [{pull}1015]
  • add setuptools<82 as runtime requirement to provide pkg_resources [{pull}1015]

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

Choose a tag to compare

@CagtayFabry CagtayFabry released this 10 Jul 12:38
a22a092

0.7.2 (10.07.2025)

Dependencies

  • pin pint-xarray<0.5 due to incopatibility in handling of units with xarray coordinates [{pull}991]

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

Choose a tag to compare

@CagtayFabry CagtayFabry released this 23 Apr 11:33
06b6a35

0.7.1 (23.04.2025)

Documentation

  • use myst-nb-json for interactive JSON mime rendering with myst-nb [{pull}978]
  • update title in CITATION.cff [{pull}981]

Dependencies

  • require ipython>=8 [{pull}978]
  • retrieve version number at runtime via PEP-0566 metadata [{pull}981]

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.1rc0

v0.7.1rc0 Pre-release
Pre-release

Choose a tag to compare

@CagtayFabry CagtayFabry released this 23 Apr 09:26

0.7.1rc0 (23.04.2025)

Documentation

  • use myst-nb-json for interactive JSON mime rendering with myst-nb [{pull}978]
  • update title in CITATION.cff [{pull}981]

Dependencies

  • require ipython>=8 [{pull}978]
  • retrieve version number at runtime via PEP-0566 metadata [{pull}981]

v0.7.0

Choose a tag to compare

@CagtayFabry CagtayFabry released this 17 Apr 12:26
cd94eda

0.7.0 (17.04.2025)

Release 0.7.0 is a compatibility release to support major new python, numpy and asdf version.

Newly supported version include:

  • python=3.13
  • numpy=2
  • asdf=4

Version 0.7 is planned to be the last release to support python<3.11, numpy<2and asdf<4.

Fixes

  • Handle copy_arrays in WeldxFile for asdf>=3.1.0 [{pull}972].

Dependencies

  • remove upper pin for asdf [{pull}910].
  • pin asdf<5 [{pull}959].
  • remove upper pin for numpy [{pull}959].
  • pin python<3.14 [{pull}959].
  • pin weldx-widgets>=0.2.5 for viz [{pull}959].

ASDF

  • update schemas for upcoming ASDF standard 1.6.0 [{pull}910].

Deprecations

  • remove WeldxFile.show_asdf_header [{pull}972].
  • remove lsc_child_in_parent argument in CoordinateSystemManager.add_cs [{pull}976].

What's Changed

Full Changelog: v0.6.9...v0.7.0

v0.7.0rc2

v0.7.0rc2 Pre-release
Pre-release

Choose a tag to compare

@CagtayFabry CagtayFabry released this 16 Apr 13:56
9b3446b
Update CITATION.cff

v0.7.0rc1

v0.7.0rc1 Pre-release
Pre-release

Choose a tag to compare

@CagtayFabry CagtayFabry released this 16 Apr 12:28
fa517e4

0.7.0rc1 (16.04.2025)

Fixes

  • Handle copy_arrays in WeldxFile for asdf>=3.1.0 [{pull}972].

Dependencies

  • remove upper pin for asdf [{pull}910].
  • pin asdf<5 [{pull}959].
  • remove upper pin for numpy [{pull}959].
  • pin python<3.14 [{pull}959].
  • pin weldx-widgets>=0.2.5 for viz [{pull}959].

ASDF

  • update schemas for upcoming ASDF standard 1.6.0 [{pull}910].

Deprecations

  • remove WeldxFile.show_asdf_header [{pull}972].

v0.7.0rc0

v0.7.0rc0 Pre-release
Pre-release

Choose a tag to compare

@CagtayFabry CagtayFabry released this 12 Apr 20:49
2831b94

0.7.0rc0 (12.04.2025)

Dependencies

  • remove upper pin for asdf [{pull}910].
  • pin asdf<5 [{pull}959].
  • remove upper pin for numpy [{pull}959].
  • pin python<3.14 [{pull}959].
  • pin weldx-widgets>=0.2.5 for viz [{pull}959].

ASDF

  • update schemas for upcoming ASDF standard 1.6.0 [{pull}910].

v0.6.9

Choose a tag to compare

@CagtayFabry CagtayFabry released this 19 Nov 10:11
c8457bf

0.6.9 (19.11.2024)

Changes

  • added support for homogeneous transformation matrices [{pull}949]:
  • added create_cs_from_homogeneous_transformation to CoordinateSystemManager
  • added from_homogeneous_transformation to LocalCoordinateSystem
  • added as_homogeneous_matrix to LocalCoordinateSystem

Fixes

  • rename (fix typo) argument to lcs_child_in_parent in CoordinateSystemManager.add_cs [{pull}936].
  • replace usages of pkg_resources with importlib.metadata [{pull}941].
  • replace usages of copy_arrays with memmap for asdf>=3.1.0 [{pull}940].

Dependencies

  • pin weldx-widgets>=0.2.3 for viz [{pull}939].
  • pin pint>=0.21 [{pull}941].
  • pin python<3.13 [{pull}896].
  • pin asdf<4 [{pull}952].

What's Changed

New Contributors

Full Changelog: v0.6.8...v0.6.9

v0.6.8

Choose a tag to compare

@CagtayFabry CagtayFabry released this 08 Jun 11:23
f750e8a

0.6.8 (07.06.2024)

Changes

  • use pandas.to_timedelta function to pass units to the TimeDeltaIndex object [{pull}918].

Dependencies

  • unpin nbval testing dependency.
  • pin python<3.12 [{pull}933].

What's Changed

Full Changelog: v0.6.7...v0.6.8