Skip to content

0.5.2

Compare
Choose a tag to compare
@CagtayFabry CagtayFabry released this 18 Nov 09:49
· 237 commits to master since this release
108084c

0.5.2 (18.11.2021)

added

  • CoordinateSystemManager can now delete already assigned data with
    CoordinateSystemManager.delete_data. [#645]
  • WeldxFile handles an array_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

Full Changelog: v0.5.1...v0.5.2