Releases: PainterQubits/paramview
Releases · PainterQubits/paramview
v0.5.0
Added
- Support for ParamDB v0.15.0.
Changed
- Timestamp update functionality was modified to match ParamDB v0.15.0.
v0.4.1
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
Added
- Command line option to not open a new browser window (used in internal testing)
v0.3.0
Added
- Edit mode.
- Ability to commit directly from the UI.
- Commit comparison view of what has changed from the latest commit.
v0.2.0
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
Fixed
- Releases contain the frontend
v0.1.0
Added
- GUI for viewing contents of a ParamDB database
- CLI command
paramview
for launching the GUI
start_server
Python function to launch the GUI