Releases: hpcflow/valida
Releases · hpcflow/valida
v0.7.5
v0.7.2
🐛 Bug Fixes
- Schema.to_tree
v0.7.1
🐛 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
✨ 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
♻ 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
🐛 Bug Fixes
- remove unused imports (bad IDE auto-imports?)
v0.5.1
🐛 Bug Fixes
- poetry python dep
v0.5.0
✨ Features
- add to/from_json_like methods to Condition, DataPath, Rule
v0.4.0
✨ Features
- first attempt at casting support
v0.3.0
✨ Features
- add is_instance callable, norm dtype case