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 2424 fail-fast : true
2525 matrix :
2626 # python-version: ["3.7", "3.8", "3.9"]
27- python-version : ["3.7 "]
27+ python-version : ["3.8 "]
2828 os : [ubuntu-latest]
2929 runs-on : ${{ matrix.os }}
3030 steps :
Original file line number Diff line number Diff line change 11<a id =' changelog-0.1.15 ' ></a >
22
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+
311# 0.1.15 — 2022-12-13
412
513## Features
Original file line number Diff line number Diff line change 66
77[ ![ 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 )
88[ ![ 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/ )
1010<br >
1111[ ![ 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 )
1212[ ![ 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 11from . import inference , models , utils
22from .models import CellPoseUnet , HoverNet , StarDistUnet
33
4- __version__ = "0.1.15 "
4+ __version__ = "0.1.16 "
55submodules = ["utils" , "models" , "inference" ]
66__all__ = [
77 "__version__" ,
You can’t perform that action at this time.
0 commit comments