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.
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
Original file line number Diff line number Diff line change 11{
2- "version": "0.7 .0"
2+ "version": "0.8 .0"
33}
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments