-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
101 lines (54 loc) · 2.73 KB
/
ChangeLog
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
2024-10-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Authors@R): Added
2024-07-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Description): Use <doi:/> for arXiv link
2024-05-22 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-03-11 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2023-04-08 Dirk Eddelbuettel <[email protected]>
* src/Makevars: No longer set a compilation standard
2023-01-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.4
2023-01-19 Dirk Eddelbuettel <[email protected]>
* inst/include/fast_float/*: Updated to upstream release 3.9.0
* src/as_double2.cpp: Add two defines to enable more extended parsing
under fast_float 3.9.0
2022-11-14 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2021-08-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.3
* src/Makevars (CXX_STD): Enable C++11 as a default standard
2021-08-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* inst/include/fast_float/float_common.h: Do not include endian.h on SunOS
2021-05-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL): Add package page to URL field
2021-02-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.2
* inst/benchmark/comparison2.R: Added simple benchmark demo based on
existing manual page example
* src/as_double2.cpp: Simplified roxygen2 use to allow older version
* man/as.double2.cpp: Regenerated
* DESCRIPTION: Lowered roxygen2 version, removed list option
2021-02-05 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll version and date
* DESCRIPTION (Author): Added Brendan
* README.md: New CRAN, downloads, depends badges with package on CRAN
2021-02-03 Brendan Knapp <[email protected]>
* src/as_double2.cpp: Faster as.double() replacement via fast_float
* man/as.double2.cpp: Documentation for as.double2()
* inst/tinytest/test_asdouble2.R: Tests
2021-01-31 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.1
* inst/benchmark/: Renamed from inst/demo
* inst/NEWS.Rd: Added
2021-01-30 Dirk Eddelbuettel <[email protected]>
* inst/include/fast_float/: Upstream fast_float libary
* src/example.cpp (parseExample): Minimal (adapted) example
* tests/tinytest.R: Add test caller
* inst/tinytest/test_parse.R: Add small testing file
* .github/workflows/ci.yaml: Add CI using run.sh from r-ci
* inst/demo/comparison.R: Timing benchmark and comparison
* README.md: Added