Skip to content

Releases: Hochfrequenz/xml-fundamend-python

v0.36.0

12 Apr 21:50
b59b606

Choose a tag to compare

What's Changed

  • build(deps-dev): bump mypy from 1.19.1 to 1.20.0 by @dependabot[bot] in #268
  • build(deps): bump efoli from 2.2.0 to 2.3.0 by @dependabot[bot] in #269
  • chore: bump xml-migs-and-ahbs submodule to latest main by @hf-kklein in #266
  • feat: upgrade to ahbicht v2.0.0, remove inject dependency by @hf-kklein in #270

Full Changelog: v0.35.0...v0.36.0

v0.35.0

05 Apr 19:37
5172237

Choose a tag to compare

What's Changed

  • feat: add MIG hierarchy materialized view and diff view by @hf-kklein in #237

Full Changelog: v0.34.1...v0.35.0

v0.34.1

30 Mar 13:55
564ece2

Choose a tag to compare

What's Changed

  • build(deps-dev): bump build from 1.4.0 to 1.4.2 by @dependabot[bot] in #264
  • feat: add Unicode-aware expression indexes for German umlaut search by @hf-kklein in #261
  • build(deps): bump efoli from 2.1.1 to 2.2.0 by @dependabot[bot] in #263

Full Changelog: v0.34.0...v0.34.1

v0.34.0

29 Mar 23:42
f5987a6

Choose a tag to compare

What's Changed

  • fix: use semantic qualifiers for stable id_path construction by @hf-kklein in #260

Full Changelog: v0.33.1...v0.34.0

v0.33.1

28 Mar 07:13
7c6aae7

Choose a tag to compare

What's Changed

Fixes (of bad XML data)

  • fix: strip erroneous '#kv#' and '#nv#' prefixes from AHB XML attributes during reading by @hf-kklein in #255

Internal Deps/Chore

  • build(deps-dev): bump build from 1.3.0 to 1.4.0 by @dependabot[bot] in #238
  • build(deps-dev): bump syrupy from 5.0.0 to 5.1.0 by @dependabot[bot] in #241
  • build(deps-dev): bump coverage from 7.13.1 to 7.13.2 by @dependabot[bot] in #240
  • build(deps-dev): bump coverage from 7.13.2 to 7.13.3 by @dependabot[bot] in #242
  • build(deps-dev): bump coverage from 7.13.3 to 7.13.4 by @dependabot[bot] in #243
  • build(deps-dev): bump isort from 7.0.0 to 8.0.0 by @dependabot[bot] in #245
  • build(deps-dev): bump pylint from 4.0.4 to 4.0.5 by @dependabot[bot] in #244
  • build(deps-dev): bump isort from 8.0.0 to 8.0.1 by @dependabot[bot] in #247
  • build(deps-dev): bump black from 25.12.0 to 26.1.0 by @dependabot[bot] in #239
  • build(deps-dev): bump black from 26.1.0 to 26.3.0 by @dependabot[bot] in #250
  • build(deps-dev): bump codespell from 2.4.1 to 2.4.2 by @dependabot[bot] in #251
  • build(deps): bump pytz from 2025.2 to 2026.1.post1 by @dependabot[bot] in #252
  • build(deps-dev): bump black from 26.3.0 to 26.3.1 by @dependabot[bot] in #253
  • build(deps-dev): bump coverage from 7.13.4 to 7.13.5 by @dependabot[bot] in #254

Full Changelog: v0.33.0...v0.33.1

v0.33.0

08 Jan 18:14
685ca73

Choose a tag to compare

What's Changed

  • feat: Add SQL persistence for MIGs too (similar to AHBs) by @hf-kklein in #236
  • build(deps-dev): bump coverage from 7.13.0 to 7.13.1 by @dependabot[bot] in #235

Full Changelog: v0.32.1...v0.33.0

v0.32.1

17 Dec 17:04
a478ace

Choose a tag to compare

What's Changed

  • fix: also check the beschreibung of an Anwendungsfall for is_outdated by @hf-kklein in #234

Full Changelog: v0.32.0...v0.32.1

v0.32.0

17 Dec 15:25
c5e7574

Choose a tag to compare

What's Changed

  • feat: sanitize Anwendungsfall.beschreibung by removing hyphens inside words by @hf-kklein in #233

Full Changelog: v0.31.1...v0.32.0

v0.31.1

16 Dec 17:42
4f51fde

Choose a tag to compare

What's Changed

  • perf: make comparison computation slightly faster by @hf-kklein in #232

Full Changelog: v0.31.0...v0.31.1

v0.31.0

16 Dec 16:46
489086c

Choose a tag to compare

What's Changed

  • Revert "perf(v_ahb_diff): replace NOT EXISTS with LEFT JOIN for better query performance (#225)" by @hf-kklein in #230
  • perf(v_ahb_diff): replace COALESCE(...) with IFNULL(...) by @hf-kklein in #229
  • perf: add additional covering index to ahb_expressions by @hf-kklein in #227
  • perf(v_ahb_diff): make view less general purpose but faster by @hf-kklein in #228
  • fmt: format create_ahb_diff_view.sql with Jetbrains SQL formatter by @hf-kklein in #231

Full Changelog: v0.30.1...v0.31.0