elastic-kernel 0.0.2__tar.gz → 0.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.
- {elastic_kernel-0.0.2/elastic_kernel.egg-info → elastic_kernel-0.0.4}/PKG-INFO +4 -4
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/README.md +3 -3
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4/elastic_kernel.egg-info}/PKG-INFO +4 -4
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/pyproject.toml +1 -1
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/LICENSE +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/MANIFEST.in +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel/command.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel/kernel.json +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel/kernel.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel.egg-info/SOURCES.txt +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel.egg-info/dependency_links.txt +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel.egg-info/entry_points.txt +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel.egg-info/requires.txt +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_kernel.egg-info/top_level.txt +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/algorithm/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/algorithm/baseline.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/algorithm/optimizer_exact.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/algorithm/selector.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/common/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/common/checkpoint_file.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/common/profile_graph_size.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/common/profile_migration_speed.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/common/profile_variable_size.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/graph/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/graph/cell_execution.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/graph/graph.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/graph/variable_snapshot.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/io/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/io/adapter.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/io/filesystem_adapter.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/io/migrate.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/io/pickle.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/io/recover.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/mutation/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/mutation/fingerprint.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/mutation/id_graph.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/mutation/object_hash.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/__init__.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/checkpoint.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/find_input_vars.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/find_output_vars.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/restore_notebook.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/update_graph.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/elastic_notebook.py +0 -0
- {elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: elastic-kernel
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: Elastic kernel for Jupyter with automatic checkpoint and dependency tracking
|
5
5
|
Author-email: ryutarom <m2002r1028@icloud.com>
|
6
6
|
License: Apache License
|
@@ -257,12 +257,12 @@ Dynamic: license-file
|
|
257
257
|
|
258
258
|
1. ライブラリをインストールする
|
259
259
|
```
|
260
|
-
pip install elastic-
|
260
|
+
uv pip install elastic-kernel
|
261
261
|
```
|
262
262
|
|
263
263
|
2. カーネルをインストールする
|
264
264
|
```
|
265
|
-
|
265
|
+
elastic-kernel install
|
266
266
|
```
|
267
267
|
|
268
268
|
|
@@ -271,7 +271,7 @@ jupyter kernelspec install --user elastic_kernel
|
|
271
271
|
### 自動でアップロードする方法
|
272
272
|
|
273
273
|
```
|
274
|
-
pip install bump-my-version # 初回のみ実行する
|
274
|
+
uv pip install bump-my-version # 初回のみ実行する
|
275
275
|
bump-my-version bump {hogehoge} # コマンドは以下のいずれかから選択する
|
276
276
|
git push --follow-tags # コミットとタグの両方をプッシュする
|
277
277
|
```
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
1. ライブラリをインストールする
|
6
6
|
```
|
7
|
-
pip install elastic-
|
7
|
+
uv pip install elastic-kernel
|
8
8
|
```
|
9
9
|
|
10
10
|
2. カーネルをインストールする
|
11
11
|
```
|
12
|
-
|
12
|
+
elastic-kernel install
|
13
13
|
```
|
14
14
|
|
15
15
|
|
@@ -18,7 +18,7 @@ jupyter kernelspec install --user elastic_kernel
|
|
18
18
|
### 自動でアップロードする方法
|
19
19
|
|
20
20
|
```
|
21
|
-
pip install bump-my-version # 初回のみ実行する
|
21
|
+
uv pip install bump-my-version # 初回のみ実行する
|
22
22
|
bump-my-version bump {hogehoge} # コマンドは以下のいずれかから選択する
|
23
23
|
git push --follow-tags # コミットとタグの両方をプッシュする
|
24
24
|
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: elastic-kernel
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: Elastic kernel for Jupyter with automatic checkpoint and dependency tracking
|
5
5
|
Author-email: ryutarom <m2002r1028@icloud.com>
|
6
6
|
License: Apache License
|
@@ -257,12 +257,12 @@ Dynamic: license-file
|
|
257
257
|
|
258
258
|
1. ライブラリをインストールする
|
259
259
|
```
|
260
|
-
pip install elastic-
|
260
|
+
uv pip install elastic-kernel
|
261
261
|
```
|
262
262
|
|
263
263
|
2. カーネルをインストールする
|
264
264
|
```
|
265
|
-
|
265
|
+
elastic-kernel install
|
266
266
|
```
|
267
267
|
|
268
268
|
|
@@ -271,7 +271,7 @@ jupyter kernelspec install --user elastic_kernel
|
|
271
271
|
### 自動でアップロードする方法
|
272
272
|
|
273
273
|
```
|
274
|
-
pip install bump-my-version # 初回のみ実行する
|
274
|
+
uv pip install bump-my-version # 初回のみ実行する
|
275
275
|
bump-my-version bump {hogehoge} # コマンドは以下のいずれかから選択する
|
276
276
|
git push --follow-tags # コミットとタグの両方をプッシュする
|
277
277
|
```
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "elastic-kernel"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.4"
|
8
8
|
description = "Elastic kernel for Jupyter with automatic checkpoint and dependency tracking"
|
9
9
|
authors = [
|
10
10
|
{ name = "ryutarom", email = "m2002r1028@icloud.com" }
|
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
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/common/checkpoint_file.py
RENAMED
File without changes
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/common/profile_graph_size.py
RENAMED
File without changes
|
File without changes
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/common/profile_variable_size.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/graph/variable_snapshot.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/io/filesystem_adapter.py
RENAMED
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
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/find_input_vars.py
RENAMED
File without changes
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/find_output_vars.py
RENAMED
File without changes
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/restore_notebook.py
RENAMED
File without changes
|
{elastic_kernel-0.0.2 → elastic_kernel-0.0.4}/elastic_notebook/core/notebook/update_graph.py
RENAMED
File without changes
|
File without changes
|
File without changes
|