Skip to content

Commit

Permalink
Release prep (#557)
Browse files Browse the repository at this point in the history
* Release prep

* Update Changelog.python.md

Co-authored-by: Deepak Cherian <[email protected]>

* Update Changelog.python.md

Co-authored-by: Sebastián Galkin <[email protected]>

---------

Co-authored-by: Deepak Cherian <[email protected]>
Co-authored-by: Sebastián Galkin <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent e4b6f00 commit e4dbe8b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Changelog.python.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Python Icechunk Library 0.1.0a10

### Features

- Large chunks are fetched concurrently
- `IcechunkStore.list_dir` is now significantly faster
- Support for Zarr 3.0 and xarray 2025.1.1
- Transaction logs and snapshot files are compressed

## Python Icechunk Library 0.1.0a9

### Features
Expand Down
4 changes: 2 additions & 2 deletions icechunk-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icechunk-python"
version = "0.1.0-alpha.9"
version = "0.1.0-alpha.10"
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
readme = "../README.md"
repository = "https://github.com/earth-mover/icechunk"
Expand All @@ -21,7 +21,7 @@ crate-type = ["cdylib"]
bytes = "1.8.0"
chrono = { version = "0.4.39" }
futures = "0.3.31"
icechunk = { path = "../icechunk", version = "0.1.0-alpha.9" }
icechunk = { path = "../icechunk", version = "0.1.0-alpha.10" }
pyo3 = { version = "0.23", features = [
"chrono",
# do we really need this one?
Expand Down
2 changes: 1 addition & 1 deletion icechunk-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = ["zarr>=3"]

[tool.poetry]
name = "icechunk"
version = "0.1.0-alpha.9"
version = "0.1.0-alpha.10"
description = "Icechunk Python"
authors = ["Earthmover <[email protected]>"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion icechunk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icechunk"
version = "0.1.0-alpha.9"
version = "0.1.0-alpha.10"
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
readme = "../README.md"
repository = "https://github.com/earth-mover/icechunk"
Expand Down

0 comments on commit e4dbe8b

Please sign in to comment.