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.
Files changed (30) hide show
  1. {huff-1.3.2 → huff-1.3.3}/PKG-INFO +1 -1
  2. {huff-1.3.2 → huff-1.3.3}/huff/gistools.py +2 -2
  3. {huff-1.3.2 → huff-1.3.3}/huff/models.py +2 -4
  4. {huff-1.3.2 → huff-1.3.3}/huff/ors.py +2 -2
  5. {huff-1.3.2 → huff-1.3.3}/huff/osm.py +2 -2
  6. {huff-1.3.2 → huff-1.3.3}/huff.egg-info/PKG-INFO +1 -1
  7. {huff-1.3.2 → huff-1.3.3}/setup.py +1 -1
  8. {huff-1.3.2 → huff-1.3.3}/MANIFEST.in +0 -0
  9. {huff-1.3.2 → huff-1.3.3}/README.md +0 -0
  10. {huff-1.3.2 → huff-1.3.3}/huff/__init__.py +0 -0
  11. {huff-1.3.2 → huff-1.3.3}/huff/tests/__init__.py +0 -0
  12. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.cpg +0 -0
  13. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.dbf +0 -0
  14. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.prj +0 -0
  15. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.qmd +0 -0
  16. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.shp +0 -0
  17. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach.shx +0 -0
  18. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.cpg +0 -0
  19. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.dbf +0 -0
  20. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.prj +0 -0
  21. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.qmd +0 -0
  22. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.shp +0 -0
  23. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Haslach_supermarkets.shx +0 -0
  24. {huff-1.3.2 → huff-1.3.3}/huff/tests/data/Wieland2015.xlsx +0 -0
  25. {huff-1.3.2 → huff-1.3.3}/huff/tests/tests_huff.py +0 -0
  26. {huff-1.3.2 → huff-1.3.3}/huff.egg-info/SOURCES.txt +0 -0
  27. {huff-1.3.2 → huff-1.3.3}/huff.egg-info/dependency_links.txt +0 -0
  28. {huff-1.3.2 → huff-1.3.3}/huff.egg-info/requires.txt +0 -0
  29. {huff-1.3.2 → huff-1.3.3}/huff.egg-info/top_level.txt +0 -0
  30. {huff-1.3.2 → huff-1.3.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: huff
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: huff: Huff Model Market Area Analysis
5
5
  Author: Thomas Wieland
6
6
  Author-email: geowieland@googlemail.com
@@ -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.2
8
- # Last update: 2025-05-30 11:06
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.2
8
- # Last update: 2025-05-30 11:06
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.2
8
- # Last update: 2025-05-30 11:07
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.2
8
- # Last update: 2025-05-30 11:07
7
+ # Version: 1.3.3
8
+ # Last update: 2025-06-01 14:30
9
9
  # Copyright (c) 2025 Thomas Wieland
10
10
  #-----------------------------------------------------------------------
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: huff
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
  Summary: huff: Huff Model Market Area Analysis
5
5
  Author: Thomas Wieland
6
6
  Author-email: geowieland@googlemail.com
@@ -7,7 +7,7 @@ def read_README():
7
7
 
8
8
  setup(
9
9
  name='huff',
10
- version='1.3.2',
10
+ version='1.3.3',
11
11
  description='huff: Huff Model Market Area Analysis',
12
12
  packages=find_packages(include=["huff", "huff.tests"]),
13
13
  include_package_data=True,
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