Releases: molssi-seamm/seamm_dashboard
Releases · molssi-seamm/seamm_dashboard
Improvements to user handling
Bugfix: Control over project visibility
It was possible to make a project publicly visible, but not to make it not publicly visible again. This fixes that.
Fixed bug submitting files with jobs
A bug appeared when sending files along with a job. This fixes that!
Submitting jobs from the Dashboard web pages.
- Added ability to submit a job from the Dashboard by uploading a flowchart via the browser.
- Added ability to resubmit a previously run job, with changes to the input structures and parameters.
- Fixed a bug caused by the automatically generated secret key containing a dollar ($) sign occasionally.
- Added a --localhost option to restrict access to just the local host, for improved security.
Internal update for versioneer
Fixed and issue versioneer that created an issue release on Conda Forge.
Bugfix: debug options caused a crash if not set
Very minor change that fixed a problem starting the Dashboard.
2023.11.15
This release makes the following changes:
- Testing is updated for newer versions of
pytest-flask
- Building the flowcharts page is improved
- Ability to run in development load with reloading is added to
results_dashboard.py
.
Improved handling of CUBE and SDF files
Added visualization of SDF files, and of structures with CUBE files if a corresponding SDF file is available.
Internal improvements to the Makefile to support development.
2023.07.19
This adds the plotly script to the list of included files in node_modules
.
2023.07.18
Small fix to wrap plotly cdn in try/except.