Releases: StructuralPython/jsonchain
Releases · StructuralPython/jsonchain
v0.5.1
v0.5.0
Features
- Added
flatten_treefunction for turning tree-shaped data into table-shaped data (a list of records where the dict keys are the column names).
v0.4.3
Fixes
- Improper enveloping behaviour for dictionary leaf nodes
v0.4.2
Fixes
- Incorrect function reference in abs() caused infinite recursion
V0.4.1
hotfix: add openpyxl dep
v0.4.0
What's Changed
- Adds
saferas a dependency for all io functions
v0.3.0
v0.2.1r
Revised release for GHA
v0.2.1
- hotfix for init.py
v0.2.0
What's Changed
- feat: implement enveloping by @connorferster in #1
- Features/comparisons by @connorferster in #2
- feat: add tables by @connorferster in #3