Skip to content

Releases: StructuralPython/jsonchain

v0.5.1

Choose a tag to compare

@connorferster connorferster released this 13 Sep 05:13
768114a

Fixes

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

v0.5.0

Choose a tag to compare

@connorferster connorferster released this 12 Sep 19:50

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

Choose a tag to compare

@connorferster connorferster released this 11 Sep 18:35

Fixes

  • Improper enveloping behaviour for dictionary leaf nodes

v0.4.2

Choose a tag to compare

@connorferster connorferster released this 11 Sep 18:07
e226304

Fixes

  • Incorrect function reference in abs() caused infinite recursion

V0.4.1

Choose a tag to compare

@connorferster connorferster released this 26 Aug 17:38

hotfix: add openpyxl dep

v0.4.0

Choose a tag to compare

@connorferster connorferster released this 06 Aug 23:18

What's Changed

  • Adds safer as a dependency for all io functions

v0.3.0

Choose a tag to compare

@connorferster connorferster released this 23 Jul 17:07

Features

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

v0.2.1r

Choose a tag to compare

@connorferster connorferster released this 23 Jul 02:26

Revised release for GHA

v0.2.1

Choose a tag to compare

@connorferster connorferster released this 23 Jul 02:18
  • hotfix for init.py

v0.2.0

Choose a tag to compare

@connorferster connorferster released this 23 Jul 00:17
ba30829

What's Changed