Changes in version 0.7.2 (2023-11-01) - Fixed namespace doc thanks to CRAN. Changes in version 0.7.1 (2022-10-18) - Fix thanks to CRAN, now handling new Date and POSIXt behaviour with integer input #31. - More robust to broken raster date-time values, #30. Changes in version 0.7.0 (2021-03-15) - Fix randomizing order for sf object_, thanks to @CaptureOSM https://github.com/hypertidy/tabularaster/issues/29. - Align to new spatstat 2.0.0. Changes in version 0.6.6 (2020-12-02) - Release to restore package on CRAN, archived when silicate was archived (for neglecting conditional use of Suggests). Changes in version 0.6.5 (2020-06-29) - Fixed unnecessary test for warning contributed by R. Hijmans. Changes in version 0.6.0 (2020-04-10) - Removed unnecessary issues with crs metadata strings. - Now using silicate for the line-to-segments ops, removed spbabel imports. - Remove old bufext() and outdated spex import. - Un-deprecate and re-export decimate(). - Drop extentFromCells() export. Changes in version 0.5.0 (2018-05-21) - Function cellnumbers now provides only basic cell lookup, the weights and other options available in raster functions are ignored. - Function extentFromCells is now imported from raster and re-exported. - Now applying fasterize for sf polygon objects, and spatstat for sf line objects for very significant speed ups. - Now import spatstat for faster line rasterization. Changes in version 0.4.0 (2017-12-10) - add xy argument to as_tibble - fix missing vignette knitr reference - new oisst data set Changes in version 0.3.0 (2017-08-05) - bufext made defunct - added index extent functions index_extent and cellsFromExtent - removed decimate function - fixed unnecessary lapply call for the points case, so that is now not slow - extra handling for as_tibble, value is now optional so that data-less rasters can be used to build cell and dimension indices - new vignette stub to list all relevant raster functions - object_ is now integer, 1-based to match the rows in query - removed boundary (see romsboundary in angstroms) - consolidated on the central tools, removed experiments - migrated the buffer extent logic to spex, deprecated bufext - added as_tibble for rasters - added boundary function Changes in version 0.2.0 - new data sets rastercano and polycano - new functions decimate, cellnumbers and bufext - Added a NEWS.md file to track changes to the package.