File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -364,13 +364,15 @@ may be controlled with the `LOGURU_LEVEL` environment variable.
364
364
365
365
## Changelog
366
366
367
- ### 0.7.1 (to be released)
367
+ ### 0.8.0
368
368
369
369
- breaking: removed ` decimals ` argument from bioimageio CLI and ` bioimageio.core.commands.test() `
370
370
- New feature: ` bioimageio.core.test_description ` accepts ** runtime_env** and ** run_command** to test a resource
371
371
using the conda environment described by that resource (or another specified conda env)
372
372
- new CLI command: ` bioimageio add-weights ` (and utility function: bioimageio.core.add_weights)
373
373
- 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 `
374
376
375
377
### 0.7.0
376
378
Original file line number Diff line number Diff line change 1
1
{
2
- "version": "0.7 .0"
2
+ "version": "0.8 .0"
3
3
}
Original file line number Diff line number Diff line change 51
51
),
52
52
"tensorflow" : ["tensorflow" , "keras>=2.15,<4" ],
53
53
"onnx" : ["onnxruntime" ],
54
- "tests" : (test_deps := ["pytest" ]), # minimal test requirements
54
+ "tests" : (test_deps := ["pytest" , "pytest-cov" ]), # minimal test requirements
55
55
"dev" : (
56
56
test_deps
57
57
+ pytorch_deps
68
68
"pdoc" ,
69
69
"pre-commit" ,
70
70
"pyright==1.1.396" ,
71
- "pytest-cov" ,
72
71
"segment-anything" , # for model testing
73
72
"timm" , # for model testing
74
73
# "crick", # currently requires python<=3.9
You can’t perform that action at this time.
0 commit comments