v.0.6.7
0.6.7 (2023.08.24)
Added
- added
weldx.exceptions
module withWeldxException
[{pull}871
] .
Fixes
- fix compatibility with
pint=0.21
[{pull}876
]. - fix typing compatibility with
pint=0.22
[{pull}880
]. - add
read_buffer_context
andwrite_read_buffer_context
toweldx.asdf.util
to fix tests accessing closed files. {issue}873
[{pull}875
].
Changes
- removed keyword
dummy_inline_arrays
from functionasdf.util.write_buffer
as it was only used internally [{pull}875
].
ASDF
- update
PintQuantityConverter
andPintUnitConverter
class assignments forpint=0.22
[{pull}880
]. - use
ValidationError
fromasdf
instead ofjsonschema
[{pull}886
].
Dependencies
- require
asdf>=2.15.1
[{pull}886
]
What's Changed
- Bump codecov/codecov-action from 3.1.2 to 3.1.3 by @dependabot in #870
- fix pint 0.21 related errors by @CagtayFabry in #876
- add read_buffer_context and write_read_buffer_context by @braingram in #875
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #878
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #871
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #881
- update converters for pint 0.22 by @braingram in #880
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #884
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #885
- import ValidationError from asdf.exceptions by @braingram in #886
- v0.6.7 by @CagtayFabry in #887
New Contributors
- @braingram made their first contribution in #875
Full Changelog: v0.6.6...v0.6.7