Skip to content

v0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexhad6 alexhad6 released this 18 Jun 19:32
· 15 commits to main since this release
97d95ce

Changed

  • The option decode_json in ParamDB.load() was replaced with raw_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; see ParamDB.load() for the new order.

Removed

  • ParamDBKey.WRAPPER was removed in favor of encoding these values using ParamDBKey.PARAM with a class name of None.