Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.1 KB

File metadata and controls

22 lines (15 loc) · 1.1 KB

v0.2.0

Version bump with notable fixes and improvements. See Beta Release Notes for API and naming changes.

Notable changes

  • BNG aggregators (bng_cellunion_agg, bng_cellintersection_agg): fixed shared aggregation buffer bug (fresh buffer per partition); chip field resolution by type/name in union agg.
  • Reader renames and other API changes documented in Beta Release Notes.

v0.1.0 [DBR 17.3 LTS]

This is the beta release series.

v2 DEC 02, 2025

Altered python bindings to databricks.labs.gbx.* to more closely match scala bindings (was geobrix.*). Changed init script to install numpy 2.x which allows GDAL python array operations to successfully execute. A handful of functions known to throw exceptions during execution have been addressed by the changes to the init script: gbx_rst_mapalgebra(tiles, expression) and gbx_rst_ndvi(tile, red_band, nir_band). Added more error handling to bubble up exceptions during execution; functions now return null or a catch-all default with error messages captured.

v1 OCT 29, 2025

Initial Beta Release