Skip to content

Commit 1d657c6

Browse files
Update README.md
1 parent b3e7358 commit 1d657c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Some Python datatypes such as dicts were coerced into numpy recarrays and then f
3232
However, since some Python types were coerced into MATLAB types, old blobs and new blobs may now be fetched as different types of objects even if they were inserted the same way.
3333
For example, new `dict` objects will be returned as `dict` while the same types of objects inserted with `datajoint 0.11` will be recarrays.
3434

35-
Since this is a big change, we chose to disable full blobs support by default as a temporary precaution.
35+
Since this is a big change, we chose to disable full blob support by default as a temporary precaution, which will be removed in version 0.13.
3636

3737
You can enable it by setting the `enable_python_native_blobs` flag in `dj.config`.
3838

0 commit comments

Comments
 (0)