Skip to content

Commit f10c074

Browse files
author
Conventional Changelog Action
committed
Merge pull request #193 from sandialabs/add-json-converter
Add json converter [skip ci]
1 parent 7ec3982 commit f10c074

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.6.0](https://github.com/sandialabs/pyscan/compare/v0.5.4...v0.6.0) (2024-07-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **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))
8+
9+
10+
### Features
11+
12+
* **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))
13+
14+
15+
116
## [0.5.4](https://github.com/sandialabs/pyscan/compare/v0.5.3...v0.5.4) (2024-07-09)
217

318

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.5.4"
2+
"version": "0.6.0"
33
}

0 commit comments

Comments
 (0)