File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- python-version : [3.8]
18+ python-version : [3.7, 3. 8]
1919
2020 steps :
2121 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 22History
33=======
44
5- 0.4.1 (2022-02-28 )
5+ 0.4.5 (2022-03-02 )
66------------------
770.4.0 (2022-02-03)
88------------------
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ include CONTRIBUTING.rst
33include HISTORY.rst
44include LICENSE
55include README.rst
6+ include requirements.txt
67
78recursive-include tests *
89recursive-exclude * __pycache__
Original file line number Diff line number Diff line change 1- bokeh = = 2.4.2
2- numba == 0.55.1
3- numpy == 1.21.5
4- #fa2 == 0.3.5
5- Pillow = =9.0.1
6- scanpy = =1.8.2
7- scikit-image = =0.19.2
8- tensorflow == 2.8.0
1+ bokeh > = 2.4.2
2+ leidenalg
3+ louvain
4+ numpy >= 1.18 , < 1.22
5+ Pillow > =9.0.1
6+ scanpy > =1.8.2
7+ scikit-image > =0.19.2
8+ tensorflow
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.1
2+ current_version = 0.4.5
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 2828 "License :: OSI Approved :: BSD License" ,
2929 "Natural Language :: English" ,
3030 "Programming Language :: Python :: 3" ,
31+ "Programming Language :: Python :: 3.7" ,
3132 "Programming Language :: Python :: 3.8" ,
3233 ],
3334 description = "A downstream analysis toolkit for Spatial Transcriptomic data" ,
4849 test_suite = "tests" ,
4950 tests_require = test_requirements ,
5051 url = "https://github.com/BiomedicalMachineLearning/stLearn" ,
51- version = "0.4.1 " ,
52+ version = "0.4.5 " ,
5253 zip_safe = False ,
5354)
Original file line number Diff line number Diff line change 22
33__author__ = """Genomics and Machine Learning lab"""
44__email__ = "duy.pham@uq.edu.au"
5- __version__ = "0.4.1 "
5+ __version__ = "0.4.5 "
66
77
88from . import add
You can’t perform that action at this time.
0 commit comments