Skip to content

Releases: datajoint/datajoint-python

v0.12.dev8: Store attachments as intact files (#659)

31 Oct 20:37

Choose a tag to compare

* attachments are saved as intact files

* reform attachments and filepath

* complete implementation of external storage except for `clean`

* refactor external storage

* complete refactoring of external storage for version 0.12
all tests pass

* rename attribute `basename` to `attachment_name` in external table

* add __repr__ to ExternalMapping

* external files are not copied if stage and store are the same

* make external tables require setting the `delete_external_files` argument

* update CHANGELOG

* fix Python 3.4 compatibility

* fix Python 3.4 and 3.5 compatibility

* dropped support for Python 3.4

* minor changes in error messages

* Update to pathlib in test init.

* Update test_blob_migrate to be compatible for WIN10.

* Fix WIN10 compatibility with KeyboardInterrupt and SystemExit exceptions.

* Fix WIN10 filepath to store as posix and fetch as user's platform.

* Fix relpath for Python3.5.

* Fix copytree for Python3.5.

* Fix typo.

* Fix for Python3.5.

* Update coveralls.

* Update coverall env vars.

* add environment variable DJ_SUPPORT_FILEPATH_MANAGEMENT to enable/disable the filepath datatype

* Update CHANGELOG.md

Co-Authored-By: guzman-raphael <38401847+guzman-raphael@users.noreply.github.com>

* Update CHANGELOG.md

Co-Authored-By: guzman-raphael <38401847+guzman-raphael@users.noreply.github.com>

v0.12.dev7: Merge pull request #660 from guzman-raphael/dev

31 Oct 20:37
aae57ac

Choose a tag to compare

v0.12.dev6: Merge pull request #654 from guzman-raphael/dev

31 Oct 20:38
fc21b5c

Choose a tag to compare

Update ahead of pre-release

v0.12.dev5: Merge pull request #642 from guzman-raphael/dev

31 Oct 20:38
bb21796

Choose a tag to compare

Update changelog

v0.12.dev4: Merge pull request #609 from guzman-raphael/v_update

31 Oct 20:38
a337320

Choose a tag to compare

Increment version

v0.12.dev: Merge pull request #532 from dimitri-yatsenko/attachments

31 Oct 20:38
26fc8e1

Choose a tag to compare

Attachments and configurable blobs

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

19 Dec 22:21
7ba4bbc

Choose a tag to compare

Documentation content additions and revisions for M2

Release 0.11.1

17 Nov 21:33
1b2827a

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

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

Choose a tag to compare

Merge pull request #474 from dimitri-yatsenko/master

update release info for version 0.10.1