eflips-depot 4.12.2__tar.gz → 4.13.0__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.
Potentially problematic release.
This version of eflips-depot might be problematic. Click here for more details.
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/PKG-INFO +3 -3
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/api/private/util.py +2 -1
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/pyproject.toml +3 -3
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/LICENSE.md +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/README.md +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/__init__.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/api/__init__.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/api/defaults/default_settings.json +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/api/private/__init__.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/api/private/consumption.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/api/private/depot.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/api/private/results_to_database.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/configuration.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/depot.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/evaluation.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/filters.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/input_epex_power_price.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/__init__.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/doc/__init__.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/doc/direct_details.pdf +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/evaluation.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/opt_tools/__init__.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/opt_tools/crossover.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/opt_tools/fitness_util.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/opt_tools/init.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/opt_tools/mutation.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/optimize_c_urfd.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/packing.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/settings.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/template_creation.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/util.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/plots.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/processes.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/rating.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/resources.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/settings_config.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/simple_vehicle.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/simulation.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/smart_charging.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/standalone.py +0 -0
- {eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/validation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: eflips-depot
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.13.0
|
|
4
4
|
Summary: Depot Simulation for eFLIPS
|
|
5
5
|
License: AGPL-3.0-or-later
|
|
6
6
|
Author: Enrico Lauth
|
|
@@ -13,8 +13,8 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Requires-Dist: eflips (>=0.1.3,<0.2.0)
|
|
16
|
-
Requires-Dist: eflips-model (
|
|
17
|
-
Requires-Dist: eflips-opt (>=0.3.
|
|
16
|
+
Requires-Dist: eflips-model (>=10.0.0,<11.0.0)
|
|
17
|
+
Requires-Dist: eflips-opt (>=0.3.0,<0.4.0)
|
|
18
18
|
Requires-Dist: pandas (>=2.2.0,<3.0.0)
|
|
19
19
|
Requires-Dist: scipy (>=1.14.0,<2.0.0)
|
|
20
20
|
Requires-Dist: simpy (>=4.0.1,<5.0.0)
|
|
@@ -18,7 +18,8 @@ from eflips.model import (
|
|
|
18
18
|
Depot,
|
|
19
19
|
Temperatures,
|
|
20
20
|
)
|
|
21
|
-
from
|
|
21
|
+
from eflips.model import create_engine
|
|
22
|
+
from sqlalchemy import inspect
|
|
22
23
|
from sqlalchemy.orm import Session
|
|
23
24
|
|
|
24
25
|
from eflips.depot import SimpleTrip, Timetable as EflipsTimeTable
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "eflips-depot"
|
|
3
|
-
version = "4.
|
|
3
|
+
version = "4.13.0"
|
|
4
4
|
description = "Depot Simulation for eFLIPS"
|
|
5
5
|
authors = ["Enrico Lauth <enrico.lauth@tu-berlin.de>",
|
|
6
6
|
"Ludger Heide <ludger.heide@tu-berlin.de",
|
|
@@ -22,8 +22,8 @@ xlsxwriter = "^3.1.9"
|
|
|
22
22
|
pandas = "^2.2.0"
|
|
23
23
|
xlrd = "<=1.2.0"
|
|
24
24
|
scipy = "^1.14.0"
|
|
25
|
-
eflips-model = "
|
|
26
|
-
eflips-opt = "^0.3.
|
|
25
|
+
eflips-model = "^10.0.0"
|
|
26
|
+
eflips-opt = "^0.3.0"
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
[tool.pytest.ini_options]
|
|
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
|
{eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.py
RENAMED
|
File without changes
|
{eflips_depot-4.12.2 → eflips_depot-4.13.0}/eflips/depot/layout_opt/opt_tools/fitness_util.py
RENAMED
|
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
|