-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
47 lines (25 loc) · 1.03 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
CHANGES IN VERSION 0.2.5
* Removed: "Small vectors no longer create files and are stored in memory
increasing speed" as this introduced memory leaks.
CHANGES IN VERSION 0.2.4
* Small vectors no longer create files and are stored in memory increasing
speed.
* (Possible) fix for compiler issue with clang15
CHANGES IN VERSION 0.2.2
* Reorganisation of header files; should fix undefined behaviour sanitizer
(UBSAN) warning in ldat.
CHANGES IN VERSION 0.2.1
* Fixes bugs with negative indices resulting un undefined behaviour.
CHANGES IN VERSION 0.2.0
* Rewrote internals to use Rcpp. Packages linking to lvec will need to be
rewritten.
* Fixed some compiler warnings
CHANGES IN VERSION 0.1.2
* Fix for printing zero length vectors
CHANGES IN VERSION 0.1.1
* inst/include contained old versions of the headers. Added new header files to
inst/include
* Fix for install problem on MacOS old release platform
* (Possible) fix for problem on solaris with zero length vectors.
CHANGES IN VERSION 0.1.0
* Initial release