Patch release rolling up all changes since v0.2.0 (the prior release; 0.2.1 was never published).
Install / upgrade:
pip install --upgrade rle-pythonFeatures
- Add Criterion B status classification from EOO/AOO (#10).
- Push ecosystem filters down to the parquet and read
gs://via pyarrow for faster, lower-memory remote reads (#9).
Fixes
- Fix
gs://cache detection in_remote_file_exists(#8). - Raise a clear error listing valid columns when a configured column is missing.
Performance
- Reduce peak memory in
AOOGridVectorLocal._compute.
Maintenance / docs
- Bump GitHub Actions to Node 24 runtimes.
- Docs: pixi environment for executing cells, remote-GeoParquet quickstart, executed-cell output styling.