pythagoras 0.23.1__py3-none-any.whl → 0.23.2__py3-none-any.whl
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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pythagoras
|
|
3
|
-
Version: 0.23.
|
|
3
|
+
Version: 0.23.2
|
|
4
4
|
Summary: Planet-scale distributed computing in Python.
|
|
5
5
|
Keywords: cloud,ML,AI,serverless,distributed,parallel,machine-learning,deep-learning,pythagoras
|
|
6
6
|
Author: Volodymyr (Vlad) Pavlov
|
|
@@ -53,24 +53,32 @@ Description-Content-Type: text/markdown
|
|
|
53
53
|
|
|
54
54
|
Planet-scale distributed computing in Python.
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
**!!! RESEARCH PREVIEW !!!**
|
|
57
57
|
|
|
58
58
|
## What is it?
|
|
59
59
|
|
|
60
|
-
`Pythagoras` is
|
|
60
|
+
`Pythagoras` is a super-scalable, low-maintenance framework for
|
|
61
61
|
massive algorithm parallelization in Python. It simplifies and accelerates
|
|
62
62
|
data science, machine learning, and AI workflows.
|
|
63
63
|
|
|
64
64
|
Pythagoras offers:
|
|
65
65
|
|
|
66
66
|
* seamless parallel execution of Python code, locally or
|
|
67
|
-
in
|
|
67
|
+
in heterogeneous distributed environments of virtually any scale;
|
|
68
68
|
* ubiquitous caching for intermediate program states,
|
|
69
69
|
with intelligent data and code change tracking;
|
|
70
70
|
* simple and budget-friendly orchestration backend.
|
|
71
71
|
|
|
72
|
+
Pythagoras excels at optimizing complex, long-running,
|
|
73
|
+
resource-demanding computations. It’s not the optimal choice for real-time,
|
|
74
|
+
latency-sensitive workflows.
|
|
75
|
+
|
|
72
76
|
## Usage
|
|
73
77
|
|
|
78
|
+
Pythagoras elevates two popular techniques — memoization and parallelization —
|
|
79
|
+
to a global scale and then fuses them, unlocking performance and scalability
|
|
80
|
+
that were previously out of reach.
|
|
81
|
+
|
|
74
82
|
* `Introduction to Pythagoras` notebook:
|
|
75
83
|
https://colab.research.google.com/drive/117rAtaWxjfSubzGx0shgqNjONY3E5jgd
|
|
76
84
|
|
|
@@ -60,6 +60,6 @@ pythagoras/_900_project_stats_collector/__init__.py,sha256=11a82df8184f3ed046829
|
|
|
60
60
|
pythagoras/_900_project_stats_collector/project_analyzer.py,sha256=ba1c9c14a8d421712961c6589da937ca7e0916172197ea19ef0b7ab291718686,3574
|
|
61
61
|
pythagoras/__init__.py,sha256=4cc3ed25d4a2fd64a10a9267b1555d3b8f1672fb3bf0631b522e601dcd5e30bc,1233
|
|
62
62
|
pythagoras/core/__init__.py,sha256=11c3616471c79550d69a0d3b3b49a45b90087919b82477db5de99c8ebc6ba5c0,298
|
|
63
|
-
pythagoras-0.23.
|
|
64
|
-
pythagoras-0.23.
|
|
65
|
-
pythagoras-0.23.
|
|
63
|
+
pythagoras-0.23.2.dist-info/WHEEL,sha256=607c46fee47e440c91332c738096ff0f5e54ca3b0818ee85462dd5172a38e793,79
|
|
64
|
+
pythagoras-0.23.2.dist-info/METADATA,sha256=139d93a0da6a9c26e7eebe95e3edaddc7bf28650dd059c6db14667c166958e80,4617
|
|
65
|
+
pythagoras-0.23.2.dist-info/RECORD,,
|
|
File without changes
|