Published March 24, 2021
| Version v0.13.0
Software
Open
datajoint/datajoint-python: Release 0.13.0
Authors/Creators
- 1. DataJoint Neuro
- 2. @sinzlab @atlab @datajoint @vathes
- 3. Baylor College of Medicine
- 4. LMU Munich
- 5. @w3f
- 6. Gitter
- 7. UCSF / HHMI
Description
Minor Changes:
- Re-implement query transpilation into SQL, fixing issues (#386, #449, #450, #484). PR #754
- Re-implement cascading deletes for better performance. PR #839
- Add support for deferred schema activation. (#834) PR #839
- Add table method
.update1to update a row in the table with new values PR #763 - Python datatypes are now enabled by default in blobs (#761). PR #785
- Added permissive join and restriction operators
@and^(#785) PR #754 - Support DataJoint datatype and connection plugins (#715, #729) PR 730, #735
- Add
dj.key_hashalias todj.hash.key_hash - Default enable_python_native_blobs to True
- Bugfix - Regression error on joins with same attribute name (#857) PR #878
- Bugfix - Error when
fetch1('KEY')whendj.config['fetch_format']='frame'set (#876) PR #880, #878 - Bugfix - Error when cascading deletes in tables with many, complex keys (#883, #886) PR #839
- Add deprecation warning for
_update. PR #889 - Add
purge_query_cacheutility. PR #889 - Add tests for query caching and permissive join and restriction. PR #889
- Drop support for Python 3.5
Files
datajoint/datajoint-python-v0.13.0.zip
Files
(332.2 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5cab154aa7361b153095ef39a47e5c9f
|
332.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/datajoint/datajoint-python/tree/v0.13.0 (URL)