python-katlas 0.2.1__tar.gz → 0.2.2__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 (26) hide show
  1. {python_katlas-0.2.1/python_katlas.egg-info → python_katlas-0.2.2}/PKG-INFO +2 -2
  2. python_katlas-0.2.2/katlas/__init__.py +1 -0
  3. {python_katlas-0.2.1 → python_katlas-0.2.2}/pyproject.toml +1 -1
  4. {python_katlas-0.2.1 → python_katlas-0.2.2/python_katlas.egg-info}/PKG-INFO +2 -2
  5. {python_katlas-0.2.1 → python_katlas-0.2.2}/python_katlas.egg-info/requires.txt +1 -1
  6. python_katlas-0.2.1/katlas/__init__.py +0 -1
  7. {python_katlas-0.2.1 → python_katlas-0.2.2}/LICENSE +0 -0
  8. {python_katlas-0.2.1 → python_katlas-0.2.2}/MANIFEST.in +0 -0
  9. {python_katlas-0.2.1 → python_katlas-0.2.2}/README.md +0 -0
  10. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/_modidx.py +0 -0
  11. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/common.py +0 -0
  12. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/compare.py +0 -0
  13. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/data.py +0 -0
  14. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/hierarchical.py +0 -0
  15. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/lo.py +0 -0
  16. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/pathway.py +0 -0
  17. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/plot.py +0 -0
  18. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/pspa.py +0 -0
  19. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/pssm.py +0 -0
  20. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/scoring.py +0 -0
  21. {python_katlas-0.2.1 → python_katlas-0.2.2}/katlas/utils.py +0 -0
  22. {python_katlas-0.2.1 → python_katlas-0.2.2}/python_katlas.egg-info/SOURCES.txt +0 -0
  23. {python_katlas-0.2.1 → python_katlas-0.2.2}/python_katlas.egg-info/dependency_links.txt +0 -0
  24. {python_katlas-0.2.1 → python_katlas-0.2.2}/python_katlas.egg-info/entry_points.txt +0 -0
  25. {python_katlas-0.2.1 → python_katlas-0.2.2}/python_katlas.egg-info/top_level.txt +0 -0
  26. {python_katlas-0.2.1 → python_katlas-0.2.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-katlas
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: tools for predicting kinome specificities
5
5
  Author-email: lily <lcai888666@gmail.com>
6
6
  License: Apache-2.0
@@ -24,8 +24,8 @@ Requires-Dist: seaborn
24
24
  Requires-Dist: reactome2py
25
25
  Requires-Dist: scikit-learn
26
26
  Requires-Dist: biopython
27
- Requires-Dist: python-kplot>=0.0.2
28
27
  Requires-Dist: filelock>=3.25.2
28
+ Requires-Dist: python-kplot>=0.0.3
29
29
  Provides-Extra: dev
30
30
  Requires-Dist: nbdev; extra == "dev"
31
31
  Requires-Dist: jupyterlab>=3.6.8; extra == "dev"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.2"
@@ -22,8 +22,8 @@ dependencies = [
22
22
  "reactome2py",
23
23
  'scikit-learn',
24
24
  'biopython',
25
- "python-kplot>=0.0.2",
26
25
  "filelock>=3.25.2",
26
+ "python-kplot>=0.0.3",
27
27
  ]
28
28
 
29
29
  [project.urls]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-katlas
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: tools for predicting kinome specificities
5
5
  Author-email: lily <lcai888666@gmail.com>
6
6
  License: Apache-2.0
@@ -24,8 +24,8 @@ Requires-Dist: seaborn
24
24
  Requires-Dist: reactome2py
25
25
  Requires-Dist: scikit-learn
26
26
  Requires-Dist: biopython
27
- Requires-Dist: python-kplot>=0.0.2
28
27
  Requires-Dist: filelock>=3.25.2
28
+ Requires-Dist: python-kplot>=0.0.3
29
29
  Provides-Extra: dev
30
30
  Requires-Dist: nbdev; extra == "dev"
31
31
  Requires-Dist: jupyterlab>=3.6.8; extra == "dev"
@@ -7,8 +7,8 @@ seaborn
7
7
  reactome2py
8
8
  scikit-learn
9
9
  biopython
10
- python-kplot>=0.0.2
11
10
  filelock>=3.25.2
11
+ python-kplot>=0.0.3
12
12
 
13
13
  [dev]
14
14
  nbdev
@@ -1 +0,0 @@
1
- __version__ = "0.2.1"
File without changes
File without changes
File without changes
File without changes