Skip to content

Commit

Permalink
Release version 0.4.4 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Jun 21, 2023
1 parent 0b68756 commit 678b9c4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.4.4 (2023-06-21)
- Resolve compatibility with NumPy >= 1.24.0 [@gjoseph92](https://github.com/gjoseph92)
- Fix TypeError when no items overlap with the given `bounds` [@gjoseph92](https://github.com/gjoseph92)
- Change timer logging to DEBUG level [@jorge-cervest](https://github.com/jorge-cervest)

## 0.4.3 (2022-09-14)
- Support sequences of `Item`s [@gjoseph92](https://github.com/gjoseph92)
- Fix compatibility with `pyproj>=3.4.0` [@gjoseph92](https://github.com/gjoseph92)
Expand Down
12 changes: 8 additions & 4 deletions pdm.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = {text = "MIT"}
name = "stackstac"
readme = "README.md"
requires-python = ">=3.8,<4.0"
version = "0.4.3"
version = "0.4.4"

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

0 comments on commit 678b9c4

Please sign in to comment.