Skip to content

v2.1.0

Compare
Choose a tag to compare
@glichtner glichtner released this 09 Jul 15:01
· 139 commits to main since this release

What's Changed

Feature

  • add quick methods for creating CombinationCriterion in 6549c18
  • set person_id to BigInt in 449381b
  • allow override value required in 8f1d63b
  • add register() method to StandardVocabulary in 2670c6e
  • implemented ventilation observable characteristic in 273407f
  • implemented updated observation characteristic in d165075
  • add builder to allow individual configurations in f964dd1

Fix

  • loading both ventilation observable vs in 6b95b54
  • observation vs loading in 587d112
  • added default ee builder in 4ecec00
  • static datetime column labels in 51a9f29
  • import error in c2f4b4f
  • division by zero weight in 93757f5
  • parallel runner exception handling in e7f5bcf
  • parallel runner exception handling in b35af88
  • removed name from assessment in b5f5b94

Chore

  • bump braces from 3.0.2 to 3.0.3 in /apps/viz-frontend in 9fbf591
  • bump pydantic from 2.7.1 to 2.8.2 in 84c4c6b
  • bump sympy from 1.12 to 1.13.0 in 8882bc4
  • update requirements in f47e74d
  • prevent downcasting warning in 6a9e1e1
  • updated use of deprecated methods in c675ebc
  • update pre-commit in 8f5bd42

Ci

Refactor

  • removed ventilation-observable characteristic in 0cb5ab2
  • removed abstract methods from Criterion in a7ac65d
  • add type check for converters in ffb2672
  • parser version independent from recommendation in c7df6b2

Test

Unknown