fastquadtree 0.4.1__cp38-abi3-win_amd64.whl → 0.4.2__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/_bimap.py CHANGED
@@ -80,11 +80,11 @@ class BiMap:
80
80
  """
81
81
  removed = None
82
82
  # Remove by id first
83
- if self._id_to_item.get(item.id) is item:
84
- removed = self._id_to_item.pop(item.id)
83
+ removed = self._id_to_item.pop(item.id)
84
+
85
85
  # Remove by obj side
86
86
  obj = item.obj
87
- if obj is not None and self._objid_to_item.get(id(obj)) is item:
87
+ if obj is not None:
88
88
  self._objid_to_item.pop(id(obj), None)
89
89
  removed = removed or item
90
90
  return removed
fastquadtree/_native.pyd CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastquadtree
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3 :: Only
6
6
  Classifier: Programming Language :: Rust
@@ -0,0 +1,10 @@
1
+ fastquadtree-0.4.2.dist-info/METADATA,sha256=EMQa7CtuH5DoKCsGXFzxZJvyYjNVjOmz0zCnMnCtVSA,10735
2
+ fastquadtree-0.4.2.dist-info/WHEEL,sha256=7bfl5v0wbVhXZba613g0x-n2obNNfpQuN8I1cQ4oaU8,94
3
+ fastquadtree-0.4.2.dist-info/licenses/LICENSE,sha256=46IVFhoCIwMo-ocq4olyEB1eBvvtaKic5yGLeKXnDuc,1092
4
+ fastquadtree/__init__.py,sha256=rqttCrFBaqMjD7BDZlcwkU9eeOQh2gzRi81xKHHLwLk,12652
5
+ fastquadtree/__init__.pyi,sha256=4lKaqtnvylRzhj322ue_y_DO_xxrkzOzjpYnH5SN1Fg,2166
6
+ fastquadtree/_bimap.py,sha256=zMp20NJkvVuO3jn2OeVApf7j4siBI4r2kU6SHyb7EZE,3428
7
+ fastquadtree/_item.py,sha256=imyiwnbmY21mHsOvNqB4j-TsOPpAmsvb38LKxEL8q4o,526
8
+ fastquadtree/_native.pyd,sha256=DwOyfT3BhgOCOV7_vq6EclT0XtYA-7-2_uf9oZPgMSs,309248
9
+ fastquadtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ fastquadtree-0.4.2.dist-info/RECORD,,
@@ -1,10 +0,0 @@
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
- fastquadtree/__init__.py,sha256=rqttCrFBaqMjD7BDZlcwkU9eeOQh2gzRi81xKHHLwLk,12652
5
- fastquadtree/__init__.pyi,sha256=4lKaqtnvylRzhj322ue_y_DO_xxrkzOzjpYnH5SN1Fg,2166
6
- fastquadtree/_bimap.py,sha256=TWiI6ZSsF-g-agFIkgbXmoN2FRi4ksLvqtG6Zbd_gY0,3526
7
- fastquadtree/_item.py,sha256=imyiwnbmY21mHsOvNqB4j-TsOPpAmsvb38LKxEL8q4o,526
8
- fastquadtree/_native.pyd,sha256=jObtZvUYzlmgy-rs0NUWuTw_TvZDidMirwgDG4XviuY,309248
9
- fastquadtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- fastquadtree-0.4.1.dist-info/RECORD,,