Skip to content

Commit

Permalink
update: update version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
duypham2108 committed Mar 1, 2022
1 parent 23aa59d commit 8b23265
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Expand Up @@ -2,7 +2,7 @@
History
=======

0.4.1 (2022-02-28)
0.4.5 (2022-03-02)
------------------
0.4.0 (2022-02-03)
------------------
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -3,6 +3,7 @@ include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
include requirements.txt

recursive-include tests *
recursive-exclude * __pycache__
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
@@ -1,8 +1,8 @@
bokeh == 2.4.2
numba==0.55.1
numpy==1.21.5
#fa2 == 0.3.5
Pillow==9.0.1
scanpy==1.8.2
scikit-image==0.19.2
tensorflow==2.8.0
bokeh>= 2.4.2
leidenalg
louvain
numpy>=1.18,<1.22
Pillow>=9.0.1
scanpy>=1.8.2
scikit-image>=0.19.2
tensorflow
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.5
commit = True
tag = True

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -28,6 +28,7 @@
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
description="A downstream analysis toolkit for Spatial Transcriptomic data",
Expand All @@ -48,6 +49,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/BiomedicalMachineLearning/stLearn",
version="0.4.1",
version="0.4.5",
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.1"
__version__ = "0.4.5"


from . import add
Expand Down
Empty file.

0 comments on commit 8b23265

Please sign in to comment.