Skip to content

Commit

Permalink
Merge pull request #193 from sandialabs/add-json-converter
Browse files Browse the repository at this point in the history
Add json converter [skip ci]
  • Loading branch information
Conventional Changelog Action committed Jul 9, 2024
1 parent 7ec3982 commit f10c074
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.6.0](https://github.com/sandialabs/pyscan/compare/v0.5.4...v0.6.0) (2024-07-09)


### Bug Fixes

* **core:** fixed json decoder to now be standard decoder that converts dictionaries into ItemAttributes while still being generalizable. ([09210a9](https://github.com/sandialabs/pyscan/commit/09210a9d2ff03a6a047701b23440ec85b35ba22c))
* **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](https://github.com/sandialabs/pyscan/commit/2d94b8ead48f63552d31350f2f437899437b2e4c))


### 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](https://github.com/sandialabs/pyscan/commit/2547d43af38bbe967721b7d97c58aa441e5ae32e))



## [0.5.4](https://github.com/sandialabs/pyscan/compare/v0.5.3...v0.5.4) (2024-07-09)


Expand Down
2 changes: 1 addition & 1 deletion VERSION.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.5.4"
"version": "0.6.0"
}

0 comments on commit f10c074

Please sign in to comment.