Skip to content

Releases: datajoint/datajoint-python

v0.11.1-doc1: Merge pull request #551 from austin-hilberg/master

19 Dec 22:21
7ba4bbc
Compare
Choose a tag to compare
Documentation content additions and revisions for M2

Release 0.11.1

17 Nov 21:33
1b2827a
Compare
Choose a tag to compare

Fix ordering of attributes in proj (#483 and #516)
Prohibit direct insert into auto-populated tables (#511)

Release 0.11.0

25 Oct 12:46
25b2fec
Compare
Choose a tag to compare

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

28 Aug 16:48
b13ffda
Compare
Choose a tag to compare
Merge pull request #474 from dimitri-yatsenko/master

update release info for version 0.10.1

Release 0.7.2

12 Jun 15:53
Compare
Choose a tag to compare
  • Improve set_password prompt
  • Add size_on_disk property to dj.schema object

Release 0.7.0

10 Jun 13:13
Compare
Choose a tag to compare
  • Extended syntax for fetch() and fetch1() to handle separate attribute retrieval.
  • Multiple methods and properties of fetch and fetch1 are now deprecated:
    • fetch[] and fetch1[]
    • order_by(), limit(), offset(), copy(), as_dict, and squeeze

Release 0.6.1

09 Jun 06:25
Compare
Choose a tag to compare
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

11 Aug 22:24
Compare
Choose a tag to compare
Release 0.1.0 dev 5 Pre-release
Pre-release

Developmental release of version 0.1.0, iteration 5.