Skip to content

Tags: datajoint/datajoint-python

Tags

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1399 from datajoint/fix/job-reserve-race-1398

fix: Atomic job reservation to prevent race condition

v0.14.9

Toggle v0.14.9's commit message

Verified

This commit was signed with the committer’s verified signature.
dimitri-yatsenko Dimitri Yatsenko
Revert "Update version.py to 0.14.9"

This reverts commit ac3c624.

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dimitri-yatsenko Dimitri Yatsenko
revert: Reset version to 2.0.1 for proper release workflow

v2.0.2

Toggle v2.0.2's commit message
DataJoint 2.0.2

Bug fixes:

- fix: Support 'KEY' in fetch() for backward compatibility (#1384, #1381)
- fix: Handle inhomogeneous array shapes in to_arrays() (#1382, #1380)
- fix: Disable semantic_check for job table subtraction in refresh() (#1383, #1379)
- fix: Handle missing SSL context in multiprocess populate (#1377)

v0.14.8

Toggle v0.14.8's commit message
DataJoint 0.14.8

Bug fixes:

- fix: Add config option to skip filepath checksum on insert (#1387, #1386)
  - New `filepath_checksum_size_limit_insert` config option
  - Prevents transaction timeouts when inserting large files with filepath attributes

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1375 from datajoint/fix/allow-underscore-class-names

fix: Allow table class names with underscores (with warning)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1370 from datajoint/fix/dockerfile-license

v0.14.7

Toggle v0.14.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1360 from datajoint/fix/make-kwargs-tripartite

fix: Pass make_kwargs to make_fetch in tripartite pattern

v0.14.6

Toggle v0.14.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1250 from dimitri-yatsenko/master

update documentation and devcontainer

v0.14.5

Toggle v0.14.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1247 from dimitri-yatsenko/master

Fix error message when deleting without delete privilege