Skip to content

v0.6.0

Compare
Choose a tag to compare
@i-am-mounce i-am-mounce released this 09 Jul 16:36
· 0 commits to 7ec398290e8168ad767b9bb8ba1aa8212d8482b6 since this release

Bug Fixes

  • core: fixed json decoder to now be standard decoder that converts dictionaries into ItemAttributes while still being generalizable. (09210a9)
  • core: fixed JSON encoder to fully remove recursive_to_dict and be entirely independent. Seems to be working and passing all test cases; however, a saved expt file should be evaluated to confirm this is working before pulling these changes. (2d94b8e)

Features

  • general): measured function now fully saved as runinfo metadata. chore(general: fixed json encoder again, this time it is using native functions more and only accounting for unsupported data types. (2547d43)