File tree Expand file tree Collapse file tree 6 files changed +512
-506
lines changed Expand file tree Collapse file tree 6 files changed +512
-506
lines changed Original file line number Diff line number Diff line change 24
24
fail-fast : true
25
25
matrix :
26
26
# python-version: ["3.7", "3.8", "3.9"]
27
- python-version : ["3.7 "]
27
+ python-version : ["3.8 "]
28
28
os : [ubuntu-latest]
29
29
runs-on : ${{ matrix.os }}
30
30
steps :
Original file line number Diff line number Diff line change 1
1
<a id =' changelog-0.1.15 ' ></a >
2
2
3
+ # 0.1.16 — 2022-12-14
4
+
5
+ ## Dependencies
6
+
7
+ - Bump old versions of numpy & scipy
8
+
9
+ <a id =' changelog-0.1.15 ' ></a >
10
+
3
11
# 0.1.15 — 2022-12-13
4
12
5
13
## Features
Original file line number Diff line number Diff line change 6
6
7
7
[ ![ Generic badge] ( https://img.shields.io/badge/License-MIT-<COLOR>.svg?style=for-the-badge )] ( https://github.com/okunator/cellseg_models.pytorch/blob/master/LICENSE )
8
8
[ ![ PyTorch - Version] ( https://img.shields.io/badge/PYTORCH-1.8.1+-red?style=for-the-badge&logo=pytorch )] ( https://pytorch.org/ )
9
- [ ![ Python - Version] ( https://img.shields.io/badge/PYTHON-3.7 +-red?style=for-the-badge&logo=python&logoColor=white )] ( https://www.python.org/ )
9
+ [ ![ Python - Version] ( https://img.shields.io/badge/PYTHON-3.8 +-red?style=for-the-badge&logo=python&logoColor=white )] ( https://www.python.org/ )
10
10
<br >
11
11
[ ![ Github Test] ( https://img.shields.io/github/workflow/status/okunator/cellseg_models.pytorch/Tests?label=Tests&logo=github&style=for-the-badge )] ( https://github.com/okunator/cellseg_models.pytorch/actions/workflows/tests.yml )
12
12
[ ![ Pypi] ( https://img.shields.io/pypi/v/cellseg-models-pytorch?color=blue&logo=pypi&style=for-the-badge )] ( https://pypi.org/project/cellseg-models-pytorch/ )
Original file line number Diff line number Diff line change 1
1
from . import inference , models , utils
2
2
from .models import CellPoseUnet , HoverNet , StarDistUnet
3
3
4
- __version__ = "0.1.15 "
4
+ __version__ = "0.1.16 "
5
5
submodules = ["utils" , "models" , "inference" ]
6
6
__all__ = [
7
7
"__version__" ,
You can’t perform that action at this time.
0 commit comments