-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
85 lines (50 loc) · 2.28 KB
/
Copy pathChangeLog
File metadata and controls
85 lines (50 loc) · 2.28 KB
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
2026-09-06 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Date, Version): Release 0.0.4
* README.md: URL updates, add r-universe badge
2026-08-19 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Switch to actions/checkout@v7
2026-01-15 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Switch to actions/checkout@v6
2025-04-04 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Switch to r-ci with included bootstrap
2024-09-13 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Authors@R): Added
2024-06-25 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action
2024-05-22 Dirk Eddelbuettel <edd@debian.org>
* README.md: Use tinyverse.netlify.app for dependency badge
2023-09-09 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Date, Version): Release 0.0.3
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4
2023-09-08 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (LinkingTo): Add RcppInt64
* src/hasher.cpp: Use RcppInt64 package
2022-11-14 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2021-12-10 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml: Add CI via run.sh from r-ci
* README.md: Add CI badge
2021-08-02 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Date, Version): Release 0.0.2
2021-07-26 Dirk Eddelbuettel <edd@debian.org>
* README.md: Additional badgeds and CRAN installation notes
* configure: On SunOS, create src/Makevars to define endianness so
that no attemp to include the (non-existing) endian.h is made
2021-07-25 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Date, Version): Release 0.0.1
* inst/NEWS.Rd: Added
* README.md: Add installation instructions
2021-07-23 Dirk Eddelbuettel <edd@debian.org>
* src/hasher.cpp: Vectorised, added help page
* man/farmhash.Rd: Added via roxygen2
* README.md: Added simple README
* inst/AUTHORS: Geoff Pike wrote FarmHash
* .gitignore: Added
* .Rbuildignore: Added
* cleanup: Added
2021-07-22 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Initial version
* NAMESPACE: Idem
* src/farmhash.{cc,h}: From FarmHash
* src/hasher.cpp: Simpler string hasher
* .editorconfig: Added