TimeFeatures 1.0.3__tar.gz → 1.0.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.
Files changed (19) hide show
  1. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/PKG-INFO +4 -4
  2. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/README.md +2 -2
  3. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/TimeFeatures.egg-info/PKG-INFO +4 -4
  4. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/setup.py +2 -2
  5. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/LICENSE +0 -0
  6. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/TimeFeatures.egg-info/SOURCES.txt +0 -0
  7. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/TimeFeatures.egg-info/dependency_links.txt +0 -0
  8. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/TimeFeatures.egg-info/entry_points.txt +0 -0
  9. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/TimeFeatures.egg-info/top_level.txt +0 -0
  10. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/setup.cfg +0 -0
  11. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/__init__.py +0 -0
  12. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/widgets/__init__.py +0 -0
  13. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/widgets/icons/graphgenerator.svg +0 -0
  14. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/widgets/icons/savedatadb.svg +0 -0
  15. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/widgets/icons/timefeature-xs.svg +0 -0
  16. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/widgets/icons/timefeature.svg +0 -0
  17. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/widgets/owsavetodb.py +0 -0
  18. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/widgets/owtfgraphgenerator.py +0 -0
  19. {TimeFeatures-1.0.3 → TimeFeatures-1.0.4}/timefeatures/widgets/owtimefeatureconstructor.py +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TimeFeatures
3
- Version: 1.0.3
3
+ Version: 1.0.4
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
7
7
  Author-email: alejandrorivasgarcia@gmail.com
8
8
  License: GPL3+
9
- Keywords: orange3 add-on,timefeatures,graph,time series,data mining,network visualization,orange
9
+ Keywords: orange3 add-on,timefeatures,graph,time series,data mining,graph visualization,orange,addon
10
10
  Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Environment :: Plugins
12
12
  Classifier: Programming Language :: Python
@@ -19,7 +19,7 @@ Classifier: Intended Audience :: Developers
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
21
 
22
- Orange3 Network
22
+ Orange3 TimeFeatures
23
23
  ===============
24
24
 
25
25
  Timefeatures add-on for [Orange] 3 data mining software for generating synthetic data using datasets with time series, generating graphs of relationships between the generated variables and includes another widget to save the data and configuration tables in a database.
@@ -74,7 +74,7 @@ or
74
74
 
75
75
  python3 -m Orange.canvas
76
76
 
77
- New widgets are in the toolbox bar under Networks section.
77
+ New widgets are in the toolbox bar under Time-Features section.
78
78
 
79
79
  Workflow Example
80
80
  -----
@@ -1,4 +1,4 @@
1
- Orange3 Network
1
+ Orange3 TimeFeatures
2
2
  ===============
3
3
 
4
4
  Timefeatures add-on for [Orange] 3 data mining software for generating synthetic data using datasets with time series, generating graphs of relationships between the generated variables and includes another widget to save the data and configuration tables in a database.
@@ -53,7 +53,7 @@ or
53
53
 
54
54
  python3 -m Orange.canvas
55
55
 
56
- New widgets are in the toolbox bar under Networks section.
56
+ New widgets are in the toolbox bar under Time-Features section.
57
57
 
58
58
  Workflow Example
59
59
  -----
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TimeFeatures
3
- Version: 1.0.3
3
+ Version: 1.0.4
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
7
7
  Author-email: alejandrorivasgarcia@gmail.com
8
8
  License: GPL3+
9
- Keywords: orange3 add-on,timefeatures,graph,time series,data mining,network visualization,orange
9
+ Keywords: orange3 add-on,timefeatures,graph,time series,data mining,graph visualization,orange,addon
10
10
  Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Environment :: Plugins
12
12
  Classifier: Programming Language :: Python
@@ -19,7 +19,7 @@ Classifier: Intended Audience :: Developers
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
21
 
22
- Orange3 Network
22
+ Orange3 TimeFeatures
23
23
  ===============
24
24
 
25
25
  Timefeatures add-on for [Orange] 3 data mining software for generating synthetic data using datasets with time series, generating graphs of relationships between the generated variables and includes another widget to save the data and configuration tables in a database.
@@ -74,7 +74,7 @@ or
74
74
 
75
75
  python3 -m Orange.canvas
76
76
 
77
- New widgets are in the toolbox bar under Networks section.
77
+ New widgets are in the toolbox bar under Time-Features section.
78
78
 
79
79
  Workflow Example
80
80
  -----
@@ -21,11 +21,11 @@ setup(name="TimeFeatures",
21
21
  packages=["timefeatures.widgets"],
22
22
  package_data={"timefeatures.widgets": ["icons/*.svg", "icons/*.png"]},
23
23
  entry_points={"orange.widgets": "Time-Features = timefeatures.widgets"},
24
- version="1.0.3",
24
+ version="1.0.4",
25
25
  author="Alejandro Rivas García",
26
26
  author_email="alejandrorivasgarcia@gmail.com",
27
27
  keywords=[
28
- 'orange3 add-on','timefeatures','graph','time series','data mining','network visualization','orange'
28
+ 'orange3 add-on','timefeatures','graph','time series','data mining','graph visualization','orange','addon'
29
29
  ],
30
30
  url="https://github.com/alervgr/Orange-TimeFeatures",
31
31
  license="GPL3+",
File without changes
File without changes