Skip to content

v0.10.0

Compare
Choose a tag to compare
@hf-kklein hf-kklein released this 01 Oct 14:59
· 38 commits to main since this release
34f3ccd

⚠️ We moved a lot of model like classes to a central location: 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 from ahbicht.content_evaluation to ahbicht.models by @hf-kklein in #487
  • Move CategorizedKeyExtract from ahbicht.content_evaluation to ahbicht.models by @hf-kklein in #489
  • Move ahbicht.expressions.condition_nodes to ahbicht.models.condition_nodes by @hf-kklein in #490
  • Move ahbicht.expressions.enums to ahbicht.models.enums by @hf-kklein in #491
  • Move ahbicht.validation.validation_results to ahbicht.models.validation_results by @hf-kklein in #492
  • Move ahbicht.validation.validation_values to ahbicht.models.validation_values by @hf-kklein in #493
  • Move ConditionNodeType from ahbicht.condition_node_distinction to ahbicht.models.condition_node_type by @hf-kklein in #494
  • Move ahbicht.evaluation_results to ahbicht.models.evaluation_results by @hf-kklein in #495
  • Move ahbicht.mapping_results to ahbicht.models.mapping_results and parse_repeatability() from ahbicht.mapping_results to ahbicht.utility_functions by @hf-kklein in #496

Full Changelog: v0.9.3...v0.10.0