Skip to content

Commit c01c32f

Browse files
committed
[GR-11478] Update CHANGELOG.
PullRequest: fastr/1862
2 parents f88fb39 + e65fc17 commit c01c32f

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
11
# 1.0 RC 11
22

3+
* upgraded the R version to R-3.5.1
4+
* base packages and other sources used directly from GNU-R upgraded to their R-3.5.1 versions
5+
* fixed differences between R-3.4.0 and R-3.5.1
6+
7+
* FastR does not print or log any details for internal errors unless it is run with `--jvm.DR:+PrintErrorStacktracesToFile`
8+
9+
Added missing R builtins and C API
10+
11+
* `Rf_duplicated`
12+
* `Rf_setVar`
13+
* `norm_rand`
14+
* `exp_rand`
15+
316
Bug fixes:
417

518
* internal error in `mapply` with empty arguments list
619
* `comment` and `comment<-` work with S4 objects
7-
* `iconvlist()` was failing on argument error
20+
* `iconvlist()` was failing on argument error #43
821
* `range` works properly with lists
22+
* the reference count of `dimnames` of the result of `==` was not handled properly leading to incorrect results #40
23+
* `exists` did not work properly in all cases when used with the `mode` argument #44
24+
* 'charIndex out of range' when parsing an incomplete source #39
25+
* `no_proxy` environment variable was not parsed correctly
26+
* `read.csv` treats empty value as `NA` of the same type as the rest of the values in the column #42
27+
* `SET_NAMED` allows to decrease the reference count to support a pattern from `data.table`
28+
* exception when writing into the result returned from `split`
29+
* `switch` falls through only if the actual argument is empty constant: `switch('x',x=,y=42)` vs. `switch('x',x=quote(f(1,))[[3]],y=42)`
30+
* `oldClass<-` works with external pointers and other less common R types
31+
* C API function `Rf_setAttrib` coerces double vector to integer when setting "dim" attribute #46
932

1033
# 1.0 RC 10
1134

0 commit comments

Comments
 (0)