TimeFeatures 1.0.16__tar.gz → 1.0.17__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.
- {timefeatures-1.0.16 → timefeatures-1.0.17}/PKG-INFO +1 -1
- {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/PKG-INFO +1 -1
- {timefeatures-1.0.16 → timefeatures-1.0.17}/setup.py +1 -1
- {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/owtimefeaturesconstructor.py +1 -1
- {timefeatures-1.0.16 → timefeatures-1.0.17}/LICENSE +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/README.md +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/SOURCES.txt +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/dependency_links.txt +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/entry_points.txt +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/top_level.txt +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/setup.cfg +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/__init__.py +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/icons/graphgenerator.svg +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/icons/savedatadb.svg +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/icons/timefeature-xs.svg +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/icons/timefeature.svg +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/owsavetodb.py +0 -0
- {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/owvardependencygraph.py +0 -0
|
@@ -19,7 +19,7 @@ setup(name="TimeFeatures",
|
|
|
19
19
|
packages=["timefeatures.widgets"],
|
|
20
20
|
package_data={"timefeatures.widgets": ["icons/*.svg", "icons/*.png"]},
|
|
21
21
|
entry_points={"orange.widgets": "Time-Features = timefeatures.widgets"},
|
|
22
|
-
version="1.0.
|
|
22
|
+
version="1.0.17",
|
|
23
23
|
author="Alejandro Rivas García",
|
|
24
24
|
author_email="alejandrorivasgarcia@gmail.com",
|
|
25
25
|
keywords=[
|
{timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/owtimefeaturesconstructor.py
RENAMED
|
@@ -1414,7 +1414,7 @@ def run(data: Table, desc, use_values, task: TaskState) -> Result:
|
|
|
1414
1414
|
try:
|
|
1415
1415
|
data = data.transform(new_domain)
|
|
1416
1416
|
except:
|
|
1417
|
-
raise
|
|
1417
|
+
raise ValueError("Expression error.")
|
|
1418
1418
|
finally:
|
|
1419
1419
|
for variable in new_variables:
|
|
1420
1420
|
variable.compute_value.mask_exceptions = True
|
|
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
|