Skip to content

v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexhad6 alexhad6 released this 31 Jan 19:05
· 40 commits to main since this release
b9ce3fb

Added

  • ParamDB.load_commit_entry() loads a commit entry by ID or the most recent commit.
  • ParamDB.commit_history_with_data() to retrieve the commit history with data.
  • CommitEntryWithData to store a commit entry containing data.

Changed

  • ParamDB.commit() returns a CommitEntry instead of the commit ID.

Removed

  • ParamDB.latest_commit is replaced by ParamDB.load_commit_entry()