Skip to content

Releases: datajoint/datajoint-matlab

Release 3.5.1

27 Mar 22:38
edd7eb0
Compare
Choose a tag to compare

Bugfix Updates

  • Bugfix: Allow schemas named with dashes PR #427

Release 3.5.0

21 Mar 20:16
34f63f5
Compare
Choose a tag to compare

Minor Updates

  • Bugfix: Cascading delete for renamed foreign keys (#379) PR #386
  • Minor: Add renaming the same attribute multiple times within a single projection PR #386
  • Minor: Add config for reading values with 32-bit dimensions (datajoint/mym#86) PR #395

Release 3.4.3

28 May 18:17
3ced068
Compare
Choose a tag to compare

Bugfix Updates

  • Bugfix: dj.config omits default values when loading new config immediately after MATLAB boot (#359) PR #369
  • Bugfix: Regression error when using fetchn with a join (#361) PR #369
  • Bugfix: Cascading delete not functioning properly when using renamed foreign keys (#362) PR #369
  • Update NGINX reverse-proxy image use PR #369
  • Bugfix: Add support to curly brackets in comments (#365) PR #373

Release 3.4.2

17 Mar 13:45
755ea67
Compare
Choose a tag to compare

Bugfix Updates

  • Fetchn with zero results throws an error (#353) PR #355
  • Syntax error in documentation for next auto_increment value (#352) PR #355

Release 3.4.1

18 Dec 21:08
06b37b7
Compare
Choose a tag to compare

Bugfix Updates

  • Error on accessing unmanaged Imported/Computed tables (#336) PR #338
  • Certain characters in attribute comment not escaped properly (#210, #335) PR #338
  • dj.config.load(...) after initial MATLAB boot throws invalid input error. PR #338

Release 3.4.0

11 Dec 22:45
892f736
Compare
Choose a tag to compare

Minor Updates

  • Add dj.config to be compatible with dj-python and removed dj.set (#186) #188
  • Add UUID DataJoint datatype (#180) PR #194
  • Add File external storage (#143) PR #197
  • Add S3 external storage (#88) PR #207
  • Improve dependency version compatibility handling (#228) PR #285
  • Add unique and nullable options for foreign keys (#110) PR #303
  • Add non-interactive option for dj.new (#69) #317
  • Add dj.kill_quick (#251) PR #314
  • Log connection ID, user in jobs table (#87, #275) PR #314

Bugfix Updates

  • Handle empty password (#250) PR #279, #292
  • Disable GUI password if running headless (#278) PR #280, #292
  • Add order_by option to dj.kill output (#229) PR #248, #292
  • erd function missing from package (#307) PR #310
  • Error on extremely short table names (#311) PR #317
  • Incorrect return when fetchn of an external field (#269) PR #274
  • MATLAB crashes randomly on insert 8-byte string (#255) PR #257
  • Errors thrown when seeing unsupported DataJoint types (#254) PR #265
  • Fix SQL argument growth condition on blobs (#217) PR #220

Tests Updates

  • Add R2016b tests (#233) PR #235
  • Convert testing framework from TravisCI to GitHub Actions (#320) PR #317
  • Increase test coverage

Release 3.3.2

16 Oct 19:59
ea1c494
Compare
Choose a tag to compare

Minor Changes:

  • Bugfix: Add blob validation for insert/update regarding sparse matrices which are not yet supported (#238) PR #241
  • Bugfix: Modify update to allow nullable updates for strings/date (#211) PR #213
  • Bugfix: createSchema had some issues with MySQL8 PR #213
  • Update tests
  • Docs: Update example related to virtual class (#199) PR #261
  • Docs: Fix typos (#150, #151) PR #263, PR #262
  • Upgrade packaging and installation to utilize MATLAB Toolbox i.e. DataJoint.mltbx PR #285

Release 3.2.2

26 Feb 16:34
bf35471
Compare
Choose a tag to compare

Major Changes:

  • Allow multiple database connections PR #136
  • Trigger mYm install from connection PR #137
  • Bugfixes (#138)
  • Bugfix in renamed foreign keys PR #146
  • Add docs

Release 3.3.1

31 Oct 20:42
f765b0e
Compare
Choose a tag to compare

Major Changes:

v3.2.1-doc1: Merge pull request #145 from austin-hilberg/master

19 Dec 22:22
fceaec1
Compare
Choose a tag to compare