Skip to content

Commit 533bb36

Browse files
authored
Update NEWS.md
Added the mention of serialization support to NEWS.md I also explicitly mention the other big reason for having it in the first place — sending data across forks and cluster sessions for parallel processing.
1 parent 3b69e1f commit 533bb36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# s2 (development version)
22

3+
* Implement serialization support for `s2_geography` vectors. This not only
4+
allows data containing s2 geography to be safely saved and restored across
5+
R sessions, but also enables using `s2` in parallel algorithms such as
6+
`mclapply()` (#283)
37
* Fix code to help gcc-ubsan understand the region coverer (#275)
48
* Inspect `S2_FORCE_BUNDLED_ABSEIL` in `conifigure`: if non-empty, any system
59
install of Abseil is ignored (e.g., if using a non-standard compiler on a

0 commit comments

Comments
 (0)