Skip to content

Commit

Permalink
Add realease 11 chagnelogs and version bumps (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci authored Jan 13, 2025
1 parent c55649f commit 485ed56
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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

## Python Icechunk Library 0.1.0a11

### Features

- Adds support for Azure Blob Storage

### Performance

- Manifests now load faster, due to an improved serialization format

### Fixes

- The store now releases the GIL appropriately in multithreaded contexts

## Python Icechunk Library 0.1.0a10

### 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.10"
version = "0.1.0-alpha.11"
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.9.0"
chrono = { version = "0.4.39" }
futures = "0.3.31"
icechunk = { path = "../icechunk", version = "0.1.0-alpha.10" }
icechunk = { path = "../icechunk", version = "0.1.0-alpha.11" }
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.10"
version = "0.1.0-alpha.11"
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.10"
version = "0.1.0-alpha.11"
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 485ed56

Please sign in to comment.