Skip to content

Commit 374b727

Browse files
authored
chore: Bump python binding version to 0.2.0 (#124)
* chore: Bump python binding version to 0.2.0 * add changelog
1 parent 9da0d77 commit 374b727

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

python/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.2.0] - 2025-10-23
4+
5+
### What's Changed
6+
7+
- Enable pytest-asyncio tests in CI by @weiji14 in https://github.com/developmentseed/async-tiff/pull/92
8+
- Raise FileNotFoundError instead of panic when opening missing files by @weiji14 in https://github.com/developmentseed/async-tiff/pull/93
9+
- Raise TypeError instead of panic on doing fetch_tile from striped TIFFs by @weiji14 in https://github.com/developmentseed/async-tiff/pull/99
10+
- Test opening single-channel OME-TIFF file by @weiji14 in https://github.com/developmentseed/async-tiff/pull/102
11+
- Remove broken symlink when building windows wheels by @maxrjones in https://github.com/developmentseed/async-tiff/pull/120
12+
- chore!: Bump minimum Python version to 3.10 by @kylebarron in https://github.com/developmentseed/async-tiff/pull/122
13+
- chore: Bump pyo3 to 0.26 by @kylebarron in https://github.com/developmentseed/async-tiff/pull/121
14+
- ci: Build abi3 wheels where possible by @kylebarron in https://github.com/developmentseed/async-tiff/pull/123
15+
- chore: Bump _obstore submodule for latest store creation types #125
16+
17+
### New Contributors
18+
19+
- @feefladder made their first contribution in https://github.com/developmentseed/async-tiff/pull/71
20+
- @weiji14 made their first contribution in https://github.com/developmentseed/async-tiff/pull/92
21+
22+
**Full Changelog**: https://github.com/developmentseed/async-tiff/compare/py-v0.1.0...py-v0.1.1
23+
324
## [0.1.0] - 2025-03-18
425

526
- Initial release.

python/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-async-tiff"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Kyle Barron <kyle@developmentseed.org>"]
55
edition = "2021"
66
# description = "Fast, memory-efficient 2D spatial indexes for Python."

0 commit comments

Comments
 (0)