vantage6-algorithm-tools 4.14.0__tar.gz → 4.15.0__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.
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/PKG-INFO +19 -19
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/client/_version.py +1 -1
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6_algorithm_tools.egg-info/PKG-INFO +19 -19
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6_algorithm_tools.egg-info/requires.txt +1 -1
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/setup.cfg +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/setup.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/__init__.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm/__init__.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm/test___init__.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm_module.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/base/__init__.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_deserialization.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_docker_wrapper.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_serialization.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/client/__build__ +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/client/__init__.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/__init__.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/decorators.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/exceptions.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/mock_client.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/preprocessing/__init__.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/preprocessing/functions.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/util.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/wrap.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/wrappers.py +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6_algorithm_tools.egg-info/SOURCES.txt +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6_algorithm_tools.egg-info/dependency_links.txt +0 -0
- {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/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.
|
|
3
|
+
Version: 4.15.0
|
|
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
|
+
Requires-Dist: vantage6-common==4.15.0
|
|
16
16
|
Provides-Extra: dev
|
|
17
17
|
Requires-Dist: black; extra == "dev"
|
|
18
18
|
Requires-Dist: pre-commit; extra == "dev"
|
|
@@ -170,36 +170,36 @@ easily.
|
|
|
170
170
|
### Docker images
|
|
171
171
|
|
|
172
172
|
The vantage6 infrastructure is delivered in Docker images. All Docker images are stored
|
|
173
|
-
in
|
|
173
|
+
in the vantage6 GitHub Container Registry. The most important images are:
|
|
174
174
|
|
|
175
|
-
- `
|
|
176
|
-
- `
|
|
177
|
-
- `
|
|
178
|
-
- `
|
|
175
|
+
- `ghcr.io/vantage6/infrastructure/node:VERSION` -> _Node application Docker image_
|
|
176
|
+
- `ghcr.io/vantage6/infrastructure/server:VERSION` -> _Server application Docker image_
|
|
177
|
+
- `ghcr.io/vantage6/infrastructure/ui:VERSION` -> _User interface Docker image_
|
|
178
|
+
- `ghcr.io/vantage6/infrastructure/algorithm-store:VERSION` -> _Algorithm store Docker image_
|
|
179
179
|
|
|
180
180
|
with `VERSION` being the full semantic version of the vantage6 infrastructure, e.g.
|
|
181
181
|
`4.0.0` or `4.1.0rc0`.
|
|
182
182
|
|
|
183
183
|
Several other images are used to support the infrastructure:
|
|
184
184
|
|
|
185
|
-
- `
|
|
186
|
-
- `
|
|
187
|
-
- `
|
|
188
|
-
- `
|
|
189
|
-
- `
|
|
190
|
-
- `
|
|
185
|
+
- `ghcr.io/vantage6/infrastructure-base:VERSION` -> _Base image for the infrastructure_
|
|
186
|
+
- `ghcr.io/vantage6/infrastructure/squid:VERSION` -> _Squid proxy image used for the whitelisting service_
|
|
187
|
+
- `ghcr.io/vantage6/infrastructure/alpine` -> _Alpine image used for vpn traffic forwarding_
|
|
188
|
+
- `ghcr.io/vantage6/infrastructure/vpn-client` -> _VPN image used to connect to the VPN_
|
|
189
|
+
- `ghcr.io/vantage6/infrastructure/vpn-configurator` -> _VPN image used for initialization_
|
|
190
|
+
- `ghcr.io/vantage6/infrastructure/ssh-tunnel` -> _SSH tunnel image used for connecting algorithms to external services_
|
|
191
191
|
|
|
192
192
|
And finally there are some images released for algorithm development:
|
|
193
193
|
|
|
194
|
-
- `
|
|
195
|
-
- `
|
|
194
|
+
- `ghcr.io/vantage6/infrastructure/algorithm-base:MAJOR.MINOR` -> _Base image for algorithm development_
|
|
195
|
+
- `ghcr.io/vantage6/infrastructure/algorithm-ohdsi-base:MAJOR.MINOR` -> _Extended algorithm base image for OHDSI algorithm development_
|
|
196
196
|
|
|
197
197
|
## :gift_heart: Join the community!
|
|
198
198
|
|
|
199
|
-
We hope to continue developing, improving, and supporting **vantage6** with the help of
|
|
200
|
-
the federated learning community. If you are interested in contributing, first of all,
|
|
201
|
-
thank you! Second, please take a look at our
|
|
202
|
-
[contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
|
|
199
|
+
We hope to continue developing, improving, and supporting **vantage6** with the help of
|
|
200
|
+
the federated learning community. If you are interested in contributing, first of all,
|
|
201
|
+
thank you! Second, please take a look at our
|
|
202
|
+
[contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
|
|
203
203
|
and our [code of conduct](CODE_OF_CONDUCT.md).
|
|
204
204
|
|
|
205
205
|
<a href="https://github.com/vantage6/vantage6/graphs/contributors">
|
|
@@ -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,
|
|
10
|
+
version_info = (4, 15, 0, "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.
|
|
3
|
+
Version: 4.15.0
|
|
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
|
+
Requires-Dist: vantage6-common==4.15.0
|
|
16
16
|
Provides-Extra: dev
|
|
17
17
|
Requires-Dist: black; extra == "dev"
|
|
18
18
|
Requires-Dist: pre-commit; extra == "dev"
|
|
@@ -170,36 +170,36 @@ easily.
|
|
|
170
170
|
### Docker images
|
|
171
171
|
|
|
172
172
|
The vantage6 infrastructure is delivered in Docker images. All Docker images are stored
|
|
173
|
-
in
|
|
173
|
+
in the vantage6 GitHub Container Registry. The most important images are:
|
|
174
174
|
|
|
175
|
-
- `
|
|
176
|
-
- `
|
|
177
|
-
- `
|
|
178
|
-
- `
|
|
175
|
+
- `ghcr.io/vantage6/infrastructure/node:VERSION` -> _Node application Docker image_
|
|
176
|
+
- `ghcr.io/vantage6/infrastructure/server:VERSION` -> _Server application Docker image_
|
|
177
|
+
- `ghcr.io/vantage6/infrastructure/ui:VERSION` -> _User interface Docker image_
|
|
178
|
+
- `ghcr.io/vantage6/infrastructure/algorithm-store:VERSION` -> _Algorithm store Docker image_
|
|
179
179
|
|
|
180
180
|
with `VERSION` being the full semantic version of the vantage6 infrastructure, e.g.
|
|
181
181
|
`4.0.0` or `4.1.0rc0`.
|
|
182
182
|
|
|
183
183
|
Several other images are used to support the infrastructure:
|
|
184
184
|
|
|
185
|
-
- `
|
|
186
|
-
- `
|
|
187
|
-
- `
|
|
188
|
-
- `
|
|
189
|
-
- `
|
|
190
|
-
- `
|
|
185
|
+
- `ghcr.io/vantage6/infrastructure-base:VERSION` -> _Base image for the infrastructure_
|
|
186
|
+
- `ghcr.io/vantage6/infrastructure/squid:VERSION` -> _Squid proxy image used for the whitelisting service_
|
|
187
|
+
- `ghcr.io/vantage6/infrastructure/alpine` -> _Alpine image used for vpn traffic forwarding_
|
|
188
|
+
- `ghcr.io/vantage6/infrastructure/vpn-client` -> _VPN image used to connect to the VPN_
|
|
189
|
+
- `ghcr.io/vantage6/infrastructure/vpn-configurator` -> _VPN image used for initialization_
|
|
190
|
+
- `ghcr.io/vantage6/infrastructure/ssh-tunnel` -> _SSH tunnel image used for connecting algorithms to external services_
|
|
191
191
|
|
|
192
192
|
And finally there are some images released for algorithm development:
|
|
193
193
|
|
|
194
|
-
- `
|
|
195
|
-
- `
|
|
194
|
+
- `ghcr.io/vantage6/infrastructure/algorithm-base:MAJOR.MINOR` -> _Base image for algorithm development_
|
|
195
|
+
- `ghcr.io/vantage6/infrastructure/algorithm-ohdsi-base:MAJOR.MINOR` -> _Extended algorithm base image for OHDSI algorithm development_
|
|
196
196
|
|
|
197
197
|
## :gift_heart: Join the community!
|
|
198
198
|
|
|
199
|
-
We hope to continue developing, improving, and supporting **vantage6** with the help of
|
|
200
|
-
the federated learning community. If you are interested in contributing, first of all,
|
|
201
|
-
thank you! Second, please take a look at our
|
|
202
|
-
[contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
|
|
199
|
+
We hope to continue developing, improving, and supporting **vantage6** with the help of
|
|
200
|
+
the federated learning community. If you are interested in contributing, first of all,
|
|
201
|
+
thank you! Second, please take a look at our
|
|
202
|
+
[contributing guidelines](https://docs.vantage6.ai/en/main/devops/contribute.html)
|
|
203
203
|
and our [code of conduct](CODE_OF_CONDUCT.md).
|
|
204
204
|
|
|
205
205
|
<a href="https://github.com/vantage6/vantage6/graphs/contributors">
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm/__init__.py
RENAMED
|
File without changes
|
{vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm/test___init__.py
RENAMED
|
File without changes
|
{vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm_module.py
RENAMED
|
File without changes
|
|
File without changes
|
{vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_deserialization.py
RENAMED
|
File without changes
|
{vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_docker_wrapper.py
RENAMED
|
File without changes
|
{vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_serialization.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
|
{vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/util.py
RENAMED
|
File without changes
|
{vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/wrap.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|