Skip to content

Releases: hpcflow/valida

v0.7.5

14 Nov 14:10
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Bump ruamel.yaml dependency

v0.7.2

17 Aug 18:06
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Schema.to_tree

v0.7.1

03 Jul 13:56
Compare
Choose a tag to compare

🐛 Bug Fixes

  • bumps python version upper bound to <4.0.0

👷 Build changes

  • bumps python version upper bound to <4.0.0

v0.7.0

28 May 12:45
Compare
Choose a tag to compare

✨ Features

  • refinements to Schema.to_tree and write_tree_html

🐛 Bug Fixes

  • incorrect implicit parent type when to_tree from_path specified

v0.6.0

26 May 19:37
Compare
Choose a tag to compare

♻ Code Refactoring

  • rename write_tree_template -> write_tree_html
  • use more specific html class names in write_tree_template
  • whitespace
  • whitespace

✨ Features

  • add from/to_json_like to Schema
  • add arg anchor_root to write_tree_html
  • add rule docs to Schema.to_tree and write_tree_html outputs
  • add doc attribute to Rule for documenting it.
  • add arg from_path to Schema.to_tree
  • add Schema.to_tree and .write_tree_template
  • add Schema.add_schema()
  • add DataPath.simplify
  • add callable keys_is_instance
  • sort rules by path length on Schema init

🐛 Bug Fixes

  • missing import
  • Condition.to_json_like in the general case
  • Schema to_tree
  • add missing import in test
  • add to_json_like method to ConditionBinaryOp
  • DataPath.to_part_specs for ContainerValue objects

v0.5.2

25 Apr 11:25
Compare
Choose a tag to compare

🐛 Bug Fixes

  • remove unused imports (bad IDE auto-imports?)

v0.5.1

05 Apr 12:04
Compare
Choose a tag to compare

🐛 Bug Fixes

  • poetry python dep

v0.5.0

09 Feb 01:56
Compare
Choose a tag to compare

✨ Features

  • add to/from_json_like methods to Condition, DataPath, Rule

v0.4.0

29 Mar 20:26
Compare
Choose a tag to compare

✨ Features

  • first attempt at casting support

v0.3.0

29 Mar 12:46
Compare
Choose a tag to compare

✨ Features

  • add is_instance callable, norm dtype case