Skip to content

Releases: Hochfrequenz/ahlbatross

v0.1.5

20 Nov 22:05
0a2b731
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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