Skip to content

Commit

Permalink
update: update 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
duypham2108 committed Mar 9, 2022
1 parent bc45439 commit f9c7615
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,8 @@
History
=======

0.4.6 (2022-03-09)
------------------
0.4.5 (2022-03-02)
------------------
0.4.0 (2022-02-03)
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -13,4 +13,4 @@ recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
recursive-include stlearn/app *.txt
recursive-include stlearn/app/templates *
recursive-include stlearn/app/static *
recursive-include stLearn/stlearn/tools/microenv/cci/databases/ *.txt
recursive-include stlearn/tools/microenv/cci/databases *.txt
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.4.6
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -21,7 +21,7 @@
setup(
author="Genomics and Machine Learning lab",
author_email="duy.pham@uq.edu.au",
python_requires=">=3.8",
python_requires=">=3.7",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -49,6 +49,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/BiomedicalMachineLearning/stLearn",
version="0.4.5",
version="0.4.6",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion stlearn/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = """Genomics and Machine Learning lab"""
__email__ = "duy.pham@uq.edu.au"
__version__ = "0.4.5"
__version__ = "0.4.6"


from . import add
Expand Down
7 changes: 7 additions & 0 deletions stlearn/tools/microenv/cci/databases/__init__.py
@@ -0,0 +1,7 @@
# from .base import lr
# from .base_grouping import get_hotspots
# from . import het
# from .het import edge_core, get_between_spot_edge_array
# from .merge import merge
# from .permutation import get_rand_pairs
from .analysis import load_lrs, grid, run, adj_pvals, run_lr_go, run_cci

0 comments on commit f9c7615

Please sign in to comment.