rtc-tools-interface 0.7.2__tar.gz → 0.7.4__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.
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/PKG-INFO +2 -2
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/PKG-INFO +2 -2
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/_version.py +3 -3
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/results_collection.py +1 -1
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/setup.py +1 -1
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/COPYING.LESSER +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/README.md +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/SOURCES.txt +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/dependency_links.txt +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/requires.txt +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/top_level.txt +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/base_goal.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/base_optimization_problem.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/goal_generator_mixin.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/goal_performance_metrics.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/goal_table_schema.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/helpers/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/helpers/statistics_mixin.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/plot_goals_mixin.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/plot_mixin.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/read_goals.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/plotting/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/plotting/plot_tools.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/plotting/subplot_classes.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/simulation/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/simulation/base_simulation_problem.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/simulation/plot_mixin.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/plot_table_schema.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/read_goals_mixin.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/read_plot_table.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/serialization.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/type_definitions.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/setup.cfg +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/optimization/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/optimization/test_base_optimization_problem.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/optimization/test_passing_goals_directly.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/optimization/test_plot_goals_mixin.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/optimization/test_read_goals.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/simulation/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/simulation/test_base_simulation_problem.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/simulation/test_plot_mixin.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/utils/__init__.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/utils/get_test.py +0 -0
- {rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/versioneer.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rtc-tools-interface
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.4
|
|
4
4
|
Summary: Toolbox for user interfaces for RTC-Tools
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Deltares
|
|
7
7
|
Maintainer: Deltares
|
|
8
8
|
License: UNKNOWN
|
|
9
9
|
Platform: UNKNOWN
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
11
|
License-File: COPYING.LESSER
|
|
12
12
|
|
|
13
13
|
UNKNOWN
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/PKG-INFO
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rtc-tools-interface
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.4
|
|
4
4
|
Summary: Toolbox for user interfaces for RTC-Tools
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Deltares
|
|
7
7
|
Maintainer: Deltares
|
|
8
8
|
License: UNKNOWN
|
|
9
9
|
Platform: UNKNOWN
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.9
|
|
11
11
|
License-File: COPYING.LESSER
|
|
12
12
|
|
|
13
13
|
UNKNOWN
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-
|
|
11
|
+
"date": "2024-04-25T09:38:32+0200",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "0.7.
|
|
14
|
+
"full-revisionid": "6a173e1225c206b2767e60622278e201b16cb21e",
|
|
15
|
+
"version": "0.7.4"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -152,7 +152,7 @@ class PlottingBaseMixin(ReadGoalsMixin):
|
|
|
152
152
|
timeseries_data[timeseries_name] = extracted_results[timeseries_name]
|
|
153
153
|
except KeyError:
|
|
154
154
|
try:
|
|
155
|
-
timeseries_data[timeseries_name] = self.get_timeseries(timeseries_name)
|
|
155
|
+
timeseries_data[timeseries_name] = self.io.get_timeseries(timeseries_name)[1]
|
|
156
156
|
except KeyError as exc:
|
|
157
157
|
raise KeyError("Cannot find timeseries for %s" % timeseries_name) from exc
|
|
158
158
|
return timeseries_data
|
|
@@ -12,6 +12,6 @@ setup(
|
|
|
12
12
|
description="Toolbox for user interfaces for RTC-Tools",
|
|
13
13
|
install_requires=["pandas", "rtc-tools >= 2.5.0", "matplotlib", "plotly", "numpy", "pydantic"],
|
|
14
14
|
tests_require=["pytest", "pytest-runner"],
|
|
15
|
-
python_requires=">=3.
|
|
15
|
+
python_requires=">=3.9",
|
|
16
16
|
cmdclass=versioneer.get_cmdclass(),
|
|
17
17
|
)
|
|
File without changes
|
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/requires.txt
RENAMED
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtc_tools_interface.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/__init__.py
RENAMED
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/optimization/base_goal.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
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/plotting/__init__.py
RENAMED
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/plotting/plot_tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/simulation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/simulation/plot_mixin.py
RENAMED
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/read_goals_mixin.py
RENAMED
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/read_plot_table.py
RENAMED
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/serialization.py
RENAMED
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/rtctools_interface/utils/type_definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/optimization/test_plot_goals_mixin.py
RENAMED
|
File without changes
|
{rtc-tools-interface-0.7.2 → rtc-tools-interface-0.7.4}/tests/optimization/test_read_goals.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|