Skip to content

Commit 9cc23d6

Browse files
authored
Merge pull request #458 from bioimage-io/dev
bump version
2 parents 02f5468 + 056e0c2 commit 9cc23d6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,15 @@ may be controlled with the `LOGURU_LEVEL` environment variable.
364364

365365
## Changelog
366366

367-
### 0.7.1 (to be released)
367+
### 0.8.0
368368

369369
- breaking: removed `decimals` argument from bioimageio CLI and `bioimageio.core.commands.test()`
370370
- New feature: `bioimageio.core.test_description` accepts **runtime_env** and **run_command** to test a resource
371371
using the conda environment described by that resource (or another specified conda env)
372372
- new CLI command: `bioimageio add-weights` (and utility function: bioimageio.core.add_weights)
373373
- removed `bioimageio.core.proc_ops.get_proc_class` in favor of `bioimageio.core.proc_ops.get_proc`
374+
- new CLI command: `bioimageio update-format`
375+
- new CLI command: `bioimageio update-hashes`
374376

375377
### 0.7.0
376378

bioimageio/core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.7.0"
2+
"version": "0.8.0"
33
}

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
),
5252
"tensorflow": ["tensorflow", "keras>=2.15,<4"],
5353
"onnx": ["onnxruntime"],
54-
"tests": (test_deps := ["pytest"]), # minimal test requirements
54+
"tests": (test_deps := ["pytest", "pytest-cov"]), # minimal test requirements
5555
"dev": (
5656
test_deps
5757
+ pytorch_deps
@@ -68,7 +68,6 @@
6868
"pdoc",
6969
"pre-commit",
7070
"pyright==1.1.396",
71-
"pytest-cov",
7271
"segment-anything", # for model testing
7372
"timm", # for model testing
7473
# "crick", # currently requires python<=3.9

0 commit comments

Comments
 (0)