Skip to content

Commit 678b9c4

Browse files
authored
Release version 0.4.4 (#203)
1 parent 0b68756 commit 678b9c4

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

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

3+
## 0.4.4 (2023-06-21)
4+
- Resolve compatibility with NumPy >= 1.24.0 [@gjoseph92](https://github.com/gjoseph92)
5+
- Fix TypeError when no items overlap with the given `bounds` [@gjoseph92](https://github.com/gjoseph92)
6+
- Change timer logging to DEBUG level [@jorge-cervest](https://github.com/jorge-cervest)
7+
38
## 0.4.3 (2022-09-14)
49
- Support sequences of `Item`s [@gjoseph92](https://github.com/gjoseph92)
510
- Fix compatibility with `pyproj>=3.4.0` [@gjoseph92](https://github.com/gjoseph92)

pdm.lock

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = {text = "MIT"}
1515
name = "stackstac"
1616
readme = "README.md"
1717
requires-python = ">=3.8,<4.0"
18-
version = "0.4.3"
18+
version = "0.4.4"
1919

2020
[project.urls]
2121
homepage = "https://stackstac.readthedocs.io/en/latest/index.html"

0 commit comments

Comments
 (0)