mumpy-toolkit 0.2.0__tar.gz → 0.2.1__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.
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/PKG-INFO +4 -4
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/README.md +3 -3
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/__init__.py +1 -1
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy_toolkit.egg-info/PKG-INFO +4 -4
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/pyproject.toml +1 -1
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/LICENSE +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/_core.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/_math.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/_parallel.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/db.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/fft.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/frame.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/io.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/linalg.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/metrics.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/ml.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/nn.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/preprocessing.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/random.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/stats.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/utils.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy/viz.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy_toolkit.egg-info/SOURCES.txt +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy_toolkit.egg-info/dependency_links.txt +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy_toolkit.egg-info/requires.txt +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/mumpy_toolkit.egg-info/top_level.txt +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/setup.cfg +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/tests/test_mumpy.py +0 -0
- {mumpy_toolkit-0.2.0 → mumpy_toolkit-0.2.1}/tests/test_mumpy2.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mumpy-toolkit
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: NumPy-compatible array library with multithreaded ufuncs, fused ops, plus built-in IO, SQL databases, DataFrame, stats, preprocessing, metrics, ML and tiny DL
|
|
5
5
|
Author-email: salim-studio <salim-studio@users.noreply.github.com>
|
|
6
6
|
License: MIT
|
|
@@ -46,11 +46,11 @@ Requires-Dist: matplotlib>=3.5; extra == "all"
|
|
|
46
46
|
Dynamic: license-file
|
|
47
47
|
|
|
48
48
|
<p align="center">
|
|
49
|
-
<img src="assets/banner.svg" alt="mumpy banner" width="100%"/>
|
|
49
|
+
<img src="https://raw.githubusercontent.com/salim-studio/mumpy/main/assets/banner.svg" alt="mumpy banner" width="100%"/>
|
|
50
50
|
</p>
|
|
51
51
|
|
|
52
52
|
<p align="center">
|
|
53
|
-
<img src="assets/logo.svg" alt="mumpy logo" width="96"/>
|
|
53
|
+
<img src="https://raw.githubusercontent.com/salim-studio/mumpy/main/assets/logo.svg" alt="mumpy logo" width="96"/>
|
|
54
54
|
</p>
|
|
55
55
|
|
|
56
56
|
<h1 align="center">mumpy</h1>
|
|
@@ -59,7 +59,7 @@ Dynamic: license-file
|
|
|
59
59
|
|
|
60
60
|
<p align="center">
|
|
61
61
|
<a href="https://github.com/salim-studio/mumpy/actions"><img src="https://github.com/salim-studio/mumpy/actions/workflows/ci.yml/badge.svg" alt="CI"/></a>
|
|
62
|
-
<img src="https://img.shields.io/badge/version-0.2.
|
|
62
|
+
<img src="https://img.shields.io/badge/version-0.2.1-4F46E5" alt="version"/>
|
|
63
63
|
<img src="https://img.shields.io/badge/python-3.9%2B-06B6D4" alt="python"/>
|
|
64
64
|
<img src="https://img.shields.io/badge/numpy-compatible-013243" alt="numpy compatible"/>
|
|
65
65
|
<img src="https://img.shields.io/badge/license-MIT-FDE047" alt="license"/>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="assets/banner.svg" alt="mumpy banner" width="100%"/>
|
|
2
|
+
<img src="https://raw.githubusercontent.com/salim-studio/mumpy/main/assets/banner.svg" alt="mumpy banner" width="100%"/>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<img src="assets/logo.svg" alt="mumpy logo" width="96"/>
|
|
6
|
+
<img src="https://raw.githubusercontent.com/salim-studio/mumpy/main/assets/logo.svg" alt="mumpy logo" width="96"/>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<h1 align="center">mumpy</h1>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
<p align="center">
|
|
14
14
|
<a href="https://github.com/salim-studio/mumpy/actions"><img src="https://github.com/salim-studio/mumpy/actions/workflows/ci.yml/badge.svg" alt="CI"/></a>
|
|
15
|
-
<img src="https://img.shields.io/badge/version-0.2.
|
|
15
|
+
<img src="https://img.shields.io/badge/version-0.2.1-4F46E5" alt="version"/>
|
|
16
16
|
<img src="https://img.shields.io/badge/python-3.9%2B-06B6D4" alt="python"/>
|
|
17
17
|
<img src="https://img.shields.io/badge/numpy-compatible-013243" alt="numpy compatible"/>
|
|
18
18
|
<img src="https://img.shields.io/badge/license-MIT-FDE047" alt="license"/>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mumpy-toolkit
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: NumPy-compatible array library with multithreaded ufuncs, fused ops, plus built-in IO, SQL databases, DataFrame, stats, preprocessing, metrics, ML and tiny DL
|
|
5
5
|
Author-email: salim-studio <salim-studio@users.noreply.github.com>
|
|
6
6
|
License: MIT
|
|
@@ -46,11 +46,11 @@ Requires-Dist: matplotlib>=3.5; extra == "all"
|
|
|
46
46
|
Dynamic: license-file
|
|
47
47
|
|
|
48
48
|
<p align="center">
|
|
49
|
-
<img src="assets/banner.svg" alt="mumpy banner" width="100%"/>
|
|
49
|
+
<img src="https://raw.githubusercontent.com/salim-studio/mumpy/main/assets/banner.svg" alt="mumpy banner" width="100%"/>
|
|
50
50
|
</p>
|
|
51
51
|
|
|
52
52
|
<p align="center">
|
|
53
|
-
<img src="assets/logo.svg" alt="mumpy logo" width="96"/>
|
|
53
|
+
<img src="https://raw.githubusercontent.com/salim-studio/mumpy/main/assets/logo.svg" alt="mumpy logo" width="96"/>
|
|
54
54
|
</p>
|
|
55
55
|
|
|
56
56
|
<h1 align="center">mumpy</h1>
|
|
@@ -59,7 +59,7 @@ Dynamic: license-file
|
|
|
59
59
|
|
|
60
60
|
<p align="center">
|
|
61
61
|
<a href="https://github.com/salim-studio/mumpy/actions"><img src="https://github.com/salim-studio/mumpy/actions/workflows/ci.yml/badge.svg" alt="CI"/></a>
|
|
62
|
-
<img src="https://img.shields.io/badge/version-0.2.
|
|
62
|
+
<img src="https://img.shields.io/badge/version-0.2.1-4F46E5" alt="version"/>
|
|
63
63
|
<img src="https://img.shields.io/badge/python-3.9%2B-06B6D4" alt="python"/>
|
|
64
64
|
<img src="https://img.shields.io/badge/numpy-compatible-013243" alt="numpy compatible"/>
|
|
65
65
|
<img src="https://img.shields.io/badge/license-MIT-FDE047" alt="license"/>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mumpy-toolkit"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.1"
|
|
4
4
|
description = "NumPy-compatible array library with multithreaded ufuncs, fused ops, plus built-in IO, SQL databases, DataFrame, stats, preprocessing, metrics, ML and tiny DL"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.9"
|
|
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
|
|
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
|