Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@DanielJDufour DanielJDufour released this 05 Aug 22:34

v2.8.0 (2024-08-05)

πŸ’₯ Breaking Changes

  • geoblaze.sum was reverted to the behavior prior to v2.7.0, so now virtual resampling is turned off by default for geoblaze.sum. You can turn virtual resampling on by passing in a vrm and rescale parameter (see more information here: https://docs.geoblaze.io/#sum). Minimal virtual resampling is still turned on by default for min, max, median, mean, and mode calculations.

πŸš€ New Feature / Improvement

  • None

πŸ› Bug Fix

  • fixed an issue where Github action was breaking because AWS S3 was returning 503 when downloading test files, which was fixed by adding a sleep statement

🏠 Internal

  • added npm run clean, which removes test files that are downloaded while setting up the repo

πŸ“ Documentation

  • Updated documentation of geoblaze.sum to show how to enable virtual resampling, passing in a vrm and rescale parameter

Commits

v2.7.0...v2.8.0