fastquadtree 0.4.0__cp38-abi3-win_amd64.whl → 0.4.1__cp38-abi3-win_amd64.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.
fastquadtree/_native.pyd CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastquadtree
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3 :: Only
6
6
  Classifier: Programming Language :: Rust
@@ -23,7 +23,22 @@ Project-URL: Issues, https://github.com/Elan456/fastquadtree/issues
23
23
 
24
24
  # fastquadtree
25
25
 
26
- [![PyPI Downloads](https://static.pepy.tech/personalized-badge/fastquadtree?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=BLUE&left_text=downloads)](https://pepy.tech/projects/fastquadtree)
26
+ [![PyPI version](https://img.shields.io/pypi/v/fastquadtree.svg)](https://pypi.org/project/fastquadtree/)
27
+ [![Python versions](https://img.shields.io/pypi/pyversions/fastquadtree.svg)](https://pypi.org/project/fastquadtree/)
28
+ [![Wheels](https://img.shields.io/pypi/wheel/fastquadtree.svg)](https://pypi.org/project/fastquadtree/#files)
29
+ [![License: MIT](https://img.shields.io/pypi/l/fastquadtree.svg)](LICENSE)
30
+
31
+ [![Downloads total](https://static.pepy.tech/badge/fastquadtree)](https://pepy.tech/projects/fastquadtree)
32
+ [![Downloads month](https://static.pepy.tech/badge/fastquadtree/month)](https://pepy.tech/projects/fastquadtree)
33
+
34
+ [![Build](https://github.com/Elan456/fastquadtree/actions/workflows/release.yml/badge.svg)](https://github.com/Elan456/fastquadtree/actions/workflows/ci.yml)
35
+ [![Codecov](https://codecov.io/gh/Elan456/fastquadtree/branch/main/graph/badge.svg)](https://codecov.io/gh/Elan456/fastquadtree)
36
+
37
+ [![Rust core via PyO3](https://img.shields.io/badge/Rust-core%20via%20PyO3-orange)](https://pyo3.rs/)
38
+ [![Built with maturin](https://img.shields.io/badge/Built%20with-maturin-1f6feb)](https://www.maturin.rs/)
39
+ [![Code style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
40
+ [![Type checking: mypy](https://img.shields.io/badge/type%20checking-mypy-2a6db2)](http://mypy-lang.org/)
41
+
27
42
 
28
43
  ![Interactive_V2_Screenshot](https://raw.githubusercontent.com/Elan456/fastquadtree/main/assets/interactive_v2_screenshot.png)
29
44
 
@@ -86,7 +101,7 @@ id1 = qt_tracked.insert((50, 50), obj=player1)
86
101
  id2 = qt_tracked.insert((150, 150), obj=player2)
87
102
 
88
103
  # Delete by object reference (O(1) lookup!)
89
- deleted = qt_tracked.delete_by_object(player1, (50, 50))
104
+ deleted = qt_tracked.delete_by_object(player1)
90
105
  print(f"Deleted player: {deleted}") # True
91
106
  ```
92
107
 
@@ -1,10 +1,10 @@
1
- fastquadtree-0.4.0.dist-info/METADATA,sha256=nnaCnOLqvVqPfL0VSNJeux0StJKZfdJVSi5v3LTDW8c,9595
2
- fastquadtree-0.4.0.dist-info/WHEEL,sha256=7bfl5v0wbVhXZba613g0x-n2obNNfpQuN8I1cQ4oaU8,94
3
- fastquadtree-0.4.0.dist-info/licenses/LICENSE,sha256=46IVFhoCIwMo-ocq4olyEB1eBvvtaKic5yGLeKXnDuc,1092
1
+ fastquadtree-0.4.1.dist-info/METADATA,sha256=AilnbTzmPbAZVi-TgkxosNYrsHaeRyp3rqiWhPR7sQ0,10735
2
+ fastquadtree-0.4.1.dist-info/WHEEL,sha256=7bfl5v0wbVhXZba613g0x-n2obNNfpQuN8I1cQ4oaU8,94
3
+ fastquadtree-0.4.1.dist-info/licenses/LICENSE,sha256=46IVFhoCIwMo-ocq4olyEB1eBvvtaKic5yGLeKXnDuc,1092
4
4
  fastquadtree/__init__.py,sha256=rqttCrFBaqMjD7BDZlcwkU9eeOQh2gzRi81xKHHLwLk,12652
5
5
  fastquadtree/__init__.pyi,sha256=4lKaqtnvylRzhj322ue_y_DO_xxrkzOzjpYnH5SN1Fg,2166
6
6
  fastquadtree/_bimap.py,sha256=TWiI6ZSsF-g-agFIkgbXmoN2FRi4ksLvqtG6Zbd_gY0,3526
7
7
  fastquadtree/_item.py,sha256=imyiwnbmY21mHsOvNqB4j-TsOPpAmsvb38LKxEL8q4o,526
8
- fastquadtree/_native.pyd,sha256=gbkEpahcPiueGUiu17ne19bZd94oEV95i9bayO9m7yQ,309248
8
+ fastquadtree/_native.pyd,sha256=jObtZvUYzlmgy-rs0NUWuTw_TvZDidMirwgDG4XviuY,309248
9
9
  fastquadtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- fastquadtree-0.4.0.dist-info/RECORD,,
10
+ fastquadtree-0.4.1.dist-info/RECORD,,