Kohlrahbi

Latest version: v1.11.2

Safety actively analyzes 688568 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 9

0.0.7

What's Changed
* 🐛: Re-instantiate `ahb_file_finder` for every pruefi by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/161


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* Bump click from 8.1.5 to 8.1.6 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/155
* 🐛 Don't decorate test class with `attrs`; Fix error hidden behind failed test class instantiation: `reset_index` should modify the instance by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/157
* 🐛 Don't drop adjacent lines with only Value Pool Entries when Unfolding AHB by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/156
* FlatAHB Dump: Don't use new GUID for otherwise unchanged lines by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/158
* 🔉 Reduce Log Level of "Found a table with the following pruefis..."; ⚡Access `item.style` half as often by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/151
* Extend list of supported pruefis (mainly FV2310 UTILMD 44***, 55***) by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/160


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.5...v0.0.6

0.0.6alpha1

What's Changed
* Bump click from 8.1.5 to 8.1.6 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/155
* 🐛 Don't decorate test class with `attrs`; Fix error hidden behind failed test class instantiation: `reset_index` should modify the instance by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/157


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.5...v0.0.6-alpha1

0.0.5

What's Changed
* Bump maus from 0.3.11 to 0.3.13 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/126
* Bump xlsxwriter from 3.0.9 to 3.1.0 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/124
* Bump pandas from 2.0.0 to 2.0.1 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/127
* Bump tomlkit from 0.11.7 to 0.11.8 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/129
* Bump attrs from 22.2.0 to 23.1.0 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/125
* Bump maus from 0.3.13 to 0.3.18 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/128
* Bump maus from 0.3.18 to 0.3.39 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/134
* Bump xlsxwriter from 3.1.0 to 3.1.1 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/135
* Bump xlsxwriter from 3.1.1 to 3.1.2 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/136
* Bump pandas from 2.0.1 to 2.0.2 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/137
* Bump pandas from 2.0.2 to 2.0.3 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/138
* 📄 Add LICENSE by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/141
* Update license in pyproject by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/142
* prefer `list` over `List` by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/145
* 🩹 Fix typo by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/147
* Read every docx file only once by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/146
* 🥅 Add pokemon catcher around single pruefi scraping by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/149
* Bump click from 8.1.3 to 8.1.5 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/154
* `del` variables after use; Maybe this reduces the memory footprint? by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/152
* Don't try to find deprecated 11... Prüfis in >= 2023-10-01 Files by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/153


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* 🩹 Fix output path issue by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/104
* 🎨 Improve the output folder order by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/105
* Add new flag --assume-yes / -y by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/106
* Bump openpyxl from 3.1.1 to 3.1.2 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/108
* Bump xlsxwriter from 3.0.8 to 3.0.9 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/107
* Bump pytz from 2022.7.1 to 2023.2 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/109
* Bump pytz from 2023.2 to 2023.3 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/111
* Bump tomlkit from 0.11.6 to 0.11.7 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/110
* Bump maus from 0.3.2 to 0.3.10 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/117
* Bump pandas from 1.5.3 to 2.0.0 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/115
* 🔊 Print/Log more info in click script by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/119
* 📝Fix `edi_energy_mirror` path in README MWE by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/118
* Remove set functions in get function by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/120
* Bump maus from 0.3.10 to 0.3.11 by dependabot in https://github.com/Hochfrequenz/kohlrahbi/pull/121
* 🧹Ensure stable formatting of FlatAHBs by hf-kklein in https://github.com/Hochfrequenz/kohlrahbi/pull/122


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* 🔄 After maus upgrade, all known prüfis work by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/103
* 🔉 Add log message if no docx file was found by hf-krechan in https://github.com/Hochfrequenz/kohlrahbi/pull/102


**Full Changelog**: https://github.com/Hochfrequenz/kohlrahbi/compare/v0.0.2...v0.0.3

Page 8 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.