Releases: Hochfrequenz/rebdhuhn
Releases · Hochfrequenz/rebdhuhn
v0.1.15
What's Changed
- 📄Better describe "Graph too complex" by @lord-haffi in #100
- ✔ Add test case for
NotExactlyTwoOutgoingEdgesError(FV2310E_0459) by @hf-kklein in #101 - Introduce
PathsNotGreaterThanOneError(FV2310E_0266) by @hf-kklein in #102 - ✔ Add test case for
GraphTooComplexForPlantUmlError(FV2310:E_0454) by @hf-kklein in #103 - 🐛 Support first node having key other than
"1"(fixes KeyError E_0401) by @hf-kklein in #104 - ✔ Add test case for missing cross reference support (FV2310
E_0462) by @hf-kklein in #106 - ✔ Add test case for
EndeInWrongColumnError(FV2310:E_0404) by @hf-kklein in #108
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #96
- Add
NotExactlyTwoOutgoingEdgesErrorby @hf-kklein in #97 - Add
hochfrequenz-logo.svgto package data by @hf-kklein in #98
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- Bump lxml from 4.9.2 to 4.9.3 by @dependabot in #93
- 📃Add GPL License by @hf-kklein in #94
- 📝Add German Abstract to README.md by @hf-kklein in #95
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- Use same result code regex over entire code base by @hf-kklein in #92
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- mock kroki.io for the watermark test function by @hf-nsoeker in #52
- 🚚Encapsulate kroki.io requests in its own class and allow for intercepting by @hf-kklein in #54
- Bump mypy from 1.1.1 to 1.2.0 in /dev_requirements by @dependabot in #65
- Bump black from 23.1.0 to 23.3.0 in /dev_requirements by @dependabot in #60
- Don't create Dependabot PRs twice & Request Reviews from Python Group by @hf-kklein in #66
- Bump networkx from 3.0 to 3.1 by @dependabot in #62
- Bump coverage from 7.2.2 to 7.2.3 in /dev_requirements by @dependabot in #64
- Bump pytest from 7.2.2 to 7.3.0 by @dependabot in #67
- Bump types-requests from 2.28.11.16 to 2.28.11.17 by @dependabot in #56
- Bump pylint from 2.17.1 to 2.17.2 in /dev_requirements by @dependabot in #61
- Option to enable test without mock and update mock file by @hf-nsoeker in #53
- Bump pytest from 7.3.0 to 7.3.1 by @dependabot in #69
- Bump attrs from 22.2.0 to 23.1.0 by @dependabot in #70
- Bump pylint from 2.17.2 to 2.17.3 by @dependabot in #71
- Bump types-requests from 2.28.11.17 to 2.29.0.0 by @dependabot in #75
- Bump coverage from 7.2.3 to 7.2.5 by @dependabot in #74
- Bump requests from 2.28.2 to 2.29.0 by @dependabot in #72
- Bump pylint from 2.17.3 to 2.17.4 by @dependabot in #78
- Bump requests from 2.29.0 to 2.30.0 by @dependabot in #76
- Bump types-requests from 2.29.0.0 to 2.30.0.0 by @dependabot in #77
- Bump mypy from 1.2.0 to 1.3.0 by @dependabot in #79
- Bump requests from 2.30.0 to 2.31.0 by @dependabot in #80
- Bump coverage from 7.2.5 to 7.2.6 by @dependabot in #82
- Bump types-requests from 2.30.0.0 to 2.31.0.0 by @dependabot in #81
- Bump coverage from 7.2.6 to 7.2.7 by @dependabot in #83
- Bump types-requests from 2.31.0.0 to 2.31.0.1 by @dependabot in #84
- Bump cattrs from 22.2.0 to 23.1.1 by @dependabot in #85
- Bump cattrs from 23.1.1 to 23.1.2 by @dependabot in #86
- Bump mypy from 1.3.0 to 1.4.0 by @dependabot in #88
- Bump pytest from 7.3.1 to 7.4.0 by @dependabot in #89
- Bump mypy from 1.4.0 to 1.4.1 by @dependabot in #90
- Less restrictive Answer Code Regex: Also allow e.g.
"AC7"or"AA3"by @hf-kklein in #91
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
Dependencies
- Bump pylint from 2.17.0 to 2.17.1 by @dependabot in #48
- Bump types-requests from 2.28.11.15 to 2.28.11.16 by @dependabot in #49
API Changes
- new error class for plantuml conversion by @hf-nsoeker in #51
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Add HF colors (CD) and option to set a non-transparent background by @hf-nsoeker in #50
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Add graphviz to
__init__.pyby @hf-kklein in #34 - Bump coverage from 7.2.1 to 7.2.2 by @dependabot in #40
- Ported watermark function and test by @hf-nsoeker in #43
- Add watermark in dot pipeline by @hf-nsoeker in #44
New Contributors
- @hf-nsoeker made their first contribution in #43
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
Documentation
- 📝Extend README with Minimal Working Example by @hf-kklein in #30
Dependencies
- ➕Add
cattrsas dependency to import/export the (table) models by @hf-kklein in #29
Chore
- 📍Pin Dependencies in CI by @hf-kklein in #31
- Bump pylint from 2.16.4 to 2.17.0 by @dependabot in #33
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
Chore
- Bump actions/setup-python from 2 to 4 by @dependabot in #27
- Bump actions/checkout from 2 to 3 by @dependabot in #28
Dependencies
- Bump networkx from 2.8.8 to 3.0 by @dependabot in #24
- Bump requests from 2.28.1 to 2.28.2 by @dependabot in #25
Features
- Introduce new svg conversion pipeline using Graphviz (dot) by @lord-haffi in #26
Full Changelog: v0.1.5...v0.1.6