Releases: crest-cassia/oacis
Releases · crest-cassia/oacis
v3.10.4
v3.10.3
v3.10.2
v3.10.1
v3.10.0
v3.9.0
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.
- With the latest
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
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)
- Thanks @noda50
- Explicitly specify output format of
date
(#688) - Replace pry with irb in oacis_irb (#682)
- Thanks @noda50