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.
Files changed (28) hide show
  1. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/PKG-INFO +19 -19
  2. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/client/_version.py +1 -1
  3. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6_algorithm_tools.egg-info/PKG-INFO +19 -19
  4. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6_algorithm_tools.egg-info/requires.txt +1 -1
  5. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/setup.cfg +0 -0
  6. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/setup.py +0 -0
  7. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/__init__.py +0 -0
  8. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm/__init__.py +0 -0
  9. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm/test___init__.py +0 -0
  10. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/algorithm_module.py +0 -0
  11. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/base/__init__.py +0 -0
  12. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_deserialization.py +0 -0
  13. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_docker_wrapper.py +0 -0
  14. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/tests/test_serialization.py +0 -0
  15. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/client/__build__ +0 -0
  16. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/client/__init__.py +0 -0
  17. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/__init__.py +0 -0
  18. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/decorators.py +0 -0
  19. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/exceptions.py +0 -0
  20. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/mock_client.py +0 -0
  21. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/preprocessing/__init__.py +0 -0
  22. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/preprocessing/functions.py +0 -0
  23. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/util.py +0 -0
  24. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/wrap.py +0 -0
  25. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6/algorithm/tools/wrappers.py +0 -0
  26. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6_algorithm_tools.egg-info/SOURCES.txt +0 -0
  27. {vantage6_algorithm_tools-4.14.0 → vantage6_algorithm_tools-4.15.0}/vantage6_algorithm_tools.egg-info/dependency_links.txt +0 -0
  28. {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.14.0
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.14.0
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 our private [Harbor](https://goharbor.io/) registry. The most important images are:
173
+ in the vantage6 GitHub Container Registry. The most important images are:
174
174
 
175
- - `harbor2.vantage6.ai/infrastructure/node:VERSION` -> _Node application Docker image_
176
- - `harbor2.vantage6.ai/infrastructure/server:VERSION` -> _Server application Docker image_
177
- - `harbor2.vantage6.ai/infrastructure/ui:VERSION` -> _User interface Docker image_
178
- - `harbor2.vantage6.ai/infrastructure/algorithm-store:VERSION` -> _Algorithm store Docker image_
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
- - `harbor2.vantage6.ai/infrastructure/infrastructure-base:VERSION` -> _Base image for the infrastructure_
186
- - `harbor2.vantage6.ai/infrastructure/squid:VERSION` -> _Squid proxy image used for the whitelisting service_
187
- - `harbor2.vantage6.ai/infrastructure/alpine` -> _Alpine image used for vpn traffic forwarding_
188
- - `harbor2.vantage6.ai/infrastructure/vpn-client` -> _VPN image used to connect to the VPN_
189
- - `harbor2.vantage6.ai/infrastructure/vpn-configurator` -> _VPN image used for initialization_
190
- - `harbor2.vantage6.ai/infrastructure/ssh-tunnel` -> _SSH tunnel image used for connecting algorithms to external services_
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
- - `harbor2.vantage6.ai/infrastructure/algorithm-base:MAJOR.MINOR` -> _Base image for algorithm development_
195
- - `harbor2.vantage6.ai/infrastructure/algorithm-ohdsi-base:MAJOR.MINOR` -> _Extended algorithm base image for OHDSI algorithm development_
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, 14, 0, "final", __build__, 0)
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.14.0
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.14.0
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 our private [Harbor](https://goharbor.io/) registry. The most important images are:
173
+ in the vantage6 GitHub Container Registry. The most important images are:
174
174
 
175
- - `harbor2.vantage6.ai/infrastructure/node:VERSION` -> _Node application Docker image_
176
- - `harbor2.vantage6.ai/infrastructure/server:VERSION` -> _Server application Docker image_
177
- - `harbor2.vantage6.ai/infrastructure/ui:VERSION` -> _User interface Docker image_
178
- - `harbor2.vantage6.ai/infrastructure/algorithm-store:VERSION` -> _Algorithm store Docker image_
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
- - `harbor2.vantage6.ai/infrastructure/infrastructure-base:VERSION` -> _Base image for the infrastructure_
186
- - `harbor2.vantage6.ai/infrastructure/squid:VERSION` -> _Squid proxy image used for the whitelisting service_
187
- - `harbor2.vantage6.ai/infrastructure/alpine` -> _Alpine image used for vpn traffic forwarding_
188
- - `harbor2.vantage6.ai/infrastructure/vpn-client` -> _VPN image used to connect to the VPN_
189
- - `harbor2.vantage6.ai/infrastructure/vpn-configurator` -> _VPN image used for initialization_
190
- - `harbor2.vantage6.ai/infrastructure/ssh-tunnel` -> _SSH tunnel image used for connecting algorithms to external services_
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
- - `harbor2.vantage6.ai/infrastructure/algorithm-base:MAJOR.MINOR` -> _Base image for algorithm development_
195
- - `harbor2.vantage6.ai/infrastructure/algorithm-ohdsi-base:MAJOR.MINOR` -> _Extended algorithm base image for OHDSI algorithm development_
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">
@@ -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.14.0
8
+ vantage6-common==4.15.0
9
9
 
10
10
  [dev]
11
11
  black