Releases: chrisjsewell/jsonextended
Releases · chrisjsewell/jsonextended
Apply functions
- added apply and combine_apply functions
- refactored edict to avoid deepcopy recursion (flatten, unflatten)
pprint improvements
improved pprint
- treat items in list of dicts as heirarchical
- compress_lists option
- round_floats option
Also added ipynb parser
additions and minor bug fixes
- improvement to np.ndarray parser (summarises if a lot of elements)
- filter_keyvals function
- print values with line breaks and keys with ansi
Minor Update
- added to_obj to lazyload
- ensured inclusion of test files in install
added .hdf5 parsing
v0.3.4 fixed doc
Bug Fix
to LazyLoad.to_df
Added to_df function to LazyLoad
v0.3.2 added to_df method
Bug Fix
Path
instead of pathlib.Path
broke loading folder string with LazyLoad
Plugins and LazyLoad
- added plugin system
- added edict.LazyLoad class
- added utils.MockPath class
- improved documentation
bug fixes
v0.1.4 updated version for release