Skip to content

Releases: Hochfrequenz/ahbicht

v0.13.2

15 Apr 17:27
01afb67

Choose a tag to compare

What's Changed

  • fix: gracefully handle NBSP \u00A0 (no-break space) but treat unexpected characters as invalid expressions by @hf-kklein in #569

Full Changelog: v0.13.1...v0.13.2

v0.13.1

15 Apr 16:32
3c18b94

Choose a tag to compare

What's Changed

  • feat: expressions with VisitErrors are also invalid by @hf-kklein in #568

Full Changelog: v0.13.0...v0.13.1

v0.13.0

15 Apr 11:09
cf2330f

Choose a tag to compare

What's Changed

  • chore: run CI on Python 3.13; Officially Support Python 3.13 by @hf-kklein in #567
  • chore: move is_valid_expression from __init__.py to own module; don't re-export in ahbicht.content_evaluation.__init__.py by @hf-kklein in #566

Full Changelog: v0.12.0...v0.13.0

v0.13.0-rc2

15 Apr 10:50

Choose a tag to compare

v0.13.0-rc2 Pre-release
Pre-release

What's Changed

  • chore: run CI on Python 3.13; Officially Support Python 3.13 by @hf-kklein in #567

Full Changelog: v0.13.0-rc1...v0.13.0-rc2

v0.13.0-rc1

15 Apr 10:33
6d685fb

Choose a tag to compare

v0.13.0-rc1 Pre-release
Pre-release

Full Changelog: v0.12.0...v0.13.0-rc1

v0.12.0

02 Apr 14:32
5b7b7cc

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

19 Mar 13:50
2b54cf6

Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.11.0

v0.10.1

16 Dec 16:48
c3f5837

Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

01 Oct 14:59
34f3ccd

Choose a tag to compare

⚠️ 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

v0.9.3

01 Oct 14:26
852060e

Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3