Skip to content

Commit

Permalink
v0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Sep 16, 2024
1 parent 2d4043e commit 093da25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

- update pdfsummary
- add image function
- add util.jsonutil
- add preview function

## v0.2.21 (2024-07-26)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Functions are grouped into:
- Data summary: `util.cdt`
- Graphs: `util.cdtg`
- System: `util.lsr`
- JSON: `util.jsonutil`
- Health
- Data summary: `health.clinical`
- ICH/eCTD: `health.ectd`
Expand Down
5 changes: 3 additions & 2 deletions docs/util_jsonutil.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"# U/Data/JSON tools\n",
"\n",
"JavaScript Object Notation (JSON) is a data exchange format deigned to be \"minimal, portable, textual, and a subset of JavaScript\"[^1].\n",
"\n",
"The module `util.jsonutil` depends on package `json` [^1] and provide simplified interface for creating keys summary, extracting values by keys, and preview. \n"
"\n"
]
},
{
Expand Down Expand Up @@ -93,6 +92,8 @@
"A schema object describe the structure of elements within a JSON data object [^6].\n",
"\n",
"Please note that there are multiple Python tools available for generating JSON schema. \n",
"Discussions below use package `genson` for illustration the use of schema.\n",
"Other schema tools should yield similar results.\n",
"\n",
"To generate a schema from an object using package `genson`:"
]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ipywidgets = { version = "*", optional = false }
scikit-learn = { version = "*", optional = false }
statsmodels = { version = "*", optional = false }
defusedxml = { version = "*", optional = false }
genson = { version = "*", optional = false }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 093da25

Please sign in to comment.