Skip to content

Commit d0d2a27

Browse files
v1.9.0 fixing array wrapping, suppression numpy 2 deprecation warnings, organizing repository
1 parent fd938ef commit d0d2a27

17 files changed

Lines changed: 47 additions & 12 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.10", "3.11"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717

1818
steps:
1919
- name: Checkout repository
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rasters"
7-
version = "1.8.0"
7+
version = "1.9.0"
88
description = "raster processing toolkit"
99
readme = "README.md"
1010
authors = [
@@ -47,8 +47,8 @@ dev = [
4747
"twine"
4848
]
4949

50-
[tool.setuptools.package-data]
51-
rasters = ["*.txt"]
50+
[tool.setuptools.packages.find]
51+
exclude = ["notebooks*", "examples*"]
5252

5353
[project.urls]
5454
"Homepage" = "https://github.com/python-rasters/rasters"

0 commit comments

Comments
 (0)