Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.4.0.0! #108

Merged
merged 95 commits into from
Nov 21, 2024
Merged

8.4.0.0! #108

merged 95 commits into from
Nov 21, 2024

Conversation

adamlilith
Copy link
Owner

fasterRaster 8.4.0.0 (2024-11-20)

Potentially code-breaking changes

o By default, fasterRaster now uses data.frames, not data.tables from the data.table package (see ?faster).
o Removed option clean from faster(). Files are now removed from the GRASS cache as needed.
o mow() can delete a single GRaster or GVector, a list of rasters and/or vectors, or all objects in a particular environment.

Enhanced functionality and new functions

o centroids() locates the center of GVectors.
o coordRef() returns information about an object's coordinate reference system.
o project() is now much faster when projecting a GRaster using the terra or fallback values for res.
o Support for GRASS addons and methods based on them!!!

Bug and issue fixes

o [GVector] does not fail when all geometries are selected.
o Comparison with categorical GRasters (e.g., <, ==, etc.) does not fail when faster('useDataTable') is FALSE.
o droplevels() does not fail when faster('useDataTable') is FALSE.
o levels() does not fail when faster('useDataTable') is FALSE.
o segregate() works when setting useDataTable is FALSE.
o subset() no longer fails.
o subst() does not fail when faster('useDataTable') is FALSE.

@adamlilith
Copy link
Owner Author

Congratulations.

@adamlilith adamlilith merged commit 043494f into master Nov 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant