Skip to content

Commit be66c7f

Browse files
committed
chore: bump deps, version, add changelog
1 parent 3337b8b commit be66c7f

File tree

6 files changed

+512
-506
lines changed

6 files changed

+512
-506
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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/)

cellseg_models_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from . import inference, models, utils
22
from .models import CellPoseUnet, HoverNet, StarDistUnet
33

4-
__version__ = "0.1.15"
4+
__version__ = "0.1.16"
55
submodules = ["utils", "models", "inference"]
66
__all__ = [
77
"__version__",

0 commit comments

Comments
 (0)