File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11[package ]
22name = " py-async-tiff"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [" Kyle Barron <kyle@developmentseed.org>" ]
55edition = " 2021"
66# description = "Fast, memory-efficient 2D spatial indexes for Python."
You can’t perform that action at this time.
0 commit comments