v0.14.0
Pre-release
Pre-release
Changed
- The option
decode_json
inParamDB.load()
was replaced withraw_json
, which allows loading the raw JSON string from the database. - The order of data for
ParamData
objects in the underlying JSON representation was changed; seeParamDB.load()
for the new order.
Removed
ParamDBKey.WRAPPER
was removed in favor of encoding these values usingParamDBKey.PARAM
with a class name ofNone
.