vantage6-algorithm-tools 4.15.0rc4__tar.gz → 4.15.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.
Files changed (29) hide show
  1. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/PKG-INFO +2 -2
  2. vantage6_algorithm_tools-4.15.1/vantage6/algorithm/client/__build__ +1 -0
  3. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/client/_version.py +1 -1
  4. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6_algorithm_tools.egg-info/PKG-INFO +2 -2
  5. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6_algorithm_tools.egg-info/requires.txt +1 -1
  6. vantage6_algorithm_tools-4.15.0rc4/vantage6/algorithm/client/__build__ +0 -1
  7. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/setup.cfg +0 -0
  8. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/setup.py +0 -0
  9. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/tests/__init__.py +0 -0
  10. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/tests/algorithm/__init__.py +0 -0
  11. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/tests/algorithm/test___init__.py +0 -0
  12. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/tests/algorithm_module.py +0 -0
  13. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/tests/base/__init__.py +0 -0
  14. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/tests/test_deserialization.py +0 -0
  15. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/tests/test_docker_wrapper.py +0 -0
  16. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/tests/test_serialization.py +0 -0
  17. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/client/__init__.py +0 -0
  18. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/__init__.py +0 -0
  19. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/decorators.py +0 -0
  20. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/exceptions.py +0 -0
  21. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/mock_client.py +0 -0
  22. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/preprocessing/__init__.py +0 -0
  23. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/preprocessing/functions.py +0 -0
  24. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/util.py +0 -0
  25. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/wrap.py +0 -0
  26. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6/algorithm/tools/wrappers.py +0 -0
  27. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6_algorithm_tools.egg-info/SOURCES.txt +0 -0
  28. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6_algorithm_tools.egg-info/dependency_links.txt +0 -0
  29. {vantage6_algorithm_tools-4.15.0rc4 → vantage6_algorithm_tools-4.15.1}/vantage6_algorithm_tools.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vantage6_algorithm_tools
3
- Version: 4.15.0rc4
3
+ Version: 4.15.1
4
4
  Summary: Vantage6 algorithm tools
5
5
  Home-page: https://github.com/vantage6/vantage6
6
6
  Requires-Python: >=3.6
@@ -12,7 +12,7 @@ Requires-Dist: pyfiglet==1.0.4
12
12
  Requires-Dist: psycopg2-binary==2.9.10
13
13
  Requires-Dist: SPARQLWrapper>=2.0.0
14
14
  Requires-Dist: sqlalchemy==1.4.46
15
- Requires-Dist: vantage6-common==4.15.0.rc4
15
+ Requires-Dist: vantage6-common==4.15.1
16
16
  Provides-Extra: dev
17
17
  Requires-Dist: black; extra == "dev"
18
18
  Requires-Dist: pre-commit; extra == "dev"
@@ -7,7 +7,7 @@ with open(os.path.join(here, "__build__")) as fp:
7
7
  __build__ = json.load(fp)
8
8
 
9
9
  # Module version
10
- version_info = (4, 15, 0, "candidate", __build__, 0)
10
+ version_info = (4, 15, 1, "final", __build__, 0)
11
11
 
12
12
  # Module version stage suffix map
13
13
  _specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vantage6_algorithm_tools
3
- Version: 4.15.0rc4
3
+ Version: 4.15.1
4
4
  Summary: Vantage6 algorithm tools
5
5
  Home-page: https://github.com/vantage6/vantage6
6
6
  Requires-Python: >=3.6
@@ -12,7 +12,7 @@ Requires-Dist: pyfiglet==1.0.4
12
12
  Requires-Dist: psycopg2-binary==2.9.10
13
13
  Requires-Dist: SPARQLWrapper>=2.0.0
14
14
  Requires-Dist: sqlalchemy==1.4.46
15
- Requires-Dist: vantage6-common==4.15.0.rc4
15
+ Requires-Dist: vantage6-common==4.15.1
16
16
  Provides-Extra: dev
17
17
  Requires-Dist: black; extra == "dev"
18
18
  Requires-Dist: pre-commit; extra == "dev"
@@ -5,7 +5,7 @@ pyfiglet==1.0.4
5
5
  psycopg2-binary==2.9.10
6
6
  SPARQLWrapper>=2.0.0
7
7
  sqlalchemy==1.4.46
8
- vantage6-common==4.15.0.rc4
8
+ vantage6-common==4.15.1
9
9
 
10
10
  [dev]
11
11
  black