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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Some Python datatypes such as dicts were coerced into numpy recarrays and then f
32
32
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.
33
33
For example, new `dict` objects will be returned as `dict` while the same types of objects inserted with `datajoint 0.11` will be recarrays.
34
34
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.
36
36
37
37
You can enable it by setting the `enable_python_native_blobs` flag in `dj.config`.
0 commit comments