Skip to content

Releases: compute-tooling/compute-studio

Compute Studio 1.3.0

19 Mar 14:37
2b2e389
Compare
Choose a tag to compare
  • Add collaboration features so that users can easily share their simulations with other C/S users and add other C/S users as coauthors. (#270)

Compute Studio 1.2.2

28 Feb 21:54
fd67db0
Compare
Choose a tag to compare
  • Bug fix for the queue counter. This will provide more accurate estimation times for simulations run on Compute Studio. (#271)

Compute Studio 1.2.1

13 Feb 19:12
f04d4be
Compare
Choose a tag to compare
  • Improvements to make home dashboard faster and more responsive. (#269)

Compute Studio 1.2.0

12 Feb 22:00
8d04c1a
Compare
Choose a tag to compare
  • Thanks to @MattHJensen, Compute Studio has a new landing page that describes what C/S has to offer and what's on our roadmap. Check it out here: https://about.compute.studio
  • The dashboard on the home page is re-written with React which means you get access to your simulations and models at faster speeds. Further, you can now update your simulation's title and visibility status right from the home page. (#267)

Compute Studio 1.1.2

03 Feb 22:29
80f090f
Compare
Choose a tag to compare
  • Fix a bug where the timer for a polling interval was never cleared. (#265)
  • Add site analytics. (#266)

Compute Studio 1.1.1

30 Jan 20:56
90d4c7a
Compare
Choose a tag to compare
  • Add support for array parameters. (#262)

  • A couple bug fixes that are already live:

    • Readme should copy over from the parent simulation. (#261)
    • Fix handling of picture outputs. (#260)
  • Finally, a quality of life improvement for front-end development:

    • Use prettier to automatically format all TypeScript code. (#259)

Compute Studio 1.1.0

28 Jan 22:30
c6eb08c
Compare
Choose a tag to compare
  • Users can choose to receive an email when their simulation is ready. (#258)
  • Prettier is adopted for formatting javascript/typescript. (#259)

Compute Studio 1.0.6

23 Jan 17:34
787ffc6
Compare
Choose a tag to compare
  • Fix buggy title behavior on the simulation loading page. (#255)

Compute Studio 1.0.5

22 Jan 18:56
426436e
Compare
Choose a tag to compare
  • Fix bug where multiple simulations are created with the same project and model specific key if the requests are sent in at the same time. (#253)
  • Fix alignment of outputs so that they are centered horizontally and vertically within each row. Thanks for the feedback @jdebacker. (#254)

Compute Studio 1.0.4

17 Jan 15:49
01fd2c5
Compare
Choose a tag to compare
  • Justify outputs left when on mobile and center when not on mobile, fixing the horizontal scrolling problem. (#250)