-
Notifications
You must be signed in to change notification settings - Fork 21
/
NEWS
231 lines (144 loc) · 5.55 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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
dggridR v3.1.0
===============
* Fixed a numeric precision issue on Apple silicon computers (#63)
* Removed dplyr, rlang and sp as dependencies to make the package more
lightweight and up to date (sp is depreciated)
* Added collapse and s2 as dependencies (incurring 0 additional dependencies)
yielding significant performance gains, especially in grid materialization
* Function dgshptogrid now also allows passing an sf data frame in memory,
in addition to a shapefile saved to disc
* Functions dgcellstogrid, dgearthgrid, dgrectgrid and dgshptogrid now have an
additional argument return_sf = TRUE. Setting return_sf = FALSE gives a more
memory efficient long data frame with the coordinates of the cell vertices.
* These changes were made by Sebastian Krantz
dggridR v3.0.0 (Release date: 2023-01-02)
===============
* Fixes memory leaks in DGGRID
* Switches to using sf package from rgdal
* Removed `dgtransform`, which was previously deprecated. Use `dgGEO_to_SEQNUM` instead.
* Many changes to satisfy CRAN's capricious demands.
* Incorporates fixes from Edzer Pebesma (thanks!)
dggridR v2.0.8 (Release date: 2020-11-25)
===============
* Still trying to get CRAN upload to work
dggridR v2.0.7 (Release date: 2020-11-25)
===============
* Fix CRAN links
dggridR v2.0.6 (Release date: 2020-10-15)
===============
* Fix CRAN warning about `streampos` deprecation.
dggridR v2.0.5 (Release date: 2020-04-30)
===============
* Update authorship information
dggridR v2.0.4 (Release date: 2020-04-29)
===============
* Fix some new warnings identified by CRAN's updated compilers.
* Added doi
* Updated shapelib
dggridR v2.0.3 (Release date: 2018-04-04)
===============
* Fix bugs in dgshptogrid() and dgrectgrid() with cellsize not being respected
* Updated authorship info for accuracy
* More helpful warning messages
* CRAN-compliant package title
* Adjusted function documentation to match behaviour
* Fixed issue with default value of `savegrid`
dggridR v2.0.2 (Release date: 2017-08-19)
===============
Changes:
* Updates dgtransform warning message to note swapped order of arguments. Sorry, Brent :-)
dggridR v2.0.1 (Release date: 2017-08-07)
===============
Changes:
* Fixes necessary to build on Windows systems.
* Added cell center example
dggridR v2.0.0 (Release date: 2017-08-07)
===============
Changes:
* Complete restructuring of internal engine to improve speed, robustness across
operating systems, and to improve access to alternative coordinate systems
* Make dg_shpfname_south_africa into a function
* Restructuring of internal engine's directory layout to reduce compilation
complexity
dggridR v1.0.1 (Release date: 2017-04-23)
===============
Changes:
* Fixes a documentation issue
* Reorders NAMESPACE using new build system
dggridR v1.0.0 (Release date: 2017-04-23)
===============
Changes:
* Append image to vignette showing where pentagons are
* Add `azimuth`, `pole_lat`, and `pole_lon` to `dgconstruct()
* Update `CXX1X` compilation stuff to `CXX11` - requires R (>= 3.4.0)
* Using a different method to identify package location - may fix a Windows bug
* Muck with licensing so both CRAN and Github accept it
* Fixed a small documentation issue with units in the comments
* Switched to semantic versioning (http://semver.org/)
dggridR v0.1.11 (Release date: 2016-09-18)
===============
Changes:
* Fixes a `long double` output formatting issue that gives bad results when
code is compiled using MingW on certain Windows systems.
* Adds a debugging capability to the R code to make it easier to get
diagnostics from users.
dggridR v0.1.10 (Release date: 2016-08-16)
===============
Changes:
* Many conversions from printf and sscanf in hopes of improving oldrel-windows functionality
dggridR v0.1.9 (Release date: 2016-08-14)
==============
Changes:
* Fix bugs preventing the -4- grids from constructing properly (e.g. ISEA4H)
dggridR v0.1.8 (Release date: 2016-07-25)
==============
Changes:
* Fix bug preventing compilation in clang++-3.9
dggridR v0.1.7 (Release date: 2016-07-21)
==============
Changes:
* Numerous changes to C++11 in hopes of extending compatibility
dggridR v0.1.6 (Release date: 2016-07-20)
==============
Changes:
* Numerous changes in an attempt to extend compatibility
dggridR v0.1.5 (Release date: 2016-07-19)
==============
Changes:
* Another attempt at getting licensing right.
dggridR v0.1.4 (Release date: 2016-07-19)
==============
Changes:
* Changes to licensing and readme notes in another guess-and-check attempt to
satisfy the folks at CRAN.
dggridR v0.1.3 (Release date: 2016-07-15)
==============
Changes:
* Clarified license info ... again
dggridR v0.1.2 (Release date: 2016-07-15)
==============
Changes:
* Resolved a number of pedantic warnings raised by the compiler.
* Clarified license info
dggridR v0.1.1 (Release date: 2016-07-14)
==============
Changes:
* Added dgshptogrid(): Useful for making grids which cover shapefile-specified
polygons
dggridR v0.1.0 (Release date: 2016-07-14)
==============
Changes:
* Using clipper instead of gpclib: this means everything is FLOSS now.
dggridR v0.0.2 (Release date: 2016-07-13)
==============
Changes:
* Added getmaxcell(): Useful for obtaining random grid cells
* Made dgverify() public: Aids in debugging, possibly useful for users
* Added `wrapcells` argmuent to grid generation functions: makes plotting easier
* Added more examples
* Added `savegrid` argument to make it easier to output grids for other purposes
dggridR v0.0.1 (Release date: 2016-07-09)
==============
First official release
Changes:
* Everything