Skip to content

Releases: PainterQubits/paramview

v0.5.0

26 Jun 19:52
b5d5e85
Compare
Choose a tag to compare

Added

  • Support for ParamDB v0.15.0.

Changed

  • Timestamp update functionality was modified to match ParamDB v0.15.0.

v0.4.1

07 Feb 23:52
34fe850
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Added

  • Support for ParamDB v0.11.0.

Fixed

  • Parameter list did not update upon exiting edit mode if latest was checked and a new commit had been made.

v0.4.0

04 Jan 19:11
6fd51ed
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

  • Command line option to not open a new browser window (used in internal testing)

v0.3.0

08 Dec 21:24
32589eb
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Edit mode.
  • Ability to commit directly from the UI.
  • Commit comparison view of what has changed from the latest commit.

v0.2.0

04 May 17:46
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • Automatically opening a browser window can be disabled when using the start_server Python function.

Changed

  • Improved automatic scrolling when searching for commits.
  • Parameters are no longer sorted, meaning the original order is preserved.

Fixed

  • Dictionaries are no longer treated as lists in some cases.

v0.1.1

11 Apr 20:24
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fixed

  • Releases contain the frontend

v0.1.0

11 Apr 19:44
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added

  • GUI for viewing contents of a ParamDB database
  • CLI command paramview for launching the GUI
  • start_server Python function to launch the GUI