Releases: earth-mover/icechunk
Releases · earth-mover/icechunk
v1.1.15
What's Changed
- Upgrade cargo deny to avoid parsing error by @paraseba in #1511
- Upgrade object_store dependency to get proper retries on 429 by @paraseba in #1510
- Update Icechunk 1.x dependencies by @paraseba in #1529
- Bump up railguards for flatbuffer file size. by @paraseba in #1530
- Releave version 1.1.15 by @paraseba in #1531
Full Changelog: v1.1.14...v1.1.15
v1.1.14
What's Changed
- Fix fetching of virtual refs with spaces and other non-url characters by @paraseba in #1465
- Backport Overview Overhaul #1391 by @ianhi in #1467
- new banner for ic2 by @ianhi in #1468
- More fixes for virtual chunk url escapes by @paraseba in #1474
- Document proxy support (support branch) by @TomNicholas in #1453
- Release version 1.1.14 by @paraseba in #1475
Full Changelog: v1.1.13...v1.1.14
v1.1.13
What's Changed
- cherry pick #1433 to support v1 by @ianhi in #1444
- Update S3 dependencies to their latest version by @paraseba in #1441
- Enable a requester pays flag for use with S3 compatible stores. by @sharkinsspatial in #1425
- Release version 1.1.13 by @paraseba in #1447
- Update GHA to Rust 1.91 by @paraseba in #1448
New Contributors
- @sharkinsspatial made their first contribution in #1425
Full Changelog: v1.1.12...v1.1.13
v1.1.12
What's Changed
- better contributing docs build instructions by @ianhi in #1347
- Support
gs://prefix in virtual chunk containers in IC V1 (#1363) by @TomNicholas in #1368 - CI: update for support branches by @ianhi in #1357
- Expose merge method in python in IC V1 by @TomNicholas in #1373
- Ignore mypy complaint about
dask.__version__by @TomNicholas in #1374 - Bump version by @TomNicholas in #1377
Full Changelog: v1.1.11...v1.1.12
v1.1.11
What's Changed
- fix pickling error in tests by @ianhi in #1314
- build: update for to pyO3 0.27.1 - also get python 3.14 support by @ianhi in #1313
- Bump the actions group across 1 directory with 3 updates by @dependabot[bot] in #1311
- Virtual chunks can live in Azure by @paraseba in #1312
- Bump the rust-dependencies group across 1 directory with 11 updates by @dependabot[bot] in #1310
- Release version 1.1.11 by @paraseba in #1315
Full Changelog: v1.1.10...v1.1.11
v1.1.10
What's Changed
- fix RTD build - limit python to what PyO3 accepts by @ianhi in #1296
- Bump astral-sh/setup-uv from 6 to 7 in the actions group by @dependabot[bot] in #1295
- Revert "update test machinery to support multiple saves with dask (#1273) by @dcherian in #1297
- simplify dask check by @ianhi in #1254
- Create mechanism for checking docstring consistency with xarray by @ianhi in #1275
- Fix
align_chunksxarray backcompat + add min version tests by @ianhi in #1299 - bump python version by @ianhi in #1301
Full Changelog: v1.1.9...v.1.1.10
v1.1.9
What's Changed
- Fix missing argument to gcs_storage by @mpiannucci in #1282
- release python version 1.1.9 by @mpiannucci in #1283
- Add
.authorized_virtual_container_prefixesproperty by @TomNicholas in #1286 - [python] Remove windows x86 from wheels by @mpiannucci in #1287
- Update release notes for 1.1.9 by @mpiannucci in #1288
- Bump rust lib version by @mpiannucci in #1289
Full Changelog: v1.1.8...v1.1.9
v1.1.8
What's Changed
- doc: add instructions on how to run the xarray backend tests locally by @ianhi in #1272
- update test machinery to support multiple saves with dask by @ianhi in #1273
- Remove comment on extension config by @ianhi in #1274
- Support anonymous GCS in python by @mpiannucci in #1276
- Add note on security concerns with virtual chunks by @TomNicholas in #1277
- Bump the rust-dependencies group across 1 directory with 9 updates by @dependabot[bot] in #1278
- Release 1.1.8 by @mpiannucci in #1279
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
- Speedup list_dir and list_prefix by @paraseba in #1257
- Safer
reset_branchby @paraseba in #1259 - Add S3Options accessors to .pyi file by @gscerveira in #1256
- Pass
split_everykwarg through in.to_icechunkby @TomNicholas in #1240 - CI: update existing mypy nightly issue instead of making a new one by @ianhi in #1255
- Fix (ignore) mypy errors generated from supporting divergent xarray imports by @ianhi in #1253
- try to fix xarray-backend-test by @ianhi in #1267
- Add docs for align_chunks argument to to_icechunk by @paraseba in #1269
- Add
Session.flushto allow anonymous snapshot creation by @paraseba in #1266 - Increase snapshot cache size by @paraseba in #1271
- Release version 1.1.7 by @paraseba in #1270
New Contributors
- @gscerveira made their first contribution in #1256
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Move to Rust 1.89 by @paraseba in #1213
- Accept Tigris high performance endpoint by @paraseba in #1214
- Document Session.fork by @paraseba in #1216
- Apply formatting suggestions automatically by @TomNicholas in #1218
- Split CI workflows for better parallelization and separation of concerns [EAR-2135] by @ianhi in #1222
- add nightly wheel upload [EAR-2133] by @ianhi in #1227
- Bump the rust-dependencies group with 4 updates by @dependabot[bot] in #1232
- Bump actions/download-artifact from 4 to 5 in the actions group by @dependabot[bot] in #1231
- CI: pep440 compliant dev version for nightly wheels by @ianhi in #1229
- fix git version for nightly wheel by @ianhi in #1233
- Adjust to xarray's refactor of private backend API by @TomNicholas in #1239
- update typing of partial writes method to follow zarr by @ianhi in #1241
- improve nightly workflow open issues for mypy by @ianhi in #1242
- Fix test bug in test_storage by @paraseba in #1236
- Bump the rust-dependencies group with 6 updates by @dependabot[bot] in #1237
- ForkSession: deepcopy underlying Session objects. by @dcherian in #1248
- Speedup
list_prefixandgetsize_prefixwhen prefix is not empty by @paraseba in #1245 - Release version 1.1.6 by @paraseba in #1252
Full Changelog: v1.1.5...v1.1.6