-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
165 lines (97 loc) · 4.82 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
2024-09-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.1.4
2024-09-26 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* .editorconfig: Added
* .Rbuildignore: Updated
* cleanup: Added
2024-09-24 Dirk Eddelbuettel <[email protected]>
* inst/include/RApiSerializeAPI.h: Add C++ namespace
2024-09-23 Dirk Eddelbuettel <[email protected]>
* inst/include/RApiSerializeAPI.h: Added comment on C++ preference
2024-09-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Authors@R): Added
2024-05-20 Dirk Eddelbuettel <[email protected]>
* README.md: Use tinyverse.netlify.app for dependency badge
2024-05-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.1.3
* inst/include/RApiSerializeAPI.h (serializeToRaw): Updated
2024-05-11 Dirk Eddelbuettel <[email protected]>
* R/serialization.R (serializeToRaw): Add an xdr=TRUE argument
* man/RApiSerialize-package.Rd: Document it
* tests/simpleTests.R: Add simple tests for xdr feature
* tests/simpleTests.Rout.save: Idem
* src/serialize.cpp: Define R_NO_REMAP, switch to Rf_error and
Rf_allocVector
2024-05-10 Travers Ching <[email protected]>
* src/serialize.cpp (serializeToRaw): Add xdr argument,
set to false to use binary format instead
* inst/include/RApiSerializeAPI.h (serializeToRaw): Idem
2024-02-23 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2022-11-10 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-08-25 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.1.2
* src/serialize.cpp (CloseMemOutPStream): Correct error() call
when missing long vector support to not use i18n macro
2022-08-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.1.1
2022-08-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* src/serialize.cpp (serializeToRaw): Support serialization version
argument to select 2 (pre-ALTREP) or 3 (with ALTREP support)
* src/init.c (callMethods): Update interface
* inst/include/RApiSerializeAPI.h (serializeToRaw): Idem
* R/serialization.R (serializeToRaw): Support new argument
* man/RApiSerialize-package.Rd: Document new argument
* README.md: Update http URLs to https
* NAMESPACE: Turn on registration and fixes for library load,
export two functions explicitly
* R/serialization.R: Use registered and fixed symbols in calls
* src/serialize.cpp (CloseMemOutPStream): Minor upstream update
* tests/simpleTests.R: Updated tests
* tests/simpleTests.Rout.save: Idem
2021-04-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL, BugRreports): Added to DESCRIPTION file
2021-01-01 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new CI badge
2020-06-02 Dirk Eddelbuettel <[email protected]>
* README.md: Added 'last commit' badge
* .travis.yml: Switch to R 4.0.0 and bionic
2019-01-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* DESCRIPTION (Description): Minor rewording
* README.md: Added dependencies badge
2018-09-02 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Minor Travis CI update
2017-04-23 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Switch to run.sh from maintained for R and Travis
2015-03-25 Dirk Eddelbuettel <[email protected]>
* src/serialize.cpp: Added some comments regarding differences
between this file and the original src/main/serialize.c code
2014-05-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (and other files): Per email by Junji, reordered all
references to first list Ei-ji and then him
2014-04-19 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Finalizing initial public version 0.1.0
* DESCRIPTION: Expanded and edited Description: text
* man/RApiSerialize-package.Rd: Expanded Details section
* inst/NEWS.Rd: Added NEWS file with first short entry
2014-04-15 Dirk Eddelbuettel <[email protected]>
* tests/simpleTests.R: Added simple test script
* tests/simpleTests.Rout.save: Added reference output
* src/serialize.cpp: Removed to/from char functions
* src/init.c: Removed interface for to/from char functions
* inst/include/RApiSerializeAPI.h: Ditto
* R/serialization.R: Ditto
* man/RApiSerialize-package.Rd: Ditto
2014-04-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Prepating initial version 0.1.0
* src/serialize.cpp: With credits to Ei-ji, Junji, and R Core
* src/init.c: Exporting for use by other R package
* inst/include/RApiSerializeAPI.h: Exported header used by others
* R/serialization.R: Simple R wrappers for testing
* man/RApiSerialize-package.Rd: Basic documentation