All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 (Jun 26 2024)
- Support for ParamDB v0.15.0.
- Timestamp update functionality was modified to match ParamDB v0.15.0.
0.4.1 (Feb 7 2024)
- Support for ParamDB v0.11.0.
- Parameter list did not update upon exiting edit mode if latest was checked and a new commit had been made.
0.4.0 (Jan 4 2024)
- Command line option to not open a new browser window (used in internal testing).
0.3.0 (Dec 8 2023)
- Edit mode.
- Ability to commit directly from the UI.
- Commit comparison view of what has changed from the latest commit.
0.2.0 (May 4 2023)
- Automatically opening a browser window can be disabled when using the
start_serverPython function.
- Improved automatic scrolling when searching for commits.
- Parameters are no longer sorted, meaning the original order is preserved.
- Dictionaries are no longer treated as lists in some cases.
0.1.1 (Apr 11 2023)
- Releases contain the frontend.
0.1.0 (Apr 11 2023)
- GUI for viewing contents of a ParamDB database.
- CLI command
paramviewfor launching the GUI. start_serverPython function to launch the GUI.