MEDfl 0.1.36__tar.gz → 0.1.37__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.
- MEDfl-0.1.37/MEDfl/scripts/__init__.py +2 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl.egg-info/PKG-INFO +1 -1
- {MEDfl-0.1.36 → MEDfl-0.1.37}/PKG-INFO +1 -1
- {MEDfl-0.1.36 → MEDfl-0.1.37}/setup.py +1 -1
- MEDfl-0.1.36/MEDfl/scripts/__init__.py +0 -2
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/__init__.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/client.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/dynamicModal.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/federated_dataset.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/flpipeline.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/model.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/params.yaml +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/params_optimiser.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/plot.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/server.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/strategy.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/LearningManager/utils.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/NetManager/__init__.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/NetManager/database_connector.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/NetManager/dataset.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/NetManager/flsetup.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/NetManager/net_helper.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/NetManager/net_manager_queries.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/NetManager/network.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/NetManager/node.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/__init__.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/scripts/base.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl/scripts/create_db.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl.egg-info/SOURCES.txt +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl.egg-info/dependency_links.txt +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl.egg-info/requires.txt +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/MEDfl.egg-info/top_level.txt +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/README.md +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/alembic/__init__.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/alembic/env.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/setup.cfg +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/tests/test_dataset.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/tests/test_federated_dataset.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/tests/test_flpipeline.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/tests/test_flsetup.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/tests/test_network.py +0 -0
- {MEDfl-0.1.36 → MEDfl-0.1.37}/tests/test_node.py +0 -0
@@ -14,7 +14,7 @@ with open('requirements.txt') as f:
|
|
14
14
|
|
15
15
|
setup(
|
16
16
|
name="MEDfl",
|
17
|
-
version="0.1.
|
17
|
+
version="0.1.37",
|
18
18
|
author="MEDomics consortium",
|
19
19
|
author_email="medomics.info@gmail.com",
|
20
20
|
description="Python Open-source package for simulating federated learning and differential privacy",
|
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
|