ml-dash 0.3.25__tar.gz → 0.3.27__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.
- {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest in test_pytorch_methods.py.run.xml +2 -2
- {ml-dash-0.3.25/ml_dash.egg-info → ml-dash-0.3.27}/PKG-INFO +25 -8
- {ml-dash-0.3.25 → ml-dash-0.3.27}/README +6 -3
- {ml-dash-0.3.25 → ml-dash-0.3.27}/README.md +4 -1
- ml-dash-0.3.27/VERSION +1 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/conftest.py +1 -1
- {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/test_ml_dash.py +1 -1
- {ml-dash-0.3.25 → ml-dash-0.3.27/ml_dash.egg-info}/PKG-INFO +25 -8
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash.egg-info/requires.txt +2 -2
- {ml-dash-0.3.25 → ml-dash-0.3.27}/setup.py +2 -2
- ml-dash-0.3.25/VERSION +0 -1
- {ml-dash-0.3.25 → ml-dash-0.3.27}/.gitignore +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/.graphqlconfig +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_load.run.xml +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_load_sync.run.xml +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_save.run.xml +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/train.run.xml +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/LICENSE.md +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/MANIFEST.in +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/Makefile +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/.gitignore +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/__init__.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/create_experiments.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/.gitignore +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/Makefile +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/authors.rst +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/conf.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/contributing.rst +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/history.rst +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/index.rst +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/installation.rst +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/make.bat +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/readme.rst +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/requirements.txt +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/usage.rst +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/example_log_output.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/hyperparameter-column.gif +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/logger_color_output.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/logging_images.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/ml-dash-v0.1.0.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/ml-dash-v3.gif +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/ml_visualization_dashboard_preview.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/tensorboard_example.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/visualization_column.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/.gitignore +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/__init__.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/app.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/asset-manifest.json +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/favicon.ico +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/github-markdown.css +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/index.html +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/logo192.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/logo512.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/manifest.json +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/ml-dash_logo.png +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/monaco-editor-worker-loader-proxy.js +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/robots.txt +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/2.0e9a69fe.chunk.css +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/2.0e9a69fe.chunk.css.map +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/main.a2e245bd.chunk.css +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/main.a2e245bd.chunk.css.map +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/2.0c697312.chunk.js +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/2.0c697312.chunk.js.LICENSE.txt +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/2.0c697312.chunk.js.map +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/main.a1584e64.chunk.js +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/main.a1584e64.chunk.js.map +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/runtime-main.34fb8e2d.js +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/runtime-main.34fb8e2d.js.map +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/config.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/example.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/file_events.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/file_handlers.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/file_utils.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/file_watcher.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/mime_types.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/__init__.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/directories.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/experiments.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/__init__.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/file_helpers.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/images.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/metrics.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/parameters.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/series.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/videos.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/helpers.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/projects.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/schema_helpers.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/users.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/server.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/sse.py +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash.egg-info/SOURCES.txt +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash.egg-info/dependency_links.txt +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash.egg-info/top_level.txt +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/ML-Dash Enhancement Plans.md +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/README.md +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/client design doc.md +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/dashboard design doc.md +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/setting_up_dash_server.md +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/requirements-dev.txt +0 -0
- {ml-dash-0.3.25 → ml-dash-0.3.27}/setup.cfg +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<component name="ProjectRunConfigurationManager">
|
|
2
|
-
<configuration default="false" name="pytest in /Users/ge/
|
|
2
|
+
<configuration default="false" name="pytest in /Users/ge/dash-ml/ml_logger/ml_logger/ml_logger_tests/test_pytorch_methods.py" type="tests" factoryName="py.test" nameIsGenerated="true">
|
|
3
3
|
<module name="ml_logger" />
|
|
4
4
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
5
5
|
<option name="PARENT_ENVS" value="true" />
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<option name="IS_IGNORE_MISSING_FILES" value="false" />
|
|
17
17
|
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
|
|
18
18
|
<ENTRIES>
|
|
19
|
-
<ENTRY IS_ENABLED="true" PARSER="runconfig" />
|
|
19
|
+
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" />
|
|
20
20
|
</ENTRIES>
|
|
21
21
|
</EXTENSION>
|
|
22
22
|
<option name="_new_keywords" value="""" />
|
|
@@ -1,25 +1,41 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ml-dash
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.27
|
|
4
4
|
Summary: A Beautiful Visualization Dashboard For Machine Learning
|
|
5
5
|
Home-page: https://github.com/dash-ml/dash-server
|
|
6
6
|
Author: Ge Yang
|
|
7
7
|
Author-email: ge.ike.yang@gmail.com
|
|
8
|
-
License: UNKNOWN
|
|
9
8
|
Keywords: ml_logger,ml-logger,ml dash,ml-dash,ml_dash,dashboard,machine learning,vis_server,logging,debug,debugging
|
|
10
|
-
Platform: UNKNOWN
|
|
11
9
|
Classifier: Development Status :: 4 - Beta
|
|
12
10
|
Classifier: Intended Audience :: Science/Research
|
|
13
11
|
Classifier: Programming Language :: Python :: 3
|
|
14
12
|
License-File: LICENSE.md
|
|
13
|
+
Requires-Dist: cloudpickle==3.1.1
|
|
14
|
+
Requires-Dist: dill
|
|
15
|
+
Requires-Dist: graphene==2.1.3
|
|
16
|
+
Requires-Dist: graphql-core==2.1
|
|
17
|
+
Requires-Dist: graphql-relay==0.4.5
|
|
18
|
+
Requires-Dist: graphql-server-core==1.1.1
|
|
19
|
+
Requires-Dist: multidict
|
|
20
|
+
Requires-Dist: numpy
|
|
21
|
+
Requires-Dist: pandas
|
|
22
|
+
Requires-Dist: params_proto>=2.10.5
|
|
23
|
+
Requires-Dist: requests
|
|
24
|
+
Requires-Dist: requests_futures
|
|
25
|
+
Requires-Dist: ruamel.yaml
|
|
26
|
+
Requires-Dist: sanic==20.9.0
|
|
27
|
+
Requires-Dist: sanic-cors
|
|
28
|
+
Requires-Dist: Sanic-GraphQL
|
|
29
|
+
Requires-Dist: termcolor
|
|
30
|
+
Requires-Dist: typing
|
|
15
31
|
|
|
16
32
|
ML-Dash, A Beautiful Visualization Dashboard for ML
|
|
17
33
|
===================================================
|
|
18
34
|
|
|
19
35
|
|Downloads|
|
|
20
36
|
|
|
21
|
-
*For detailed codumentation,
|
|
22
|
-
|
|
37
|
+
*For detailed codumentation, see*
|
|
38
|
+
`ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
|
|
23
39
|
|
|
24
40
|
ML-dash replaces visdom and tensorboard. It allows you to see real-time
|
|
25
41
|
updates, review 1000+ of experiments quickly, and dive in-depth into
|
|
@@ -43,8 +59,11 @@ Just doing this would not work. The landscape of python modules is a lot
|
|
|
43
59
|
messier than that of javascript. The most up-to-date graphene requires
|
|
44
60
|
the following versioned dependencies:
|
|
45
61
|
|
|
46
|
-
.. code-block::
|
|
62
|
+
.. code-block:: zsh
|
|
47
63
|
|
|
64
|
+
pip install sanic==20.9.0
|
|
65
|
+
pip install sanic-cors==0.10.0.post3
|
|
66
|
+
pip install sanic-graphql==1.1.0
|
|
48
67
|
yes | pip install graphene==2.1.3
|
|
49
68
|
yes | pip install graphql-core==2.1
|
|
50
69
|
yes | pip install graphql-relay==0.4.5
|
|
@@ -83,5 +102,3 @@ See `https://github.com/episodeyang/ml_logger/tree/master/ml-dash-server/notes/R
|
|
|
83
102
|
|
|
84
103
|
.. |Downloads| image:: http://pepy.tech/badge/ml-dash
|
|
85
104
|
:target: http://pepy.tech/project/ml-dash
|
|
86
|
-
|
|
87
|
-
|
|
@@ -3,8 +3,8 @@ ML-Dash, A Beautiful Visualization Dashboard for ML
|
|
|
3
3
|
|
|
4
4
|
|Downloads|
|
|
5
5
|
|
|
6
|
-
*For detailed codumentation,
|
|
7
|
-
|
|
6
|
+
*For detailed codumentation, see*
|
|
7
|
+
`ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
|
|
8
8
|
|
|
9
9
|
ML-dash replaces visdom and tensorboard. It allows you to see real-time
|
|
10
10
|
updates, review 1000+ of experiments quickly, and dive in-depth into
|
|
@@ -28,8 +28,11 @@ Just doing this would not work. The landscape of python modules is a lot
|
|
|
28
28
|
messier than that of javascript. The most up-to-date graphene requires
|
|
29
29
|
the following versioned dependencies:
|
|
30
30
|
|
|
31
|
-
.. code-block::
|
|
31
|
+
.. code-block:: zsh
|
|
32
32
|
|
|
33
|
+
pip install sanic==20.9.0
|
|
34
|
+
pip install sanic-cors==0.10.0.post3
|
|
35
|
+
pip install sanic-graphql==1.1.0
|
|
33
36
|
yes | pip install graphene==2.1.3
|
|
34
37
|
yes | pip install graphql-core==2.1
|
|
35
38
|
yes | pip install graphql-relay==0.4.5
|
|
@@ -26,7 +26,10 @@ pip install ml-logger ml-dash --upgrade --no-cache
|
|
|
26
26
|
|
|
27
27
|
Just doing this would not work. The landscape of python modules is a lot messier than that of javascript. The most up-to-date graphene requires the following versioned dependencies:
|
|
28
28
|
|
|
29
|
-
```
|
|
29
|
+
```zsh
|
|
30
|
+
pip install sanic==20.9.0
|
|
31
|
+
pip install sanic-cors==0.10.0.post3
|
|
32
|
+
pip install sanic-graphql==1.1.0
|
|
30
33
|
yes | pip install graphene==2.1.3
|
|
31
34
|
yes | pip install graphql-core==2.1
|
|
32
35
|
yes | pip install graphql-relay==0.4.5
|
ml-dash-0.3.27/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.3.27
|
|
@@ -1,25 +1,41 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ml-dash
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.27
|
|
4
4
|
Summary: A Beautiful Visualization Dashboard For Machine Learning
|
|
5
5
|
Home-page: https://github.com/dash-ml/dash-server
|
|
6
6
|
Author: Ge Yang
|
|
7
7
|
Author-email: ge.ike.yang@gmail.com
|
|
8
|
-
License: UNKNOWN
|
|
9
8
|
Keywords: ml_logger,ml-logger,ml dash,ml-dash,ml_dash,dashboard,machine learning,vis_server,logging,debug,debugging
|
|
10
|
-
Platform: UNKNOWN
|
|
11
9
|
Classifier: Development Status :: 4 - Beta
|
|
12
10
|
Classifier: Intended Audience :: Science/Research
|
|
13
11
|
Classifier: Programming Language :: Python :: 3
|
|
14
12
|
License-File: LICENSE.md
|
|
13
|
+
Requires-Dist: cloudpickle==3.1.1
|
|
14
|
+
Requires-Dist: dill
|
|
15
|
+
Requires-Dist: graphene==2.1.3
|
|
16
|
+
Requires-Dist: graphql-core==2.1
|
|
17
|
+
Requires-Dist: graphql-relay==0.4.5
|
|
18
|
+
Requires-Dist: graphql-server-core==1.1.1
|
|
19
|
+
Requires-Dist: multidict
|
|
20
|
+
Requires-Dist: numpy
|
|
21
|
+
Requires-Dist: pandas
|
|
22
|
+
Requires-Dist: params_proto>=2.10.5
|
|
23
|
+
Requires-Dist: requests
|
|
24
|
+
Requires-Dist: requests_futures
|
|
25
|
+
Requires-Dist: ruamel.yaml
|
|
26
|
+
Requires-Dist: sanic==20.9.0
|
|
27
|
+
Requires-Dist: sanic-cors
|
|
28
|
+
Requires-Dist: Sanic-GraphQL
|
|
29
|
+
Requires-Dist: termcolor
|
|
30
|
+
Requires-Dist: typing
|
|
15
31
|
|
|
16
32
|
ML-Dash, A Beautiful Visualization Dashboard for ML
|
|
17
33
|
===================================================
|
|
18
34
|
|
|
19
35
|
|Downloads|
|
|
20
36
|
|
|
21
|
-
*For detailed codumentation,
|
|
22
|
-
|
|
37
|
+
*For detailed codumentation, see*
|
|
38
|
+
`ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
|
|
23
39
|
|
|
24
40
|
ML-dash replaces visdom and tensorboard. It allows you to see real-time
|
|
25
41
|
updates, review 1000+ of experiments quickly, and dive in-depth into
|
|
@@ -43,8 +59,11 @@ Just doing this would not work. The landscape of python modules is a lot
|
|
|
43
59
|
messier than that of javascript. The most up-to-date graphene requires
|
|
44
60
|
the following versioned dependencies:
|
|
45
61
|
|
|
46
|
-
.. code-block::
|
|
62
|
+
.. code-block:: zsh
|
|
47
63
|
|
|
64
|
+
pip install sanic==20.9.0
|
|
65
|
+
pip install sanic-cors==0.10.0.post3
|
|
66
|
+
pip install sanic-graphql==1.1.0
|
|
48
67
|
yes | pip install graphene==2.1.3
|
|
49
68
|
yes | pip install graphql-core==2.1
|
|
50
69
|
yes | pip install graphql-relay==0.4.5
|
|
@@ -83,5 +102,3 @@ See `https://github.com/episodeyang/ml_logger/tree/master/ml-dash-server/notes/R
|
|
|
83
102
|
|
|
84
103
|
.. |Downloads| image:: http://pepy.tech/badge/ml-dash
|
|
85
104
|
:target: http://pepy.tech/project/ml-dash
|
|
86
|
-
|
|
87
|
-
|
|
@@ -35,13 +35,13 @@ setup(name="ml-dash",
|
|
|
35
35
|
packages=[p for p in find_packages() if p != "tests"],
|
|
36
36
|
include_package_data=True,
|
|
37
37
|
install_requires=[
|
|
38
|
-
"cloudpickle==1.
|
|
38
|
+
"cloudpickle==3.1.1",
|
|
39
39
|
'dill',
|
|
40
40
|
"graphene==2.1.3",
|
|
41
41
|
"graphql-core==2.1",
|
|
42
42
|
"graphql-relay==0.4.5",
|
|
43
43
|
"graphql-server-core==1.1.1",
|
|
44
|
-
"multidict
|
|
44
|
+
"multidict",
|
|
45
45
|
"numpy",
|
|
46
46
|
'pandas',
|
|
47
47
|
"params_proto>=2.10.5",
|
ml-dash-0.3.25/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.3.25
|
|
File without changes
|
|
File without changes
|
{ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_load.run.xml
RENAMED
|
File without changes
|
{ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_load_sync.run.xml
RENAMED
|
File without changes
|
{ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_save.run.xml
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
|
|
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
|
|
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
|
{ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/main.a2e245bd.chunk.css.map
RENAMED
|
File without changes
|
|
File without changes
|
{ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/2.0c697312.chunk.js.LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/runtime-main.34fb8e2d.js.map
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
|
|
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
|