Skip to content

Releases: Hochfrequenz/ahlbatross

v0.2.0

28 Feb 19:02
6b65088

Choose a tag to compare

What's Changed

  • feat: facilitate comparison of multiple PIDs stored in separate xlsx tabs by @OLILHR in #86

Full Changelog: v0.1.8...v0.2.0

v0.1.8

28 Feb 08:51
a31f97b

Choose a tag to compare

What's Changed

  • build(deps): bump efoli from 1.3.0 to 1.4.0 by @dependabot in #50
  • build(deps): bump kohlrahbi from 1.11.2 to 1.12.1 by @dependabot in #51
  • build(deps): bump numpy from 2.2.0 to 2.2.1 by @dependabot in #53
  • build(deps): bump mypy from 1.13.0 to 1.14.0 by @dependabot in #52
  • build(deps): bump click from 8.1.7 to 8.1.8 by @dependabot in #55
  • build(deps): bump pydantic-core from 2.27.1 to 2.27.2 by @dependabot in #54
  • build(deps): bump coverage from 7.6.9 to 7.6.10 by @dependabot in #57
  • build(deps): bump pylint from 3.3.2 to 3.3.3 by @dependabot in #58
  • build(deps): bump pygments from 2.18.0 to 2.19.0 by @dependabot in #59
  • build(deps): bump mypy from 1.14.0 to 1.14.1 by @dependabot in #60
  • build(deps): bump pydantic from 2.10.4 to 2.10.5 by @dependabot in #61
  • build(deps): bump pygments from 2.19.0 to 2.19.1 by @dependabot in #62
  • chore: improve type safety of format version handling using efoli by @OLILHR in #63
  • build(deps): bump more-itertools from 10.5.0 to 10.6.0 by @dependabot in #64
  • build(deps): bump numpy from 2.2.1 to 2.2.2 by @dependabot in #65
  • build(deps): bump pydantic from 2.10.5 to 2.10.6 by @dependabot in #66
  • build(deps): bump codespell from 2.3.0 to 2.4.0 by @dependabot in #67
  • build(deps): bump twine from 6.0.1 to 6.1.0 by @dependabot in #69
  • build(deps): bump tzdata from 2024.2 to 2025.1 by @dependabot in #70
  • build(deps): bump xlsxwriter from 3.2.0 to 3.2.1 by @dependabot in #68
  • build(deps): bump black from 24.10.0 to 25.1.0 by @dependabot in #71
  • build(deps): bump pytz from 2024.2 to 2025.1 by @dependabot in #72
  • build(deps): bump xlsxwriter from 3.2.1 to 3.2.2 by @dependabot in #74
  • build(deps): bump pylint from 3.3.3 to 3.3.4 by @dependabot in #73
  • build(deps): bump kohlrahbi from 1.12.1 to 1.13.0 by @dependabot in #75
  • build(deps): bump coverage from 7.6.10 to 7.6.11 by @dependabot in #76
  • build(deps): bump mypy from 1.14.1 to 1.15.0 by @dependabot in #77
  • build(deps): bump isort from 5.13.2 to 6.0.0 by @dependabot in #80
  • build(deps): bump codespell from 2.4.0 to 2.4.1 by @dependabot in #79
  • build(deps): bump pydantic-core from 2.27.2 to 2.29.0 by @dependabot in #78
  • build(deps): bump coverage from 7.6.11 to 7.6.12 by @dependabot in #81
  • build(deps): bump lxml from 5.3.0 to 5.3.1 by @dependabot in #84
  • build(deps): bump numpy from 2.2.2 to 2.2.3 by @dependabot in #83
  • build(deps): bump propcache from 0.2.1 to 0.3.0 by @dependabot in #85

Full Changelog: v0.1.7...v0.1.8

v0.1.7

12 Dec 14:03
39e9191

Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

05 Dec 17:58
f7f1828

Choose a tag to compare

What's Changed

  • feat: add models to compare AHBs and assemble output tables by @OLILHR in #32
  • build(deps): bump coverage from 7.6.7 to 7.6.8 by @dependabot in #33
  • ci: skip auto request for Python Dev Review on Dependabot PRs by @hf-kklein in #34
  • refactor: transition from pandas to domain model classes by @OLILHR in #35
  • build(deps): bump twine from 5.1.1 to 6.0.1 by @dependabot in #39
  • build(deps): bump pytest from 8.3.3 to 8.3.4 by @dependabot in #42
  • build(deps): bump pylint from 3.3.1 to 3.3.2 by @dependabot in #40
  • build(deps): bump typer from 0.13.1 to 0.14.0 by @dependabot in #41
  • feat: add additional column in ouput tables to preserve AHB props order by @OLILHR in #43
  • feat: compare all AHB props to handle row insertion at arb. positions by @OLILHR in #37

Full Changelog: v0.1.5...v0.1.6

v0.1.5

20 Nov 22:05
0a2b731

Choose a tag to compare

What's Changed

  • feat: enable --input-dir flag to allow custom input directories by @OLILHR in #29
  • refactor: revise project structure, models and function names by @OLILHR in #31

Full Changelog: v0.1.4...v0.1.5

v0.1.4

20 Nov 11:44
f561abb

Choose a tag to compare

What's Changed

  • chore: move parse_formatversions to separate module by @hf-kklein in #22
  • chore: move CSV read and Excel write functions to separate modules by @hf-kklein in #23
  • chore: move get_pruefid_files to csv module by @hf-kklein in #25
  • chore: stop git from tracking output directory and clear cache by @OLILHR in #26
  • fix: remove whitespace during comparison to bypass scraping mismatches by @OLILHR in #28

Full Changelog: v0.1.3...v0.1.4

v0.1.3

19 Nov 10:23
376a159

Choose a tag to compare

What's Changed

  • docs: add PyPI project description to pyproject.toml by @OLILHR in #20
  • chore: ensure consistent formatting of highlighted entries by @OLILHR in #21

Full Changelog: v0.1.2...v0.1.3

v0.1.2

19 Nov 07:38
bd235da

Choose a tag to compare

What's Changed

  • docs: Add PyPI Information to README by @hf-kklein in #15
  • chore: log output directory by @hf-kklein in #18
  • ci: add test that pip install . + ahlbatross command works; feat: Add typer interface by @hf-kklein in #17
  • docs: Add release workflow information to README by @hf-kklein in #19

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 Nov 06:43
ca8564f

Choose a tag to compare

What's Changed

  • fix(ci): don't hardcode version to 0.1.0 but read from git tag by @hf-kklein in #16

Full Changelog: v0.0.1...v0.1.1

v0.0.1

19 Nov 06:33
d3ef696

Choose a tag to compare

What's Changed

  • chore: set up project by @OLILHR in #1
  • build(deps): bump coverage from 7.6.4 to 7.6.7 by @dependabot in #2
  • chore: add machine-readable_anwendungshandbuecher submodule by @OLILHR in #3
  • feat: add functions to compare and align Segmentnames of pruefid CSVs by @OLILHR in #4
  • feat: facilitate CSV and XLSX merging across all machine-readable-AHBs by @OLILHR in #5
  • feat: process consecutive formatversion subdirectories automatically by @OLILHR in #6
  • chore: adapt column header formatting to respective input file names by @OLILHR in #7
  • refactor: enhance code clarity through more descriptive naming by @OLILHR in #8
  • chore: customize XLSX output to improve readability by @OLILHR in #9
  • feat: detect and highlight changes between both formatversions by @OLILHR in #10
  • fix: prevent hidden columns from being labeled upon detecting changes by @OLILHR in #11
  • chore: transfer repository ownership by @OLILHR in #12
  • chore(legal): Add MIT License by @hf-kklein in #14
  • refactor: use src instead of flat layout by @OLILHR in #13

New Contributors

Full Changelog: https://github.com/Hochfrequenz/ahlbatross/commits/v0.0.1