Skip to content

Releases: molssi-seamm/seamm_dashboard

Improvements to user handling

02 Jun 19:05
dafd1c1
Compare
Choose a tag to compare
  • Improved the creation of new users and editing existing users, to work in concert with recent update of seamm_datastore.

Bugfix: Control over project visibility

24 May 17:11
3b77fdf
Compare
Choose a tag to compare

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

27 Mar 20:03
2b3774b
Compare
Choose a tag to compare

A bug appeared when sending files along with a job. This fixes that!

Submitting jobs from the Dashboard web pages.

01 Jan 16:11
732ae1b
Compare
Choose a tag to compare
  • 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

19 Nov 14:10
88dc642
Compare
Choose a tag to compare

Fixed and issue versioneer that created an issue release on Conda Forge.

Bugfix: debug options caused a crash if not set

16 Nov 19:48
7005708
Compare
Choose a tag to compare

Very minor change that fixed a problem starting the Dashboard.

2023.11.15

15 Nov 17:48
Compare
Choose a tag to compare

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

13 Oct 15:17
Compare
Choose a tag to compare

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

19 Jul 20:43
Compare
Choose a tag to compare

This adds the plotly script to the list of included files in node_modules.

2023.07.18

18 Jul 20:12
Compare
Choose a tag to compare

Small fix to wrap plotly cdn in try/except.