0.5.2
0.5.2 (18.11.2021)
added
CoordinateSystemManager
can now delete already assigned data with
CoordinateSystemManager.delete_data
. [#645]WeldxFile
handles anarray_inline_threshold
parameter to
indicate if short arrays will be serialized as strings, or as binary
block. Note that this does not affect arrays, which are being shared
across several objects in the same file. [#643]
changes
WeldxFile
now raises an exception, if a warning is emitted during
loading the weldx ASDF extension, this should prevent erroneous data
during loading, for example missing dependencies. [#641]WeldxFile
now hides ASDF added fields like history and asdf_library
from the dictionary interface. To access these, there are separate
properties [#625].- Allow handling of
time
values as singular coordinates without
dimensions in some classes [#635].
fixes
- Fix wrong dimension order being passed through in
SpatialData
[#635].
dependencies
- Removed
ipykernel
dependency. [#634] - The
K3D
implementation now uses the experimental
weldx-widgets
backend if available [#636]
Merged PRs
- remove ipykernel dependency by @CagtayFabry in #634
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #637
- run build on 'published' instead of 'created' release events by @CagtayFabry in #633
- protect keys from writing/deleting/manipulating by @marscher in #625
- Check time coords by @CagtayFabry in #635
- [wxfile] raise, if asdf emits a warning about loading our extension by @marscher in #641
- [pre-commit] added clean notebook output hook by @marscher in #639
- fix pre-commit config regex pattern by @CagtayFabry in #642
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #646
- add unit handling to `Trace.plot´ by @CagtayFabry in #649
- [wxfile] impl inline array threshold by @marscher in #643
- Spelling by @marscher in #650
- [csm] impl delete_data by @marscher in #645
- use weldx-widgets k3d implementation if available by @CagtayFabry in #636
- csm.eq now generically checks all node and edge attributes by @marscher in #648
- v0.5.2 by @CagtayFabry in #652
Full Changelog: v0.5.1...v0.5.2