Skip to content

Commit a08a816

Browse files
committed
updated news and comments; ready for CRAN
1 parent 572cbcc commit a08a816

4 files changed

Lines changed: 16 additions & 40 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: filearray
22
Type: Package
33
Title: File-Backed Array for Out-of-Memory Computation
4-
Version: 0.1.5.9003
4+
Version: 0.1.6
55
Language: en-US
66
Encoding: UTF-8
77
License: LGPL-3

NEWS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# filearray (development version)
1+
# filearray 0.1.6
2+
3+
* Removed `c++11` from system requirement and `Makevars`
4+
* Used `TinyThreads` instead of `OpenMP` to get parallel working on `OSX`
5+
* Added `as_filearray` method, and support optional `float`
6+
* Added array proxy class, allowing arrays to lazy-evaluate simple operators
7+
* Allows user-defined temporary file array path
8+
* Fixed `fmap` issues, using better guesses for default `.input_size`
9+
* Fixed a memory bug caused when partition margin has elements greater than 1 and when `FARR_subset_sequential` is used
10+
* Used `fastmap` to avoid environment look-up
11+
* `fa_eval_ops` allows dimension names
12+
* Larger default buffer size to allow `2^20` in single partition
13+
* Disabled single indexing
14+
* Fixed `endian` issue on `big-endian` platforms
215

316
# filearray 0.1.5
417

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
<!-- badges: start -->
7-
[![R-CMD-check](https://github.com/dipterix/filearray/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dipterix/filearray/actions/workflows/R-CMD-check.yaml)
7+
[![R-check](https://github.com/dipterix/filearray/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dipterix/filearray/actions/workflows/R-CMD-check.yaml)
88
[![CRAN status](https://www.r-pkg.org/badges/version/filearray)](https://CRAN.R-project.org/package=filearray)
99
[![Develop](https://dipterix.r-universe.dev/badges/filearray)](https://dipterix.r-universe.dev/ui#builds)
1010
<!-- badges: end -->

cran-comments.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,3 @@
1-
## Dev environment
2-
* osx (ARM), R 4.2.1
3-
4-
## Test environments
5-
* osx (x64, github-action), R-release
6-
* ubuntu 18.04 (github-action), R-release, R-devel
7-
* win-builder (https://win-builder.r-project.org/), R-release, R-devel
8-
* Solaris (rhub)
9-
101
## R CMD check results
112

12-
On `oldrelease`, `release` and `devel`
133
0 errors | 0 warnings | 0 notes
14-
15-
## Additional tests
16-
17-
* `clang-UBSAN`: using `valgrind` to test all examples and tests (single threaded). The result showed insignificance.
18-
19-
```
20-
==40499==
21-
==40499== HEAP SUMMARY:
22-
==40499== in use at exit: 178,803,840 bytes in 20,419 blocks
23-
==40499== total heap usage: 1,294,546 allocs, 1,274,127 frees, 1,198,582,624 bytes allocated
24-
==40499==
25-
==40499== LEAK SUMMARY:
26-
==40499== definitely lost: 0 bytes in 0 blocks
27-
==40499== indirectly lost: 0 bytes in 0 blocks
28-
==40499== possibly lost: 0 bytes in 0 blocks
29-
==40499== still reachable: 178,803,840 bytes in 20,419 blocks
30-
==40499== of which reachable via heuristic:
31-
==40499== newarray : 4,264 bytes in 1 blocks
32-
==40499== suppressed: 0 bytes in 0 blocks
33-
==40499== Reachable blocks (those to which a pointer was found) are not shown.
34-
==40499== To see them, rerun with: --leak-check=full --show-leak-kinds=all
35-
==40499==
36-
==40499== For lists of detected and suppressed errors, rerun with: -s
37-
==40499== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
38-
```
39-
40-

0 commit comments

Comments
 (0)