Releases: datajoint/datajoint-python
Releases · datajoint/datajoint-python
v0.11.1-doc1: Merge pull request #551 from austin-hilberg/master
Documentation content additions and revisions for M2
Release 0.11.1
Release 0.11.0
The main new feature in this release is the full support of projections in dependencies (foreign key) including table definition, cascaded deletes, and auto-populate.
Major Changes:
- Full support of dependencies with renamed attributes using projection syntax (#300, #345, #436, #506, #507)
- Rename internal class and module names to comply with terminology in documentation (#494, #500)
- Full support of secondary indexes (#498, #500)
- ERD no longer shows numbers in nodes corresponding to derived dependencies (#478, #500)
- Full support of unique and nullable dependencies (#254, #301, #493, #495, #500)
- Improve memory management in
populate
(#461, #486) - Fix query errors and redundancies (#456, #463, #482)
Release 0.10.1
Merge pull request #474 from dimitri-yatsenko/master update release info for version 0.10.1
Release 0.7.2
- Improve
set_password
prompt - Add
size_on_disk
property todj.schema
object
Release 0.7.0
- Extended syntax for
fetch()
andfetch1()
to handle separate attribute retrieval. - Multiple methods and properties of
fetch
andfetch1
are now deprecated:fetch[]
andfetch1[]
order_by()
,limit()
,offset()
,copy()
,as_dict
, andsqueeze
Release 0.6.1
Merge pull request #317 from dimitri-yatsenko/master Fix #288 (add connection id to jobs table) and modify `key_source` handling
Release 0.1.0 dev 5
Developmental release of version 0.1.0, iteration 5.