Skip to content

Commit

Permalink
v0.5.2 (#652)
Browse files Browse the repository at this point in the history
* update CHANGELOG.rst & CITATION.cff

* lint
  • Loading branch information
CagtayFabry authored Nov 18, 2021
1 parent 895e03e commit 108084c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 25 deletions.
36 changes: 13 additions & 23 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,29 @@
###############

********************
0.X.X (unreleased)
0.5.2 (18.11.2021)
********************

added
=====

- `CoordinateSystemManager` can now delete already assigned data with `CoordinateSystemManager.delete_data`.
`[#645] <https://github.com/BAMWelDX/weldx/pull/645>`__
- `CoordinateSystemManager` can now delete already assigned data with
`CoordinateSystemManager.delete_data`. `[#645]
<https://github.com/BAMWelDX/weldx/pull/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] <https://github.com/BAMWelDX/weldx/pull/643>`__


removed
=======
- `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]
<https://github.com/BAMWelDX/weldx/pull/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] <https://github.com/BAMWelDX/weldx/pull/641>`__
- `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]
<https://github.com/BAMWelDX/weldx/pull/641>`__

- `WeldxFile` now hides ASDF added fields like history and asdf_library
from the dictionary interface. To access these, there are separate
Expand All @@ -42,15 +41,6 @@ fixes
- Fix wrong dimension order being passed through in `SpatialData`
`[#635] <https://github.com/BAMWeldX/weldx/pull/635>`__.

documentation
=============

ASDF
====

deprecations
============

dependencies
============

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# YAML 1.2
---
title: weldx
version: 0.5.1
date-released: 2021-11-04
version: 0.5.2
date-released: 2021-11-18
authors:
- affiliation: "Bundesanstalt für Materialforschung und -prüfung (BAM)"
email: [email protected]
Expand Down

0 comments on commit 108084c

Please sign in to comment.