flexynesis 0.2.8__tar.gz → 0.2.9__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 (32) hide show
  1. {flexynesis-0.2.8 → flexynesis-0.2.9}/LICENSE +0 -2
  2. {flexynesis-0.2.8 → flexynesis-0.2.9}/PKG-INFO +2 -4
  3. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis.egg-info/PKG-INFO +2 -4
  4. {flexynesis-0.2.8 → flexynesis-0.2.9}/pyproject.toml +1 -1
  5. {flexynesis-0.2.8 → flexynesis-0.2.9}/README.md +0 -0
  6. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/__init__.py +0 -0
  7. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/__main__.py +0 -0
  8. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/cli.py +0 -0
  9. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/config.py +0 -0
  10. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/data.py +0 -0
  11. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/feature_selection.py +0 -0
  12. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/main.py +0 -0
  13. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/__init__.py +0 -0
  14. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/crossmodal_pred.py +0 -0
  15. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/direct_pred.py +0 -0
  16. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/gnn_early.py +0 -0
  17. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/on_ice/direct_pred_cnn.py +0 -0
  18. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/on_ice/direct_pred_gcnn.py +0 -0
  19. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/on_ice/modules_on_ice.py +0 -0
  20. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/supervised_vae.py +0 -0
  21. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/models/triplet_encoder.py +0 -0
  22. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/modules.py +0 -0
  23. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis/utils.py +0 -0
  24. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis.egg-info/SOURCES.txt +0 -0
  25. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis.egg-info/dependency_links.txt +0 -0
  26. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis.egg-info/entry_points.txt +0 -0
  27. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis.egg-info/requires.txt +0 -0
  28. {flexynesis-0.2.8 → flexynesis-0.2.9}/flexynesis.egg-info/top_level.txt +0 -0
  29. {flexynesis-0.2.8 → flexynesis-0.2.9}/setup.cfg +0 -0
  30. {flexynesis-0.2.8 → flexynesis-0.2.9}/tests/__init__.py +0 -0
  31. {flexynesis-0.2.8 → flexynesis-0.2.9}/tests/unit/__init__.py +0 -0
  32. {flexynesis-0.2.8 → flexynesis-0.2.9}/tests/unit/test_smoke.py +0 -0
@@ -1,4 +1,3 @@
1
- ```txt
2
1
  Modified MIT License for Academic and Non-Commercial Use
3
2
 
4
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,4 +21,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
21
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
22
  SOFTWARE.
24
23
 
25
- ```
@@ -1,10 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: flexynesis
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: A deep-learning based multi-omics bulk sequencing data integration suite with a focus on (pre-)clinical endpoint prediction.
5
5
  Author-email: Bora Uyar <bora.uyar@mdc-berlin.de>, Taras Savchyn <Taras.Savchyn@mdc-berlin.de>, Ricardo Wurmus <Ricardo.Wurmus@mdc-berlin.de>, Ahmet Sarigun <Ahmet.Sariguen@mdc-berlin.de>
6
- License: ```txt
7
- Modified MIT License for Academic and Non-Commercial Use
6
+ License: Modified MIT License for Academic and Non-Commercial Use
8
7
 
9
8
  Permission is hereby granted, free of charge, to any person obtaining a copy
10
9
  of this software and associated documentation files (the "Software"), to deal
@@ -27,7 +26,6 @@ License: ```txt
27
26
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
27
  SOFTWARE.
29
28
 
30
- ```
31
29
 
32
30
  Project-URL: homepage, https://github.com/BIMSBbioinfo/flexynesis
33
31
  Classifier: Development Status :: 3 - Alpha
@@ -1,10 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: flexynesis
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: A deep-learning based multi-omics bulk sequencing data integration suite with a focus on (pre-)clinical endpoint prediction.
5
5
  Author-email: Bora Uyar <bora.uyar@mdc-berlin.de>, Taras Savchyn <Taras.Savchyn@mdc-berlin.de>, Ricardo Wurmus <Ricardo.Wurmus@mdc-berlin.de>, Ahmet Sarigun <Ahmet.Sariguen@mdc-berlin.de>
6
- License: ```txt
7
- Modified MIT License for Academic and Non-Commercial Use
6
+ License: Modified MIT License for Academic and Non-Commercial Use
8
7
 
9
8
  Permission is hereby granted, free of charge, to any person obtaining a copy
10
9
  of this software and associated documentation files (the "Software"), to deal
@@ -27,7 +26,6 @@ License: ```txt
27
26
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
27
  SOFTWARE.
29
28
 
30
- ```
31
29
 
32
30
  Project-URL: homepage, https://github.com/BIMSBbioinfo/flexynesis
33
31
  Classifier: Development Status :: 3 - Alpha
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "flexynesis"
7
- version = "0.2.8"
7
+ version = "0.2.9"
8
8
  license = {file = "LICENSE"}
9
9
  authors = [
10
10
  {name = "Bora Uyar", email = "bora.uyar@mdc-berlin.de"},
File without changes
File without changes
File without changes
File without changes