Skip to content

Releases: crest-cassia/oacis

v3.10.4

09 Oct 02:00
7d38b17
Compare
Choose a tag to compare

Bug fixes

  • updated net-ssh library (#756 )

v3.10.3

24 Aug 14:55
58d6f29
Compare
Choose a tag to compare

UI improvements

  • display SVG files in Result pages (#752)

Bug fixes

  • an error occurs when the access level is low (#753)

v3.10.2

01 Aug 03:02
37f1fb3
Compare
Choose a tag to compare

UI improvements

  • add "50" and "100" runs at once

v3.10.1

01 Aug 02:57
dcbcca7
Compare
Choose a tag to compare

Bug fixes

  • fix file_watcher setting for M1 mac

v3.10.0

01 Aug 02:55
Compare
Choose a tag to compare

Feature Enhancements

  • show Python matplotlib script on the plot page
  • use timestamp for a dump file

UI improvements

  • display the number of runs in plots

v3.9.0

23 Apr 01:32
9501ebc
Compare
Choose a tag to compare

Feature Enhancements

  • #741 use xstat -m command when available
    • With the latest xstat, xstat -m command is available which enables get the statuses of multiple jobs with single command execution. The option -m is used when available to reduce the number of command execution.

UI improvements

  • #723 Add auto-refresh tools in the Progress tab
  • #724 Files tab in ParameterSet page
  • #727 edit page for existing filters
  • #720 add ParamSetID to runs list in /jobs
  • #729 improvement of ParameterSet table UI
  • #728 add notification feature
  • #731 Fixed the simulator progress bar to update automatically
  • #736 Display the contents of _output.json in the Files tab
  • #733 Add finished and unfinished Runs tabs in simulator#show page

Bug fixes

  • #697 default value of a JSON array is not properly displayed
  • #703 bugfix in restore DB command
  • #705 fixed a bug that only one job is canceled for each polling
  • #706 fallback error when invalid JSON value is included
  • #707 fixed the format of dates
  • #726 fix: some date attributes can be nil
  • #740 updated rails
  • #742 updated gems
  • #722 fix behavior of checkboxes in /jobs
  • #732 refactoring of JS code

v3.8.0

28 Feb 07:53
Compare
Choose a tag to compare

Feature Enhancements

  • A new parameter type Object was added. (#691)
    • You can give a free-format object as a parameter in JSON.
  • A new command oacis_dump_db, oacis_restore_db to make a backup of DB were added. (#675)

UI improvements

  • Improved error message when identical PS exists (#678)
    • Thanks @HarrisonHartle

Bug fixes

  • More proper parse of CSV is implemented. (#689)
  • Explicitly specify output format of date (#688)
  • Replace pry with irb in oacis_irb (#682)

Document updates

v3.7.1

04 Jan 05:42
088dfb4
Compare
Choose a tag to compare

Feature Enhancements

  • Ruby 2.7.0 support (#674)
  • Set default value of Simulator#executable_on. (#673)

v3.7.0

25 Dec 01:55
e1cdf88
Compare
Choose a tag to compare

Feature Enhancements

  • A new command oacis_irb was introduced. (#652)

UI improvements

  • Results in a deeper directory are shown. (#663)
    • image
  • Add toggle status button in host/show page. (#664)
    • image
  • Improve the format of Runs CSV (#665)
  • Add tooltips to show IDs and seed of Runs and ParameterSets. (#666)
    • image

Bug fixes

  • Stop overwriting LC_ALL and LANG environmental variables in job scripts. (#662)
  • Last column is not displayed in "show/hide column" button (#667)
  • Updating dependent libraries (#668)

v3.6.3

25 Nov 05:03
d3ae72b
Compare
Choose a tag to compare

Bug fixes

  • The observer process terminates when SSH session-timeout occurs. (#647)