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.
Files changed (18) hide show
  1. {timefeatures-1.0.16 → timefeatures-1.0.17}/PKG-INFO +1 -1
  2. {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/PKG-INFO +1 -1
  3. {timefeatures-1.0.16 → timefeatures-1.0.17}/setup.py +1 -1
  4. {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/owtimefeaturesconstructor.py +1 -1
  5. {timefeatures-1.0.16 → timefeatures-1.0.17}/LICENSE +0 -0
  6. {timefeatures-1.0.16 → timefeatures-1.0.17}/README.md +0 -0
  7. {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/SOURCES.txt +0 -0
  8. {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/dependency_links.txt +0 -0
  9. {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/entry_points.txt +0 -0
  10. {timefeatures-1.0.16 → timefeatures-1.0.17}/TimeFeatures.egg-info/top_level.txt +0 -0
  11. {timefeatures-1.0.16 → timefeatures-1.0.17}/setup.cfg +0 -0
  12. {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/__init__.py +0 -0
  13. {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/icons/graphgenerator.svg +0 -0
  14. {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/icons/savedatadb.svg +0 -0
  15. {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/icons/timefeature-xs.svg +0 -0
  16. {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/icons/timefeature.svg +0 -0
  17. {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/owsavetodb.py +0 -0
  18. {timefeatures-1.0.16 → timefeatures-1.0.17}/timefeatures/widgets/owvardependencygraph.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TimeFeatures
3
- Version: 1.0.16
3
+ Version: 1.0.17
4
4
  Summary: Timefeatures add-on for Orange 3 data mining software.
5
5
  Home-page: https://github.com/alervgr/Orange-TimeFeatures
6
6
  Author: Alejandro Rivas García
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TimeFeatures
3
- Version: 1.0.16
3
+ Version: 1.0.17
4
4
  Summary: Timefeatures add-on for Orange 3 data mining software.
5
5
  Home-page: https://github.com/alervgr/Orange-TimeFeatures
6
6
  Author: Alejandro Rivas García
@@ -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.16",
22
+ version="1.0.17",
23
23
  author="Alejandro Rivas García",
24
24
  author_email="alejandrorivasgarcia@gmail.com",
25
25
  keywords=[
@@ -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 TypeError("One or more variables were not found.")
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