mdod 0.1.7__tar.gz → 0.1.8__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.
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdod
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: MDOD, Multi-Dimensional data Outlier Detection
5
5
  Home-page: https://github.com/mddod/mdod
6
6
  Author: Z Shen
7
7
  Author-email: 626456708@qq.com
8
8
  License: BSD 3-Clause License
9
+ Platform: UNKNOWN
9
10
  Classifier: Development Status :: 5 - Production/Stable
10
11
  Classifier: Intended Audience :: Developers
11
12
  Classifier: Programming Language :: Python
@@ -13,3 +14,4 @@ Classifier: Programming Language :: Python :: 3
13
14
  License-File: LICENSE.txt
14
15
 
15
16
  Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm. For details please read README.md , or visit https://github.com/mddod/mdod
17
+
@@ -52,7 +52,7 @@ data1,data2,data3,data4,data5,data6
52
52
 
53
53
  ...]
54
54
 
55
- # rusult format:
55
+ # result format:
56
56
  [value1, '[data1 data2 data3 data4 data5 data6]', '0']
57
57
 
58
58
  [value2, '[data1 data2 data3 data4 data5 data6]', '1']
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdod
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: MDOD, Multi-Dimensional data Outlier Detection
5
5
  Home-page: https://github.com/mddod/mdod
6
6
  Author: Z Shen
7
7
  Author-email: 626456708@qq.com
8
8
  License: BSD 3-Clause License
9
+ Platform: UNKNOWN
9
10
  Classifier: Development Status :: 5 - Production/Stable
10
11
  Classifier: Intended Audience :: Developers
11
12
  Classifier: Programming Language :: Python
@@ -13,3 +14,4 @@ Classifier: Programming Language :: Python :: 3
13
14
  License-File: LICENSE.txt
14
15
 
15
16
  Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm. For details please read README.md , or visit https://github.com/mddod/mdod
17
+
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="mdod",
5
- version="0.1.7",
5
+ version="0.1.8",
6
6
  packages=find_packages(),
7
7
  package_data={"": ["*"]},
8
8
  install_requires=[
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes