huff 1.3.2__tar.gz → 1.3.3__tar.gz
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.
- {huff-1.3.2 → huff-1.3.3}/PKG-INFO +1 -1
- {huff-1.3.2 → huff-1.3.3}/huff/gistools.py +2 -2
- {huff-1.3.2 → huff-1.3.3}/huff/models.py +2 -4
- {huff-1.3.2 → huff-1.3.3}/huff/ors.py +2 -2
- {huff-1.3.2 → huff-1.3.3}/huff/osm.py +2 -2
- {huff-1.3.2 → huff-1.3.3}/huff.egg-info/PKG-INFO +1 -1
- {huff-1.3.2 → huff-1.3.3}/setup.py +1 -1
- {huff-1.3.2 → huff-1.3.3}/MANIFEST.in +0 -0
- {huff-1.3.2 → huff-1.3.3}/README.md +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/__init__.py +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/__init__.py +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.cpg +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.dbf +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.prj +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.qmd +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.shp +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.shx +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.cpg +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.dbf +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.prj +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.qmd +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.shp +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.shx +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Wieland2015.xlsx +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff/tests/tests_huff.py +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff.egg-info/SOURCES.txt +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff.egg-info/dependency_links.txt +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff.egg-info/requires.txt +0 -0
- {huff-1.3.2 → huff-1.3.3}/huff.egg-info/top_level.txt +0 -0
- {huff-1.3.2 → huff-1.3.3}/setup.cfg +0 -0
@@ -4,8 +4,8 @@
|
|
4
4
|
# Author: Thomas Wieland
|
5
5
|
# ORCID: 0000-0001-5168-9846
|
6
6
|
# mail: geowieland@googlemail.com
|
7
|
-
# Version: 1.3.
|
8
|
-
# Last update: 2025-
|
7
|
+
# Version: 1.3.3
|
8
|
+
# Last update: 2025-06-01 14:30
|
9
9
|
# Copyright (c) 2025 Thomas Wieland
|
10
10
|
#-----------------------------------------------------------------------
|
11
11
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
# Author: Thomas Wieland
|
5
5
|
# ORCID: 0000-0001-5168-9846
|
6
6
|
# mail: geowieland@googlemail.com
|
7
|
-
# Version: 1.3.
|
8
|
-
# Last update: 2025-
|
7
|
+
# Version: 1.3.3
|
8
|
+
# Last update: 2025-06-01 14:29
|
9
9
|
# Copyright (c) 2025 Thomas Wieland
|
10
10
|
#-----------------------------------------------------------------------
|
11
11
|
|
@@ -697,8 +697,6 @@ class InteractionMatrix:
|
|
697
697
|
|
698
698
|
return hansen_df
|
699
699
|
|
700
|
-
=======
|
701
|
-
>>>>>>> e9583d0cd7f349f17f005df0fa75e70160655aa3
|
702
700
|
def mci_transformation(
|
703
701
|
self,
|
704
702
|
cols: list = ["A_j", "t_ij"]
|
@@ -4,8 +4,8 @@
|
|
4
4
|
# Author: Thomas Wieland
|
5
5
|
# ORCID: 0000-0001-5168-9846
|
6
6
|
# mail: geowieland@googlemail.com
|
7
|
-
# Version: 1.3.
|
8
|
-
# Last update: 2025-
|
7
|
+
# Version: 1.3.3
|
8
|
+
# Last update: 2025-06-01 14:30
|
9
9
|
# Copyright (c) 2025 Thomas Wieland
|
10
10
|
#-----------------------------------------------------------------------
|
11
11
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
# Author: Thomas Wieland
|
5
5
|
# ORCID: 0000-0001-5168-9846
|
6
6
|
# mail: geowieland@googlemail.com
|
7
|
-
# Version: 1.3.
|
8
|
-
# Last update: 2025-
|
7
|
+
# Version: 1.3.3
|
8
|
+
# Last update: 2025-06-01 14:30
|
9
9
|
# Copyright (c) 2025 Thomas Wieland
|
10
10
|
#-----------------------------------------------------------------------
|
11
11
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|