From 85055faf000a7151a124c9671803bb707b9aeb6e Mon Sep 17 00:00:00 2001 From: Michael Sumner Date: Sun, 12 May 2024 05:58:41 +0000 Subject: [PATCH] v 0.0.2 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f1970c5..1076011 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vaster Title: Tools for Raster Grid Logic -Version: 0.0.1.9003 +Version: 0.0.2 Authors@R: c(person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2471-7511"))) Description: Provides raster grid logic, the grid operations that don't require access to materialized data, i.e. most of them. Grids are arrays with dimension and extent, and many operations are functions of just the dimension 'nrows', 'ncols' or diff --git a/NEWS.md b/NEWS.md index 904a49a..1d5def4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# vaster dev +# vaster 0.0.2 * Speed up `x_from_col` and `y_from_row`, fixes #19.