Skip to content

v0.15.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexhad6 alexhad6 released this 22 Jun 02:06
· 9 commits to main since this release
831a420

Added

  • Added ParamDB.__repr__() for better debugging.

Changed

  • ParamDB.commit() now has a raw_json option, allowing a raw JSON string to be committed to the database.
  • Updated the underlying JSON representation to be more self-describing; see ParamDB.load() for the new format specification.