Skip to content

Commit 1d35700

Browse files
v0.4.7
v0.4.7 - added a utility function for robust S3 retrieval (retries with exponential backoff) and implemented it within the core inspection functions in an attempt to resolve the ongoing S3 curl request failures. Also allowed importance threshold to be specified as a string rather than an instance of the enum class. Also added negative job slicing to all n_jobs arguments.
1 parent 701fa2a commit 1d35700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = f.read()
66
setup(
77
name="nwbinspector",
8-
version="0.4.6",
8+
version="0.4.7",
99
description="Tool to inspect NWB files for best practices compliance.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)