Skip to content

Commit 35bb0d4

Browse files
committed
polish news, bump version
1 parent abe87f0 commit 35bb0d4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: s2
22
Title: Spherical Geometry Operators Using the S2 Geometry Library
3-
Version: 1.0.0.9000
3+
Version: 1.0.1
44
Authors@R: c(
55
person(given = "Dewey",
66
family = "Dunnington",

NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
# s2 (development version)
1+
# s2 1.0.1
22

3+
* Added layer creation options to `s2_options()`, which now uses strings
4+
rather than numeric codes to specify boolean operation options, geography
5+
construction options, and builder options (#70).
6+
* Added `s2_rebuild()` and `s2_simplify()`, which wrap the S2 C++ `S2Builder`
7+
class to provide simplification and fixing of invalid geographies (#70).
8+
* The s2 package now builds and passes the CMD check on Solaris (#66, #67).
9+
* Renamed `s2_latlng()` to `s2_lnglat()` to keep axis order consistent
10+
throughout the package (#69).
11+
* Added `s2_bounds_cap()` and `s2_bounds_rect()` to compute bounding areas
12+
using geographic coordinates (@edzer, #63).
313
* `s2_*_matrix()` predicates now efficiently use indexing to compute the
414
results of many predicate comparisons (#61).
515

0 commit comments

Comments
 (0)