Releases: Hochfrequenz/ebdamame
Releases · Hochfrequenz/ebdamame
v0.0.9
What's Changed
ℹ This is the last version published as ebddocx2table. Please install ebdamame for future development.
- chore/doc: inform about upcoming rename by @hf-kklein in #179
- Bump actions/checkout from 2 to 4 by @dependabot in #158
- Bump actions/setup-python from 2 to 5 by @dependabot in #159
- Bump more-itertools from 10.1.0 to 10.2.0 by @dependabot in #160
- Bump coverage from 7.4.0 to 7.4.1 by @dependabot in #161
- Bump black from 23.12.1 to 24.1.1 by @dependabot in #162
- Bump cryptography from 41.0.6 to 42.0.0 in /dev_requirements by @dependabot in #164
- Bump twine from 4.0.2 to 5.0.0 by @dependabot in #165
- Bump cryptography from 42.0.0 to 42.0.2 in /dev_requirements by @dependabot in #166
- Bump pytest from 7.4.4 to 8.0.0 by @dependabot in #163
- Bump black from 24.1.1 to 24.2.0 by @dependabot in #167
- Bump pytest from 8.0.0 to 8.0.1 by @dependabot in #168
- Bump cryptography from 42.0.2 to 42.0.4 in /dev_requirements by @dependabot in #169
- Bump pytest from 8.0.1 to 8.0.2 by @dependabot in #170
- Bump coverage from 7.4.1 to 7.4.3 by @dependabot in #172
- Bump pylint from 3.0.3 to 3.1.0 by @dependabot in #171
- Bump pytest from 8.0.2 to 8.1.0 by @dependabot in #173
- Bump build from 1.0.3 to 1.1.1 by @dependabot in #174
- Bump pytest from 8.1.0 to 8.1.1 by @dependabot in #175
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #176
- Bump pytest-subtests from 0.11.0 to 0.12.1 by @dependabot in #177
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Use release environment to publish python package by @hf-kklein in #157
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
tl,dr: Support for Python 3.12
- Bump pylint from 2.17.5 to 2.17.7 by @dependabot in #117
- Bump urllib3 from 1.26.13 to 1.26.17 by @dependabot in #119
- Bump cryptography from 41.0.3 to 41.0.4 in /dev_requirements by @dependabot in #116
- Bump pylint from 2.17.7 to 3.0.0 by @dependabot in #122
- Bump pylint from 3.0.0 to 3.0.1 by @dependabot in #123
- Bump coverage from 7.3.1 to 7.3.2 by @dependabot in #121
- Bump mypy from 1.5.1 to 1.6.0 by @dependabot in #124
- Bump python-docx from 0.8.11 to 1.0.0 by @dependabot in #125
- Bump python-docx from 1.0.0 to 1.0.1 by @dependabot in #126
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #128
- Add workflow to auto-approve and -merge dependabot PRs by @lord-haffi in #132
- Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #134
- Bump mypy from 1.6.0 to 1.6.1 by @dependabot in #130
- Bump black from 23.9.1 to 23.10.1 by @dependabot in #135
- Bump pylint from 3.0.1 to 3.0.2 by @dependabot in #131
- Bump python-docx from 1.0.1 to 1.1.0 by @dependabot in #136
- Bump mypy from 1.6.1 to 1.7.0 by @dependabot in #137
- Bump black from 23.10.1 to 23.11.0 by @dependabot in #138
- Bump mypy from 1.7.0 to 1.7.1 by @dependabot in #139
- Bump cryptography from 41.0.4 to 41.0.6 in /dev_requirements by @dependabot in #140
- Bump actions/setup-python from 4 to 5 by @dependabot in #142
- Bump pylint from 3.0.2 to 3.0.3 by @dependabot in #143
- Bump coverage from 7.3.2 to 7.3.3 by @dependabot in #144
- Bump black from 23.11.0 to 23.12.0 by @dependabot in #146
- Bump isort from 5.12.0 to 5.13.2 by @dependabot in #145
- Bump coverage from 7.3.3 to 7.3.4 by @dependabot in #147
- Bump black from 23.12.0 to 23.12.1 by @dependabot in #148
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #149
- Bump coverage from 7.3.4 to 7.4.0 by @dependabot in #150
- Bump attrs from 23.1.0 to 23.2.0 by @dependabot in #151
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #152
- Also unittest
windows-latestby @hf-kklein in #153 - fix dill version (0.3.7) by @OLILHR in #155
- test python 3.12; bump lxml from 4.9.2 to 4.9.3 by @OLILHR in #154
- Bump ebdtable2graph from 0.1.19 to 0.1.20; Support Python 3.12; Add metadata to
pyproject.tomlby @dependabot in #156 - Run CI Actions (other than tests) in Python 3.12, too; Add 🐍3.12 to
pyproject.tomlby @hf-kklein in #120
New Contributors
- @lord-haffi made their first contribution in #132
- @OLILHR made their first contribution in #155
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
What's Changed
- bump ebdtable2graph from 0.1.16 to 0.1.18 by @hf-ddernbach in #114
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
Features
- Fix EBDs with
"*"in step_number by @hf-ddernbach in #108
Dependencies
- Bump ebdtable2graph from 0.1.16 to 0.1.17 by @dependabot in #96
- Bump more-itertools from 9.1.0 to 10.0.0 by @dependabot in #97
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #98
- Bump pylint from 2.17.4 to 2.17.5 by @dependabot in #99
- Bump cryptography from 41.0.2 to 41.0.3 in /dev_requirements by @dependabot in #100
- Bump more-itertools from 10.0.0 to 10.1.0 by @dependabot in #101
- Bump mypy from 1.4.1 to 1.5.0 by @dependabot in #102
- Bump coverage from 7.2.7 to 7.3.0 by @dependabot in #103
- Bump click from 8.1.6 to 8.1.7 by @dependabot in #104
- Bump mypy from 1.5.0 to 1.5.1 by @dependabot in #105
- Bump pytest from 7.4.0 to 7.4.1 by @dependabot in #106
- Bump build from 0.10.0 to 1.0.0 by @dependabot in #107
- Bump coverage from 7.3.0 to 7.3.1 by @dependabot in #110
- Bump pytest from 7.4.1 to 7.4.2 by @dependabot in #109
- Bump build from 1.0.0 to 1.0.3 by @dependabot in #112
- Bump black from 23.7.0 to 23.9.1 by @dependabot in #111
- Bump actions/checkout from 3 to 4 by @dependabot in #113
New Contributors
- @hf-ddernbach made their first contribution in #108
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Bump ebdtable2graph from 0.1.12 to 0.1.13 by @dependabot in #87
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #88
- Bump click from 8.1.3 to 8.1.5 by @dependabot in #89
- Bump ebdtable2graph from 0.1.13 to 0.1.14 by @dependabot in #91
- Bump click from 8.1.5 to 8.1.6 by @dependabot in #90
- Bump ebdtable2graph from 0.1.14 to 0.1.16 by @dependabot in #94
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Extend German Documentation; Prettier Workflow Files by @hf-kklein in #86
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- 🧙♂️Setup Basic Project Structure by @hf-kklein in #1
- Prototype: Scrape
E_0003from docx by @hf-kklein in #2 - ✨ Introduce
get_all_ebd_keysby @hf-kklein in #4 - ⬆ Upgrade to lxml 4.9.2 by @hf-kklein in #5
- ✨Support tables spanning over multiple pages by @hf-kklein in #7
- Try to extract all available EBDs by introducing dynamic test parametrization by @hf-kklein in #8
- ⬆ Bump ebdtable2graph from 0.0.2 to 0.1.3 by @dependabot in #14
- Raise
TableNotFoundErrorto distinguish missing data from real errors by @hf-kklein in #15 - Write multi-columns (e.g. in
E_0453) intomulti_step_instructionsby @hf-kklein in #17 - ✨ Implement Scraping of
use_cases(the gray outer left cells) by @hf-kklein in #18 - 🥅 Catch errors in test explitly (instead of pokemon style) by @hf-kklein in #24
- Simplify Table Loop by encapsulating peek/look behind logic by @hf-kklein in #25
- Bump more-itertools from 9.0.0 to 9.1.0 by @dependabot in #28
- Bump attrs from 22.1.0 to 22.2.0 by @dependabot in #26
- 🔉 Add basic logging by @hf-kklein in #30
- 📍Pin Dependencies in CI by @hf-kklein in #31
- Upgrade Dependencies in
dev_requirementsby @hf-kklein in #32 - Bump pylint from 2.16.4 to 2.17.0 by @dependabot in #34
- Bump ebdtable2graph from 0.1.5 to 0.1.7 by @dependabot in #36
- ✨Add CLIck script to convert a
.docxfile into multiple.svggraphs by @hf-kklein in #37 - ✨ Extract Kapitelnummern from .docx by @hf-kklein in #38
- ✨Extract Kapitel Titles from Docx by @hf-kklein in #39
- Bump coverage from 7.2.1 to 7.2.2 by @dependabot in #40
- Bump pylint from 2.17.0 to 2.17.1 by @dependabot in #42
- Bump ebdtable2graph from 0.1.7 to 0.1.8 by @dependabot in #43
- ⬆Bump ebdtable2graph from 0.1.7 to 0.1.9 by @hf-nsoeker in #44
- Bump ebdtable2graph from 0.1.9 to 0.1.10 by @dependabot in #45
- Bump black from 23.1.0 to 23.3.0 by @dependabot in #47
- Bump pylint from 2.17.1 to 2.17.2 by @dependabot in #48
- Bump pytest from 7.2.2 to 7.3.0 by @dependabot in #54
- Don't create Dependabot PRs twice & Request Reviews from Python Group by @hf-kklein in #55
- Bump mypy from 1.1.1 to 1.2.0 by @dependabot in #49
- Bump attrs from 22.2.0 to 23.1.0 by @dependabot in #56
- Bump pytest from 7.3.0 to 7.3.1 by @dependabot in #57
- Bump coverage from 7.2.2 to 7.2.5 by @dependabot in #59
- Bump pylint from 2.17.2 to 2.17.3 by @dependabot in #58
- Bump mypy from 1.2.0 to 1.3.0 by @dependabot in #61
- Bump pylint from 2.17.3 to 2.17.4 by @dependabot in #60
- Bump coverage from 7.2.2 to 7.2.3 in /dev_requirements by @dependabot in #53
- Bump pytest-subtests from 0.10.0 to 0.11.0 by @dependabot in #62
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #63
- Bump coverage from 7.2.5 to 7.2.6 by @dependabot in #64
- Bump coverage from 7.2.6 to 7.2.7 by @dependabot in #65
- Bump pytest from 7.3.1 to 7.3.2 by @dependabot in #66
- Bump mypy from 1.3.0 to 1.4.0 by @dependabot in #67
- Add more recent Test Data (2023-06-19) by @hf-kklein in #70
- Bump mypy from 1.4.0 to 1.4.1 by @dependabot in #68
- Bump pytest from 7.3.2 to 7.4.0 by @dependabot in #69
- 👨💻Update MWE docs in main.py by @hf-kklein in #72
- Add 2023-06-19 v3.4 Test Data (FV2310) by @hf-kklein in #73
- 👩💻 Update MWE Docs for FV2310 by @hf-kklein in #75
main.py: 👩💻 Dump JSON in any case (regardless of graphing errors); Use latest test data by @hf-kklein in #76- Bump ebdtable2graph from 0.1.10 to 0.1.11 by @dependabot in #79
- Add 2023-06-29 v3.3 test data (w/o using them) by @hf-kklein in #77
- Bump ebdtable2graph from 0.1.11 to 0.1.12 by @dependabot in #81
- Fix
TableNotFoundErrorfor EB tables where "explanation" tables are in the same subsection; Handle rightarrow in wrong encoding; Fix regression bugs by @hf-kklein in #80 - 📃Add GPL License by @hf-kklein in #83
- 📝 Add German Abstract to README by @hf-kklein in #84
- 🏗 Switch to hatchling as build tool & add PyPI release workflow by @hf-kklein in #85
New Contributors
- @dependabot made their first contribution in #14
- @hf-nsoeker made their first contribution in #44
Full Changelog: https://github.com/Hochfrequenz/ebddocx2table/commits/v0.0.1