DataJoint 0.14.8
·
693 commits
to master
since this release
Bug Fixes
- fix: Add config option to skip filepath checksum on insert (#1387)
- New
filepath_checksum_size_limit_insertconfig option - Prevents transaction timeouts when inserting large files with filepath attributes in three-part
make()methods - Fixes #1386
- New
Usage
import datajoint as dj
# Skip checksum on insert for files > 1GB
dj.config['filepath_checksum_size_limit_insert'] = 1024 * 1024 * 1024Installation
pip install datajoint==0.14.8