zen-garden 2.8.12__py3-none-any.whl → 2.8.13__py3-none-any.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.
@@ -379,6 +379,9 @@ class SolutionLoader():
379
379
  series_to_concat.append(current_mf)
380
380
  break
381
381
 
382
+ if len(series_to_concat) == 0:
383
+ return pd.Series(dtype=float)
384
+
382
385
  return pd.concat(series_to_concat)
383
386
 
384
387
  def _concatenate_raw_dataseries(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zen_garden
3
- Version: 2.8.12
3
+ Version: 2.8.13
4
4
  Summary: ZEN-garden is an optimization model of energy systems and value chains.
5
5
  Author: Alissa Ganter, Johannes Burger, Francesco De Marco, Lukas Kunz, Lukas Schmidt-Engelbertz, Christoph Funke, Paolo Gabrielli, Giovanni Sansavini
6
6
  Author-email: Jacob Mannhardt <zen-garden@ethz.ch>
@@ -29,6 +29,9 @@ Requires-Dist: pytest ; extra == "dev"
29
29
  Requires-Dist: coverage ; extra == "dev"
30
30
  Requires-Dist: pytest-xdist ; extra == "dev"
31
31
  Requires-Dist: pytest-cov ; extra == "dev"
32
+ Requires-Dist: black==25.12.0 ; extra == "dev"
33
+ Requires-Dist: ruff==0.14.13 ; extra == "dev"
34
+ Requires-Dist: mypy==1.19.1 ; extra == "dev"
32
35
  Requires-Dist: sphinx==7.3.7 ; extra == "docs"
33
36
  Requires-Dist: myst-parser==3.0.1 ; extra == "docs"
34
37
  Requires-Dist: sphinx-book-theme==1.1.3 ; extra == "docs"
@@ -72,13 +75,13 @@ ZEN-garden is developed by the [Reliability and Risk Engineering Laboratory](htt
72
75
  <hr style="height: 5px; background-color: black;">
73
76
 
74
77
  ## Quick Start
75
- To get started with ZEN-garden, you can follow the instructions in the [installation guide](https://zen-garden.readthedocs.io/en/latest/files/user_guide/installation.html).
78
+ To get started with ZEN-garden, you can follow the instructions in the [installation guide](https://zen-garden.readthedocs.io/en/latest/files/quick_start/installation.html).
76
79
 
77
80
  If you want to use ZEN-garden without working on the codebase, run the following command:
78
81
  ```bash
79
82
  pip install zen-garden
80
83
  ```
81
- If you want to work on the codebase, fork and clone the repository and install the package in editable mode. More information on how to install the package in editable mode can be found in the [installation guide](https://zen-garden.readthedocs.io/en/latest/files/user_guide/installation.html).
84
+ If you want to work on the codebase, fork and clone the repository and install the package in editable mode. More information on how to install the package in editable mode can be found in the [installation guide](https://zen-garden.readthedocs.io/en/latest/files/quick_start/installation.html).
82
85
 
83
86
  ## Documentation
84
87
  Please refer to the documentation of the ZEN-garden framework [on Read-the-Docs](https://zen-garden.readthedocs.io/en/latest/).
@@ -28,14 +28,14 @@ zen_garden/postprocess/postprocess.py,sha256=0_1iy028iZmvf2egXUFO2ZS13HmkacMt7A5
28
28
  zen_garden/postprocess/results/__init__.py,sha256=363lzC0uRJ5F42cOEhD9jxMPCioTt8WRt0qwZG0IizY,49
29
29
  zen_garden/postprocess/results/cache.py,sha256=t-1P7k9EVkSxR1oB1NIodux3JbfhBhxxwgRytcQ8vjQ,1592
30
30
  zen_garden/postprocess/results/results.py,sha256=S21h0Unf4l3a8WD0UFvn8IeMgDxKitZRaiX7iLvJnL0,41012
31
- zen_garden/postprocess/results/solution_loader.py,sha256=aHA84yBw5i7fRHjmeN9sN-r1AsCgzfsynpeuXY84WIg,31485
31
+ zen_garden/postprocess/results/solution_loader.py,sha256=ASteApg4IYAATfPI91w9VLISq9Z51bcP-QDZi4tX-QQ,31567
32
32
  zen_garden/preprocess/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  zen_garden/preprocess/extract_input_data.py,sha256=PWKdel7s488SELseyAaoFkwXpzJU4MZg0pW0wO2ZHoI,51523
34
34
  zen_garden/preprocess/parameter_change_log.py,sha256=WNhLYTyuaFkUl_e4QH36W1chpqg00m7zg__PawPogAY,387
35
35
  zen_garden/preprocess/time_series_aggregation.py,sha256=5FeH4F0Hw37bY8HZscjPbYaOs3qn0OQOmmklUZg65tw,32644
36
36
  zen_garden/preprocess/unit_handling.py,sha256=y78oxoPVqcA3y9aEiyr0MU5zITf2BPNGVKOfyMhhCvY,63040
37
- zen_garden-2.8.12.dist-info/entry_points.txt,sha256=FkXXB0MgvdZG_p_zPifgXc0G2GSPJi0NncG3hZ8TXkU,232
38
- zen_garden-2.8.12.dist-info/licenses/LICENSE.txt,sha256=_kEtxPe9gWOwMzdiy8nLzgABiPdMvUS0kaSCOIrEA_E,1101
39
- zen_garden-2.8.12.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
40
- zen_garden-2.8.12.dist-info/METADATA,sha256=U6uGMGjP5FzeY7SgcrsX_97NLNMm_Y46kBtMBD-ks4c,5651
41
- zen_garden-2.8.12.dist-info/RECORD,,
37
+ zen_garden-2.8.13.dist-info/entry_points.txt,sha256=FkXXB0MgvdZG_p_zPifgXc0G2GSPJi0NncG3hZ8TXkU,232
38
+ zen_garden-2.8.13.dist-info/licenses/LICENSE.txt,sha256=_kEtxPe9gWOwMzdiy8nLzgABiPdMvUS0kaSCOIrEA_E,1101
39
+ zen_garden-2.8.13.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
40
+ zen_garden-2.8.13.dist-info/METADATA,sha256=i9cA867HUgEqvoXhESSyHBLrcmvidTMH5irk9MatJJc,5791
41
+ zen_garden-2.8.13.dist-info/RECORD,,