Changes in version 1.1.0 (2024-10-01) - Cleaned up old spelling detritus in tests, thanks to CRAN. Changes in version 1.0.5 (2023-11-05) - Input geometries may now be of type "sfc_GEOMETRY" or other mixed types. Any non polygon geometry is dropped with a message. - 'field' may now be a numeric, integer, or factor vector or (as before) a name of a column in the input data frame. This means we can fasterize(vec, r, field = seq_along(vec)) or fasterize(df, r, field = seq_len(dim(df)[1L])) or with any values we like. - Now supporting any geometry or dataframe input supported by wk (wkb, wkt, geos, as well as sf). - Namespaced documentation fixes thanks to CRAN. - Removed raster raster() method, not needed (raster handles sf now to obtain the 6 numbers and a string). Changes in version 1.0.4 (2022-12-06) - New maintainer Michael Sumner. - Fixes a number of -Wconversion warnings (uword/double from edge.h, and int/size_t from edgelist.cpp) listed in #46. - Fixes CRAN warnings on incorrect use of bitwise logical operator #44. - Fixes CRAN warnings on unused LazyData property. - Fixes incorrect file metadata issue #41 by PR contributed by Antoine Stevens #42. - Now using 'main' branch as default. Changes in version 1.0.3 (2020-07-27) - Fixes link-time-optimization issues Changes in version 1.0.2 (2020-03-25) - Modifies C code to comply with gcc-10 requirements Changes in version 1.0.0 (2018-03-22) - First public release.