-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNEWS
62 lines (49 loc) · 2.11 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
BatchExperiments_1.4.3
- Maintenance release. Removed calls to deprecated `default.stringAsFactors()`.
BatchExperiments_1.4.2
- Added support for read-only mode of registries. See ?loadRegistry for more
information.
- Compability with new versions of testthat, RSQLite and DBI.
BatchExperiments_1.4.1
- Problem and algorithm ids may now contain the dot char (".").
- Fixed a bug in summarizeExperiments where column "repl" was not correctly
handled in the output
- Added convenience function getExperimentParts()
- findExperiments now optionally supports regular expression matching
- reduceResultsExperiments can now apply a function on jobs with
missing results if explicitly requested
- fixed a minor bug in summarizeExperiments where a column was not named as
documented
- updated citation information
BatchExperiments_1.4
- Updated to use RSQLite >=1.0.0
- Argument 'progressbar' added to multiple functions to suppress displaying the
progress bars.
BatchExperiments_1.3
- Fixed a bad bug in reduceResultsExperiments: This bug was only triggered when argument
impute.val was used. It could have lead to wrong 'id' column in result data.frame, no
other data in the result as corrupted.
- Support impute.val in reduceResultsExperimentsParallel.
BatchExperiments_1.2
- Reduced disk i/o in chunks
BatchExperiments_1.1
- New argument 'ids' (job ids) for getProblemIds and getAlgorithmIds
- New argument 'impute.val' for reduceResultsExperiments
- Support for sourcing of files and directories
BatchExperiments_1.0-967:
- fixed a bug regarding addExperiments and reordering of parameters
- print method for designs now contains parameter storage informations
BatchExperiments_1.0-916:
- new helper: getJobInf, reduceResultsExperimentsParallel
- fix for case-insensitive file systems
- documentation fixes
- various smaller fixes
BatchExperiments_1.0-621:
- added missing import for R versions < 2.15.1
BatchExperiments_1.0-607:
- reworked summarizeExperiments, the previous "details" options was basically unuseable
- minor bug fixes
BatchExperiments_1.0-528:
- very minor bug fixes
BatchExperiments_1.0-486:
- First submit to CRAN.