eflips-depot 3.2.5__tar.gz → 3.2.7__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-3.2.5 → eflips_depot-3.2.7}/PKG-INFO +6 -2
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/README.md +5 -1
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/pyproject.toml +1 -1
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/LICENSE.md +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/__init__.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/api/__init__.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/api/defaults/default_settings.json +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/api/private/__init__.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/api/private/depot.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/api/private/smart_charging.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/api/private/util.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/configuration.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/depot.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/evaluation.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/filters.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/input_epex_power_price.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/__init__.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/doc/__init__.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/doc/direct_details.pdf +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/evaluation.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/opt_tools/__init__.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/opt_tools/crossover.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/opt_tools/fitness_util.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/opt_tools/init.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/opt_tools/mutation.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/optimize_c_urfd.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/packing.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/settings.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/template_creation.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/util.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/plots.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/processes.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/rating.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/resources.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/settings_config.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/simple_vehicle.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/simulation.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/smart_charging.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/standalone.py +0 -0
- {eflips_depot-3.2.5 → eflips_depot-3.2.7}/eflips/depot/validation.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: eflips-depot
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.7
|
|
4
4
|
Summary: Depot Simulation for eFLIPS
|
|
5
5
|
Home-page: https://github.com/mpm-tu-berlin/eflips-depot
|
|
6
6
|
License: AGPL-3.0-or-later
|
|
@@ -98,7 +98,11 @@ Testing is done using the `pytest` framework with tests located in the `tests`di
|
|
|
98
98
|
```
|
|
99
99
|
## Documentation
|
|
100
100
|
|
|
101
|
-
Documentation is
|
|
101
|
+
Documentation is available on [Read the Docs](https://eflips-depot.readthedocs.io/en/latest/).
|
|
102
|
+
|
|
103
|
+
To locally create the documentaiton from the docstrings in the code
|
|
104
|
+
using [sphinx-autoapi](https://sphinx-autoapi.readthedocs.io/en/latest/), you can create the documentation execute the
|
|
105
|
+
following command in the root directory of the repository:
|
|
102
106
|
|
|
103
107
|
```bash
|
|
104
108
|
cd docs/
|
|
@@ -74,7 +74,11 @@ Testing is done using the `pytest` framework with tests located in the `tests`di
|
|
|
74
74
|
```
|
|
75
75
|
## Documentation
|
|
76
76
|
|
|
77
|
-
Documentation is
|
|
77
|
+
Documentation is available on [Read the Docs](https://eflips-depot.readthedocs.io/en/latest/).
|
|
78
|
+
|
|
79
|
+
To locally create the documentaiton from the docstrings in the code
|
|
80
|
+
using [sphinx-autoapi](https://sphinx-autoapi.readthedocs.io/en/latest/), you can create the documentation execute the
|
|
81
|
+
following command in the root directory of the repository:
|
|
78
82
|
|
|
79
83
|
```bash
|
|
80
84
|
cd docs/
|
|
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-3.2.5 → eflips_depot-3.2.7}/eflips/depot/layout_opt/opt_tools/fitness_c_urfd.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
|
|
File without changes
|