You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,14 @@ In this file we log both:
10
10
11
11
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).
12
12
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 include `None` values (isntead of known SHA values) to only check for file existence without comparing file hashes.
0 commit comments