Skip to content

Releases: Hochfrequenz/mig_ahb_utility_stack

v0.2.7

04 Jan 16:07
6a0987d
Compare
Choose a tag to compare

What's Changed

  • ⬇ Lower Coverage Threshold to 90% by @hf-kklein in #206
  • 🚚 pruefidentifikator_to_formatget_format_of_pruefidentifikator by @hf-kklein in #208
  • ➕📂Add machine-readable_anwendungshandbuecher as submodule by @hf-kklein in #209
  • Ignore Absender and Empfänger and all paths that are no json paths by @hf-aschloegl in #210

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.3.0a

03 Jan 23:05
Compare
Choose a tag to compare
v0.3.0a Pre-release
Pre-release

What's Changed

  • ⬇ Lower Coverage Threshold to 90% by @hf-kklein in #206
  • 🚚 pruefidentifikator_to_formatget_format_of_pruefidentifikator by @hf-kklein in #208

Full Changelog: v0.2.6...v0.3.0a

v0.2.6

02 Jan 09:42
5f3b118
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

29 Dec 11:37
9b1a8f2
Compare
Choose a tag to compare

What's Changed

  • Implement stricter checks on AhbLines if used in FlatAnwendungshandbuch by @hf-kklein in #202

Full Changelog: v0.2.4...v0.2.5

v0.2.4

28 Dec 17:59
d75b822
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Dec 14:46
3eae3d8
Compare
Choose a tag to compare

What's Changed

Probably the last release before maus v0.3.0. Already contains a lot of logic used there.

Features (mostly experimental... wait for v0.3.0 for stable functions)

  • ✨Introduce maus.navigation to remember and describes paths taken in the AHB by @hf-kklein in #192
  • Improve Navigation (add data_element_id) by @hf-kklein in #193
  • ✨ Introduce is_sub_location_of for AhbLocations by @hf-kklein in #194
  • ✨ Find common ancestor of AhbLocations by @hf-kklein in #195
  • Add "distance" calculation for pairs of AhbLocations by @hf-kklein in #196
  • ✨Implement sg_is_hierarchically_below to easily spot relations in SGHs by @hf-kklein in #197
  • ✨📑 Add maus_version to AhbMetaInformation by @hf-kklein in #199

Dependencies

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Dec 13:38
df8b9bb
Compare
Choose a tag to compare

What's Changed

  • make SegmentGroupHierarchy "frozen" (immutable) by @hf-kklein in #190
  • Enforce better AHB Data Quality: Nearly lines shall have a non None SG by @hf-kklein in #191

Full Changelog: v0.2.1...v0.2.2

v0.2.1

14 Dec 07:51
8a59177
Compare
Choose a tag to compare

What's Changed

  • ➕ Add helper method to get current EdifactFormatVersion by @hf-kklein in #184
  • Bump marshmallow from 3.18.0 to 3.19.0 by @dependabot in #183
  • Add artificial index (int) property to AHBLine and SegmentLevel classes but discard it before serializing the DeepAhb by @hf-kklein in #185
  • Bump lxml from 4.9.1 to 4.9.2 by @dependabot in #188

Full Changelog: v0.2.0...v0.2.1

v0.1.25

06 Dec 15:38
c46a1d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.24...v0.1.25

v0.2.0

11 Nov 08:18
e2ed786
Compare
Choose a tag to compare

What's Changed

Data Model Changes (might be a little bit breaking)

  • attribute ahb_expression must either be None or str but not empty str by @hf-kklein in #181 (This means that some fields that were typed as str before are now Optional[str])

Mapping Logic Features

  • Support 1:n cardinality between AHB lines and MIG entries by @hf-kklein in #176

Internal Changes

Full Changelog: v0.1.24...v0.2.0