torch-geopooling 1.1.2__cp310-cp310-macosx_11_0_arm64.whl → 1.2.0__cp310-cp310-macosx_11_0_arm64.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.
Potentially problematic release.
This version of torch-geopooling might be problematic. Click here for more details.
- torch_geopooling/_C.cpython-310-darwin.so +0 -0
- torch_geopooling/__init__.py +1 -1
- {torch_geopooling-1.1.2.dist-info → torch_geopooling-1.2.0.dist-info}/METADATA +8 -6
- {torch_geopooling-1.1.2.dist-info → torch_geopooling-1.2.0.dist-info}/RECORD +8 -8
- {torch_geopooling-1.1.2.dist-info → torch_geopooling-1.2.0.dist-info}/WHEEL +1 -1
- {torch_geopooling-1.1.2.dist-info → torch_geopooling-1.2.0.dist-info}/dependency_links.txt +0 -0
- {torch_geopooling-1.1.2.dist-info → torch_geopooling-1.2.0.dist-info/licenses}/LICENSE +0 -0
- {torch_geopooling-1.1.2.dist-info → torch_geopooling-1.2.0.dist-info}/top_level.txt +0 -0
|
Binary file
|
torch_geopooling/__init__.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: torch-geopooling
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0
|
|
4
4
|
Summary: The geospatial pooling modules for neural networks in PyTorch
|
|
5
5
|
Author-email: Yakau Bubnou <girokompass@gmail.com>
|
|
6
|
-
License:
|
|
6
|
+
License: GNU GENERAL PUBLIC LICENSE
|
|
7
7
|
Version 3, 29 June 2007
|
|
8
8
|
|
|
9
9
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
@@ -678,8 +678,9 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
678
678
|
Public License instead of this License. But first, please read
|
|
679
679
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
680
680
|
|
|
681
|
-
Project-URL:
|
|
682
|
-
Project-URL:
|
|
681
|
+
Project-URL: Funding, https://github.com/sponsors/ybubnov
|
|
682
|
+
Project-URL: Homepage, https://github.com/ybubnov/torch_geopooling
|
|
683
|
+
Project-URL: Source, https://github.com/ybubnov/torch_geopooling
|
|
683
684
|
Classifier: Development Status :: 5 - Production/Stable
|
|
684
685
|
Classifier: Intended Audience :: Developers
|
|
685
686
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
@@ -700,10 +701,11 @@ Requires-Python: >=3.9
|
|
|
700
701
|
Description-Content-Type: text/markdown
|
|
701
702
|
License-File: LICENSE
|
|
702
703
|
Requires-Dist: shapely>=2.0.0
|
|
703
|
-
Requires-Dist: torch<2.
|
|
704
|
+
Requires-Dist: torch<2.8.0,>=2.7.0
|
|
704
705
|
Provides-Extra: test
|
|
705
706
|
Requires-Dist: pytest>=8.0.0; extra == "test"
|
|
706
707
|
Requires-Dist: numpy<2.0.0,>=1.4.0; extra == "test"
|
|
708
|
+
Dynamic: license-file
|
|
707
709
|
|
|
708
710
|
# Torch Geopooling - The geospatial pooling library for PyTorch
|
|
709
711
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
torch_geopooling/_C.cpython-310-darwin.so,sha256=
|
|
2
|
-
torch_geopooling/__init__.py,sha256=
|
|
1
|
+
torch_geopooling/_C.cpython-310-darwin.so,sha256=IoVJDW9GfRYWnubm0KZ-Z74nhvu_P0rEKZKmy6X6dhw,2416040
|
|
2
|
+
torch_geopooling/__init__.py,sha256=k15E2wnBMO_ceG3VMb2chav9usnM66zogZpDQUK4IWQ,60
|
|
3
3
|
torch_geopooling/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
torch_geopooling/return_types.py,sha256=QhIKf_qxpppzuZzUrT-VacfbvZ6zKmSRu-WZOqL8wuE,898
|
|
5
5
|
torch_geopooling/tiling.py,sha256=f1g0Gf__5zIOafZzDkwO62t9OqMDMBEYVtM2HXB5X0Y,2553
|
|
@@ -16,9 +16,9 @@ torch_geopooling/nn/embedding.py,sha256=MD8oTH2IP2g368NVZJoxcXqND-pQ1gXDMvt9F31r
|
|
|
16
16
|
torch_geopooling/nn/embedding_test.py,sha256=msUeidL9Xkf3AKCPGQH9SJAhfkS7dyqYRzsH88Pt1uY,1505
|
|
17
17
|
torch_geopooling/nn/pooling.py,sha256=_NnGB45dWTZy4MQokFfmJL3as-EPVU3liwOuAmWbv1Y,14219
|
|
18
18
|
torch_geopooling/nn/pooling_test.py,sha256=AqnkpaQ6LcQxh5bWkuDuBAJ2XiBc-C2zVuUp5hynzBM,4794
|
|
19
|
-
torch_geopooling-1.
|
|
20
|
-
torch_geopooling-1.
|
|
21
|
-
torch_geopooling-1.
|
|
22
|
-
torch_geopooling-1.
|
|
23
|
-
torch_geopooling-1.
|
|
24
|
-
torch_geopooling-1.
|
|
19
|
+
torch_geopooling-1.2.0.dist-info/licenses/LICENSE,sha256=jLc4eyvG8hqxH4AdKAjK2DwXoP68qjHiGfq8eP5ubBI,35069
|
|
20
|
+
torch_geopooling-1.2.0.dist-info/METADATA,sha256=9_5_GLZVVvkuMbGQs6Rlona2ELKBz6gyF_gMnjr7Mg8,44775
|
|
21
|
+
torch_geopooling-1.2.0.dist-info/WHEEL,sha256=gO52Javk4ta6MUq6qTg56apc4aWwL4GVYxZ_1PtIH8M,109
|
|
22
|
+
torch_geopooling-1.2.0.dist-info/dependency_links.txt,sha256=JqLDcYHtEaQB51V72n3gAJvRd36bpoPk9qgTbot-Lx4,37
|
|
23
|
+
torch_geopooling-1.2.0.dist-info/top_level.txt,sha256=3geTL2nsLvybdtr1psWIE6h63B1LuyIIyWWv0rDafTk,17
|
|
24
|
+
torch_geopooling-1.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|