Skip to content

Releases: StructuralPython/jsonchain

v0.5.1

13 Sep 05:13
768114a

Choose a tag to compare

Fixes

  • merge_trees was altering the original trees
  • envelope_trees was missing a condition where there were no leaf nodes specified.

v0.5.0

12 Sep 19:50

Choose a tag to compare

Features

  • Added flatten_tree function for turning tree-shaped data into table-shaped data (a list of records where the dict keys are the column names).

v0.4.3

11 Sep 18:35

Choose a tag to compare

Fixes

  • Improper enveloping behaviour for dictionary leaf nodes

v0.4.2

11 Sep 18:07
e226304

Choose a tag to compare

Fixes

  • Incorrect function reference in abs() caused infinite recursion

V0.4.1

26 Aug 17:38

Choose a tag to compare

hotfix: add openpyxl dep

v0.4.0

06 Aug 23:18

Choose a tag to compare

What's Changed

  • Adds safer as a dependency for all io functions

v0.3.0

23 Jul 17:07

Choose a tag to compare

Features

Full Changelog: v0.2.1...v0.3.0

v0.2.1r

23 Jul 02:26

Choose a tag to compare

Revised release for GHA

v0.2.1

23 Jul 02:18

Choose a tag to compare

  • hotfix for init.py

v0.2.0

23 Jul 00:17
ba30829

Choose a tag to compare

What's Changed