v0.10.0
ahbicht.models
.
This will like require you to update import paths. Simply search and replace according to the below release notes:
What's Changed
- Move
ContentEvaluationResult
fromahbicht.content_evaluation
toahbicht.models
by @hf-kklein in #487 - Move
CategorizedKeyExtract
fromahbicht.content_evaluation
toahbicht.models
by @hf-kklein in #489 - Move
ahbicht.expressions.condition_nodes
toahbicht.models.condition_nodes
by @hf-kklein in #490 - Move
ahbicht.expressions.enums
toahbicht.models.enums
by @hf-kklein in #491 - Move
ahbicht.validation.validation_results
toahbicht.models.validation_results
by @hf-kklein in #492 - Move
ahbicht.validation.validation_values
toahbicht.models.validation_values
by @hf-kklein in #493 - Move
ConditionNodeType
fromahbicht.condition_node_distinction
toahbicht.models.condition_node_type
by @hf-kklein in #494 - Move
ahbicht.evaluation_results
toahbicht.models.evaluation_results
by @hf-kklein in #495 - Move
ahbicht.mapping_results
toahbicht.models.mapping_results
andparse_repeatability()
fromahbicht.mapping_results
toahbicht.utility_functions
by @hf-kklein in #496
Full Changelog: v0.9.3...v0.10.0