Skip to content

Latest commit

 

History

History
84 lines (43 loc) · 1.8 KB

File metadata and controls

84 lines (43 loc) · 1.8 KB

News for version 0.8.0

encrqcs::qcs_clean_output

New function encrqcs::qcs_clean_output.

encrqcs::qcs_clean_output_all

New function encrqcs::qcs_clean_output_all.

encrqcs::qcs_read_results

encrqcs::qcs_read_results revamp: it now reads a different and more usable set of results than before.

encrqcs::qcs_run

encrqcs::qcs_run cleaning of output now more thorough.

News for version 0.7.0

encrqcs::qcs_read_results

Fixed encrqcs::qcs_read_results: it now also reads e.g. QCS-Incidence-Output-Summary.txt. The regex used to detect files to read in the results dir was "output([.]txt)|([.]csv)" and is now "output.*([.]txt)|([.]csv)" (added .*).

News for version 0.6.0

encrqcs::qcs_run

encrqcs::qcs_call gains argument optional_steps.

encrqcs::qcs_run

encrqcs::qcs_run now enforces the correct order of columns in dataset.

encrqcs::qcs_run

Replace output element run_log with qcs_call_output, the whole output object of encrqcs::qcs_call.

encrqcs::qcs_write_dataset

encrqcs::qcs_write now enforces the correct order of columns in dataset.

News for version 0.5.0

encrqcs::qcs_run

Removed override of system2_arg_list within encrqcs::qcs_run. So now the user can pass system2_arg_list to the call of encrqcs::qcs_call.

News for version 0.4.0

encrqcs::qcs_run

encrqcs::qcs_call simplified. Instead of writing a .bit / .sh and running that, it now directly calls Java via system2.

News for version 0.3.0

encrqcs

Bump dependencies.

News for version 0.2.2

encrqcs::qcs_run

[encrqcs::qcs_run] works for the incidence dataset, but the Java programme seems to fail for the other datasets at this time. Potentially a protocol id problem.