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.
Files changed (101) hide show
  1. {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest in test_pytorch_methods.py.run.xml +2 -2
  2. {ml-dash-0.3.25/ml_dash.egg-info → ml-dash-0.3.27}/PKG-INFO +25 -8
  3. {ml-dash-0.3.25 → ml-dash-0.3.27}/README +6 -3
  4. {ml-dash-0.3.25 → ml-dash-0.3.27}/README.md +4 -1
  5. ml-dash-0.3.27/VERSION +1 -0
  6. {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/conftest.py +1 -1
  7. {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/test_ml_dash.py +1 -1
  8. {ml-dash-0.3.25 → ml-dash-0.3.27/ml_dash.egg-info}/PKG-INFO +25 -8
  9. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash.egg-info/requires.txt +2 -2
  10. {ml-dash-0.3.25 → ml-dash-0.3.27}/setup.py +2 -2
  11. ml-dash-0.3.25/VERSION +0 -1
  12. {ml-dash-0.3.25 → ml-dash-0.3.27}/.gitignore +0 -0
  13. {ml-dash-0.3.25 → ml-dash-0.3.27}/.graphqlconfig +0 -0
  14. {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_load.run.xml +0 -0
  15. {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_load_sync.run.xml +0 -0
  16. {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/pytest for test_pytorch_methods.test_torch_save.run.xml +0 -0
  17. {ml-dash-0.3.25 → ml-dash-0.3.27}/.run/train.run.xml +0 -0
  18. {ml-dash-0.3.25 → ml-dash-0.3.27}/LICENSE.md +0 -0
  19. {ml-dash-0.3.25 → ml-dash-0.3.27}/MANIFEST.in +0 -0
  20. {ml-dash-0.3.25 → ml-dash-0.3.27}/Makefile +0 -0
  21. {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/.gitignore +0 -0
  22. {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/__init__.py +0 -0
  23. {ml-dash-0.3.25 → ml-dash-0.3.27}/dash_server_specs/create_experiments.py +0 -0
  24. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/.gitignore +0 -0
  25. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/Makefile +0 -0
  26. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/authors.rst +0 -0
  27. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/conf.py +0 -0
  28. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/contributing.rst +0 -0
  29. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/history.rst +0 -0
  30. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/index.rst +0 -0
  31. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/installation.rst +0 -0
  32. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/make.bat +0 -0
  33. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/readme.rst +0 -0
  34. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/requirements.txt +0 -0
  35. {ml-dash-0.3.25 → ml-dash-0.3.27}/docs/usage.rst +0 -0
  36. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/example_log_output.png +0 -0
  37. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/hyperparameter-column.gif +0 -0
  38. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/logger_color_output.png +0 -0
  39. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/logging_images.png +0 -0
  40. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/ml-dash-v0.1.0.png +0 -0
  41. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/ml-dash-v3.gif +0 -0
  42. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/ml_visualization_dashboard_preview.png +0 -0
  43. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/tensorboard_example.png +0 -0
  44. {ml-dash-0.3.25 → ml-dash-0.3.27}/figures/visualization_column.png +0 -0
  45. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/.gitignore +0 -0
  46. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/__init__.py +0 -0
  47. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/app.py +0 -0
  48. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/asset-manifest.json +0 -0
  49. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/favicon.ico +0 -0
  50. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/github-markdown.css +0 -0
  51. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/index.html +0 -0
  52. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/logo192.png +0 -0
  53. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/logo512.png +0 -0
  54. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/manifest.json +0 -0
  55. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/ml-dash_logo.png +0 -0
  56. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/monaco-editor-worker-loader-proxy.js +0 -0
  57. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/robots.txt +0 -0
  58. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/2.0e9a69fe.chunk.css +0 -0
  59. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/2.0e9a69fe.chunk.css.map +0 -0
  60. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/main.a2e245bd.chunk.css +0 -0
  61. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/css/main.a2e245bd.chunk.css.map +0 -0
  62. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/2.0c697312.chunk.js +0 -0
  63. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/2.0c697312.chunk.js.LICENSE.txt +0 -0
  64. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/2.0c697312.chunk.js.map +0 -0
  65. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/main.a1584e64.chunk.js +0 -0
  66. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/main.a1584e64.chunk.js.map +0 -0
  67. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/runtime-main.34fb8e2d.js +0 -0
  68. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/client-dist/static/js/runtime-main.34fb8e2d.js.map +0 -0
  69. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/config.py +0 -0
  70. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/example.py +0 -0
  71. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/file_events.py +0 -0
  72. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/file_handlers.py +0 -0
  73. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/file_utils.py +0 -0
  74. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/file_watcher.py +0 -0
  75. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/mime_types.py +0 -0
  76. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/__init__.py +0 -0
  77. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/directories.py +0 -0
  78. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/experiments.py +0 -0
  79. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/__init__.py +0 -0
  80. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/file_helpers.py +0 -0
  81. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/images.py +0 -0
  82. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/metrics.py +0 -0
  83. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/parameters.py +0 -0
  84. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/series.py +0 -0
  85. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/files/videos.py +0 -0
  86. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/helpers.py +0 -0
  87. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/projects.py +0 -0
  88. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/schema_helpers.py +0 -0
  89. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/schema/users.py +0 -0
  90. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/server.py +0 -0
  91. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash/sse.py +0 -0
  92. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash.egg-info/SOURCES.txt +0 -0
  93. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash.egg-info/dependency_links.txt +0 -0
  94. {ml-dash-0.3.25 → ml-dash-0.3.27}/ml_dash.egg-info/top_level.txt +0 -0
  95. {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/ML-Dash Enhancement Plans.md +0 -0
  96. {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/README.md +0 -0
  97. {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/client design doc.md +0 -0
  98. {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/dashboard design doc.md +0 -0
  99. {ml-dash-0.3.25 → ml-dash-0.3.27}/notes/setting_up_dash_server.md +0 -0
  100. {ml-dash-0.3.25 → ml-dash-0.3.27}/requirements-dev.txt +0 -0
  101. {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/mit/model-free-baselines/ml_logger/ml_logger_tests/test_pytorch_methods.py" type="tests" factoryName="py.test" nameIsGenerated="true">
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="&quot;&quot;" />
@@ -1,25 +1,41 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ml-dash
3
- Version: 0.3.25
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
- see*\ `ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
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:: bash
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
- see*\ `ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
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:: bash
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
- ```bash
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
@@ -4,7 +4,7 @@ TEST_LOG_DIR = expanduser('~/ml-logger-debug')
4
4
 
5
5
 
6
6
  def pytest_addoption(parser):
7
- parser.addoption('--log-dir',
7
+ parser.addoption('--logdir',
8
8
  action='store',
9
9
  default=TEST_LOG_DIR,
10
10
  help="The logging path for the test.")
@@ -7,7 +7,7 @@ from dash_server_specs import show, shows
7
7
 
8
8
  @pytest.fixture(scope='session')
9
9
  def log_dir(request):
10
- return request.config.getoption('--log-dir')
10
+ return request.config.getoption('--logdir')
11
11
 
12
12
 
13
13
  def test_delete_text_file(log_dir):
@@ -1,25 +1,41 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ml-dash
3
- Version: 0.3.25
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
- see*\ `ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
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:: bash
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
-
@@ -1,10 +1,10 @@
1
- cloudpickle==1.3.0
1
+ cloudpickle==3.1.1
2
2
  dill
3
3
  graphene==2.1.3
4
4
  graphql-core==2.1
5
5
  graphql-relay==0.4.5
6
6
  graphql-server-core==1.1.1
7
- multidict==4.6.1
7
+ multidict
8
8
  numpy
9
9
  pandas
10
10
  params_proto>=2.10.5
@@ -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.3.0",
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==4.6.1",
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
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