fastquadtree 0.8.0__cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl → 0.8.1__cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -59,7 +59,9 @@ class RectQuadTree(_BaseQuadTree[Bounds, _IdRect, RectItem]):
59
59
  ) -> list[_IdRect]: ...
60
60
  @overload
61
61
  def query(self, rect: Bounds, *, as_items: Literal[True]) -> list[RectItem]: ...
62
- def query(self, rect: Bounds, *, as_items: bool = False):
62
+ def query(
63
+ self, rect: Bounds, *, as_items: bool = False
64
+ ) -> list[_IdRect] | list[RectItem]:
63
65
  """
64
66
  Query the tree for all items that intersect the given rectangle.
65
67
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastquadtree
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3 :: Only
6
6
  Classifier: Programming Language :: Rust
@@ -1,12 +1,12 @@
1
- fastquadtree-0.8.0.dist-info/METADATA,sha256=nkX_VlImgDSE7sx6qt0HrxbYnXpu-hpGjtPsPmQjciA,8477
2
- fastquadtree-0.8.0.dist-info/WHEEL,sha256=xBqaWU3Z-cfW-EFy0ENuEqxgXZXkIHUBkA1cT6FlqGM,127
3
- fastquadtree-0.8.0.dist-info/licenses/LICENSE,sha256=pRuvcuqIMtEUBMgvP1Bc4fOHydzeuA61c6DQoQ1pb1w,1071
1
+ fastquadtree-0.8.1.dist-info/METADATA,sha256=JHkAK_rP_q9R0JTgWv8OdKv6oDWB94A1XOr196UTK_g,8477
2
+ fastquadtree-0.8.1.dist-info/WHEEL,sha256=xBqaWU3Z-cfW-EFy0ENuEqxgXZXkIHUBkA1cT6FlqGM,127
3
+ fastquadtree-0.8.1.dist-info/licenses/LICENSE,sha256=pRuvcuqIMtEUBMgvP1Bc4fOHydzeuA61c6DQoQ1pb1w,1071
4
4
  fastquadtree/__init__.py,sha256=rtkveNz7rScRasTRGu1yEqzeoJfLfreJNxg21orPL-U,195
5
5
  fastquadtree/_base_quadtree.py,sha256=MCXkrEnMqZmYLRAChVsjBu_R9n-bvclPmgmwTscZpzQ,8413
6
6
  fastquadtree/_bimap.py,sha256=7QBJ3QzEQq69PhKNA2W04N37i3-oNleEyb_qSXGSecw,3327
7
7
  fastquadtree/_item.py,sha256=0dxvqAMa94Zg-ZjYVMeZJt-irpafalrXph_Qeqp40AU,1348
8
- fastquadtree/_native.abi3.so,sha256=U0fXSHBhMWr2rXPN5zribXFjp8NtZVoF8sZks5Nf71Y,458820
8
+ fastquadtree/_native.abi3.so,sha256=PxoIvyFtW6cz7DG73XkchF9KDZxjW-V3R8PxfEMCb4w,458820
9
9
  fastquadtree/point_quadtree.py,sha256=3bW4Apol-0TKSYF4IJ5KLbn9mhLEFSQT7P-rD9H6vuc,5583
10
10
  fastquadtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- fastquadtree/rect_quadtree.py,sha256=eOx7D3IWQ-9poTdceLbI5-Xk385JpbJ_XHvxz7K0bAE,3471
12
- fastquadtree-0.8.0.dist-info/RECORD,,
11
+ fastquadtree/rect_quadtree.py,sha256=fVjb5o8kl3s2FwuzpaaMeUV2Ni_h7uxjJNeWdJTNWws,3519
12
+ fastquadtree-0.8.1.dist-info/RECORD,,