Skip to content

Commit 8e15fcb

Browse files
authored
Merge pull request #369 from GeospatialPython/3.0.2-rc
Remove Py.typed, document it, and add a new Pyupgrade-esque Ruff rule.
2 parents ec9a96a + a486d84 commit 8e15fcb

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ part of your geospatial project.
9292

9393

9494
# Version Changes
95-
## Next
95+
## 3.0.2
96+
97+
### Bug fix
98+
- Deleted py.typed (probably temporarily). Including the py.typed marker file with a single file package caused type checkers to type check all other libraries installed in the same directory (whether they're typed or not, enforcing type checking for all the adjacent dirs libraries, regardless of the user's intentions for the type checker) (pointed out by @dl1jbe - thanks Thomas). Discussions will be started about a longer term fix, possibly e.g. possibly refactoring to a package, and restoring py.typed.
9699

97100
### Code quality:
98101
- Ruff check's UP rule added (mimicks PyUpgrade) (@mwtoews).
@@ -1587,6 +1590,7 @@ Razzi Abuissa
15871590
RosBer97
15881591
Ross Rogers
15891592
Ryan Brideau
1593+
Thomas Beierlein
15901594
Tim Gates
15911595
Tobias Megies
15921596
Tommi Penttinen

changelog.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
VERSION Next
1+
VERSION 3.0.2
2+
3+
2025-10-09
4+
Bug fix:
5+
* Deleted py.typed (probably temporarily). Including the py.typed marker file with a single
6+
file package caused type checkers to type check all other libraries installed in the same
7+
directory (whether they're typed or not, enforcing type checking for all the adjacent dirs
8+
libraries, regardless of the user's intentions for the type checker)
9+
(pointed out by @dl1jbe). Discussions will be started about a longer term fix, possibly
10+
e.g. possibly refactoring to a package, and restoring py.typed.
211

312
2025-08-20
413
Code quality:

0 commit comments

Comments
 (0)