From 108084cf53876336d789c1036695948a0c274a50 Mon Sep 17 00:00:00 2001 From: Cagtay Fabry <43667554+CagtayFabry@users.noreply.github.com> Date: Thu, 18 Nov 2021 10:29:35 +0100 Subject: [PATCH] v0.5.2 (#652) * update CHANGELOG.rst & CITATION.cff * lint --- CHANGELOG.rst | 36 +++++++++++++----------------------- CITATION.cff | 4 ++-- 2 files changed, 15 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2d31cf3fe..58461530a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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] `__ +- `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] `__ - - -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] + `__ 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 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 @@ -42,15 +41,6 @@ fixes - Fix wrong dimension order being passed through in `SpatialData` `[#635] `__. -documentation -============= - -ASDF -==== - -deprecations -============ - dependencies ============ diff --git a/CITATION.cff b/CITATION.cff index 37dbfc8bc..17983198e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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: cagtay.fabry@bam.de