Skip to content

Commit 134f7bc

Browse files
committed
bump version and update changelog
1 parent 61c04aa commit 134f7bc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bioimageio/spec/VERSION

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

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ In this file we log both:
1010

1111
This changelog includes implementation details and my reference the [changes to the Resource Description Format](#changes-to-the-resource-description-format), e.g. in entry [bioimageio.spec 0.5.2](#bioimageiospec-052).
1212

13+
#### bioimageio.spec 0.5.4.2
14+
15+
- improved validation summary formatting
16+
- new validation context `disable_cache` (equivalent to an empty `cache_path` in `settings`)
17+
circumvents caching to disk and keeps downloads in memory only
18+
- new setting `allow_pickle` to control `numpy.load`/`numpy.save` behavior
19+
- allow the `ValidationContext`'s `known_files` to be a set of file names to only check for file existence without comparing file hashes.
20+
1321
#### bioimageio.spec 0.5.4.1
1422

1523
(patch to 0.5.4.0)

0 commit comments

Comments
 (0)