geoloop 1.0.0__tar.gz → 1.0.1__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 (59) hide show
  1. {geoloop-1.0.0/src/geoloop.egg-info → geoloop-1.0.1}/PKG-INFO +4 -4
  2. {geoloop-1.0.0 → geoloop-1.0.1}/README.md +3 -3
  3. {geoloop-1.0.0 → geoloop-1.0.1}/pyproject.toml +1 -1
  4. {geoloop-1.0.0 → geoloop-1.0.1/src/geoloop.egg-info}/PKG-INFO +4 -4
  5. {geoloop-1.0.0 → geoloop-1.0.1}/LICENSE.md +0 -0
  6. {geoloop-1.0.0 → geoloop-1.0.1}/setup.cfg +0 -0
  7. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/__init__.py +0 -0
  8. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/axisym/AxisymetricEL.py +0 -0
  9. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/axisym/__init__.py +0 -0
  10. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/bin/Flowdatamain.py +0 -0
  11. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/bin/Lithologymain.py +0 -0
  12. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/bin/Loadprofilemain.py +0 -0
  13. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/bin/Plotmain.py +0 -0
  14. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/bin/Runbatch.py +0 -0
  15. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/bin/Runmain.py +0 -0
  16. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/bin/SingleRunSim.py +0 -0
  17. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/bin/__init__.py +0 -0
  18. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/cli/__init__.py +0 -0
  19. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/cli/batch.py +0 -0
  20. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/cli/main.py +0 -0
  21. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/configuration.py +0 -0
  22. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/constants.py +0 -0
  23. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/CoaxialPipe.py +0 -0
  24. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/CustomPipe.py +0 -0
  25. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/__init__.py +0 -0
  26. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/b2g.py +0 -0
  27. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/b2g_ana.py +0 -0
  28. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/boreholedesign.py +0 -0
  29. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/getloaddata.py +0 -0
  30. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/pyg_ana.py +0 -0
  31. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/pygfield_ana.py +0 -0
  32. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/simulationparameters.py +0 -0
  33. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/soilproperties.py +0 -0
  34. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/geoloopcore/strat_interpolator.py +0 -0
  35. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/lithology/__init__.py +0 -0
  36. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/lithology/plot_lithology.py +0 -0
  37. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/lithology/process_lithology.py +0 -0
  38. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/loadflowdata/__init__.py +0 -0
  39. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/loadflowdata/flow_data.py +0 -0
  40. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/loadflowdata/loadprofile.py +0 -0
  41. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/plotting/__init__.py +0 -0
  42. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/plotting/create_plots.py +0 -0
  43. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/plotting/load_data.py +0 -0
  44. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/utils/RunManager.py +0 -0
  45. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/utils/__init__.py +0 -0
  46. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop/utils/helpers.py +0 -0
  47. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop.egg-info/SOURCES.txt +0 -0
  48. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop.egg-info/dependency_links.txt +0 -0
  49. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop.egg-info/entry_points.txt +0 -0
  50. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop.egg-info/requires.txt +0 -0
  51. {geoloop-1.0.0 → geoloop-1.0.1}/src/geoloop.egg-info/top_level.txt +0 -0
  52. {geoloop-1.0.0 → geoloop-1.0.1}/test/test_b2g.py +0 -0
  53. {geoloop-1.0.0 → geoloop-1.0.1}/test/test_b2g_ana.py +0 -0
  54. {geoloop-1.0.0 → geoloop-1.0.1}/test/test_h5.py +0 -0
  55. {geoloop-1.0.0 → geoloop-1.0.1}/test/test_lithology.py +0 -0
  56. {geoloop-1.0.0 → geoloop-1.0.1}/test/test_loadflowdata.py +0 -0
  57. {geoloop-1.0.0 → geoloop-1.0.1}/test/test_plotting.py +0 -0
  58. {geoloop-1.0.0 → geoloop-1.0.1}/test/test_pyg_ana.py +0 -0
  59. {geoloop-1.0.0 → geoloop-1.0.1}/test/test_pygfield_ana.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geoloop
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems
5
5
  Author-email: Zanne Korevaar <zanne.korevaar@tno.nl>, Jan-Diederik van Wees <jan_diederik.vanwees@tno.nl>
6
6
  License-Expression: Apache-2.0
@@ -68,7 +68,7 @@ see the [Installation Guide](https://geoloop-8f7a36.ci.tno.nl/installation/insta
68
68
 
69
69
  ## Requirements
70
70
 
71
- Geoloop requires **Python 3.12 or higher**.
71
+ Geoloop requires **Python version >=3.12,<3.14**.
72
72
 
73
73
  Core dependencies include:
74
74
  - pygfunction
@@ -107,7 +107,7 @@ See the [LICENSE.md](LICENSE.md) file for details.
107
107
 
108
108
  ## Acknowledgments
109
109
 
110
- Developed with the support of the Dutch funding agency **RVO**, in a consortium project with grant nr. MOOI322009.
110
+ Developed with the support of the **Netherlands Enterprise Agency (RVO)**, in a consortium project with grant nr. MOOI322009.
111
111
 
112
112
  ---
113
113
 
@@ -117,4 +117,4 @@ Developed with the support of the Dutch funding agency **RVO**, in a consortium
117
117
  - Cimmino, M. and Cook, J.: pygfunction 2.2: New features and improvements in accuracy and computational efficiency,
118
118
  in: Proceedings of the IGSHPA Research Track 2022, International Ground Source Heat Pump Association,
119
119
  https://doi.org/10.22488/okstate.22.000015, 2022.
120
- - Korevaar, Z., Brett, H., Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
120
+ - Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
@@ -40,7 +40,7 @@ see the [Installation Guide](https://geoloop-8f7a36.ci.tno.nl/installation/insta
40
40
 
41
41
  ## Requirements
42
42
 
43
- Geoloop requires **Python 3.12 or higher**.
43
+ Geoloop requires **Python version >=3.12,<3.14**.
44
44
 
45
45
  Core dependencies include:
46
46
  - pygfunction
@@ -79,7 +79,7 @@ See the [LICENSE.md](LICENSE.md) file for details.
79
79
 
80
80
  ## Acknowledgments
81
81
 
82
- Developed with the support of the Dutch funding agency **RVO**, in a consortium project with grant nr. MOOI322009.
82
+ Developed with the support of the **Netherlands Enterprise Agency (RVO)**, in a consortium project with grant nr. MOOI322009.
83
83
 
84
84
  ---
85
85
 
@@ -89,4 +89,4 @@ Developed with the support of the Dutch funding agency **RVO**, in a consortium
89
89
  - Cimmino, M. and Cook, J.: pygfunction 2.2: New features and improvements in accuracy and computational efficiency,
90
90
  in: Proceedings of the IGSHPA Research Track 2022, International Ground Source Heat Pump Association,
91
91
  https://doi.org/10.22488/okstate.22.000015, 2022.
92
- - Korevaar, Z., Brett, H., Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
92
+ - Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "geoloop"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems"
9
9
  authors = [
10
10
  { name = "Zanne Korevaar", email = "zanne.korevaar@tno.nl" },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geoloop
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems
5
5
  Author-email: Zanne Korevaar <zanne.korevaar@tno.nl>, Jan-Diederik van Wees <jan_diederik.vanwees@tno.nl>
6
6
  License-Expression: Apache-2.0
@@ -68,7 +68,7 @@ see the [Installation Guide](https://geoloop-8f7a36.ci.tno.nl/installation/insta
68
68
 
69
69
  ## Requirements
70
70
 
71
- Geoloop requires **Python 3.12 or higher**.
71
+ Geoloop requires **Python version >=3.12,<3.14**.
72
72
 
73
73
  Core dependencies include:
74
74
  - pygfunction
@@ -107,7 +107,7 @@ See the [LICENSE.md](LICENSE.md) file for details.
107
107
 
108
108
  ## Acknowledgments
109
109
 
110
- Developed with the support of the Dutch funding agency **RVO**, in a consortium project with grant nr. MOOI322009.
110
+ Developed with the support of the **Netherlands Enterprise Agency (RVO)**, in a consortium project with grant nr. MOOI322009.
111
111
 
112
112
  ---
113
113
 
@@ -117,4 +117,4 @@ Developed with the support of the Dutch funding agency **RVO**, in a consortium
117
117
  - Cimmino, M. and Cook, J.: pygfunction 2.2: New features and improvements in accuracy and computational efficiency,
118
118
  in: Proceedings of the IGSHPA Research Track 2022, International Ground Source Heat Pump Association,
119
119
  https://doi.org/10.22488/okstate.22.000015, 2022.
120
- - Korevaar, Z., Brett, H., Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
120
+ - Korevaar, Z., Brett, H., Lourens, A. and Van Wees, J.D.: Geoloop (v1.0) – a stochastic, depth-dependent borehole heat exchanger model, Geoscientific Model Development (in prep), 2026
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