Skip to content

Releases: compute-tooling/compute-studio

Compute Studio 1.0.3

17 Jan 15:35
f0cff9c
Compare
Choose a tag to compare

Compute Studio 1.0.2

17 Jan 15:12
1910a22
Compare
Choose a tag to compare
  • Miscellaneous bug fixes. (#248)
    • Uses get_object_or_404 to get the project for the model home page.
    • Removes a stale comment.
    • Adds back the download results button to the outputs page.
    • Fixes the public/private button toggle (thx @Peter-Metz)
    • Only show pending/live status if the project is pending on the model home page (thx @MattHJensen)

Compute Studio 1.0.1

16 Jan 23:29
8574fa0
Compare
Choose a tag to compare
  • Set unsigned cut off to just before midnight tonight. (#247)

Compute Studio 1.0.0

16 Jan 20:57
832aff7
Compare
Choose a tag to compare
  • Simulations are documents that can be titled, annotated, and shared. (#239)
  • Screenshots of outputs are rendered initially, reducing the size of the outputs page on the initial load. Users can interact with outputs by clicking the corresponding screenshot. (#234)

Compute Studio 0.16.5

30 Dec 16:21
c178a99
Compare
Choose a tag to compare
  • Add a pay-per-simulation flag for turning off the default pay-per-simulation behavior. (#243)

Compute Studio 0.16.4

29 Dec 20:36
38a5062
Compare
Choose a tag to compare
  • Sponsors may set a message for users of the model(s) that they are sponsoring. (#242)

Compute Studio 0.16.3

07 Nov 15:02
6b0d686
Compare
Choose a tag to compare
  • Bug fix for setting timeout on dask cluster. (#235)

Compute Studio 0.16.2

01 Nov 14:53
d504bea
Compare
Choose a tag to compare
  • Allow case-insensitive urls. (#233)

Compute Studio 0.16.1

01 Nov 14:06
2a4f909
Compare
Choose a tag to compare
  • Fix unknown parameter error messages. (#232)

Compute Studio 0.16.0

31 Oct 15:03
67d0809
Compare
Choose a tag to compare
  • Streamlined deployment process with C/S Cluster. (#229)
  • Models can use dask clusters for parallel computations. (#230)