Skip to content

v.0.6.7

Latest
Compare
Choose a tag to compare
@CagtayFabry CagtayFabry released this 24 Aug 14:54
· 34 commits to master since this release
741cfce

0.6.7 (2023.08.24)

Added

  • added weldx.exceptions module with WeldxException [{pull}871] .

Fixes

  • fix compatibility with pint=0.21 [{pull}876].
  • fix typing compatibility with pint=0.22 [{pull}880].
  • add read_buffer_context and write_read_buffer_context to weldx.asdf.util
    to fix tests accessing closed files. {issue}873 [{pull}875].

Changes

  • removed keyword dummy_inline_arrays from function asdf.util.write_buffer
    as it was only used internally [{pull}875].

ASDF

  • update PintQuantityConverter and PintUnitConverter class assignments for pint=0.22 [{pull}880].
  • use ValidationError from asdf instead of jsonschema [{pull}886].

Dependencies

  • require asdf>=2.15.1 [{pull}886]

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.6.7