Releases: datajoint/datajoint-matlab
Releases · datajoint/datajoint-matlab
Release 3.5.1
Bugfix Updates
- Bugfix: Allow schemas named with dashes PR #427
Release 3.5.0
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
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
Release 3.4.1
Release 3.4.0
Minor Updates
- Add
dj.config
to be compatible with dj-python and removeddj.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
andnullable
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 todj.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
Release 3.3.2
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
Release 3.3.1
Major Changes:
- Ability to create schema without GUI PR #155
- Support secure connections with TLS (aka SSL) (#103) PR #157, datajoint/mym#11, datajoint/mym#12, datajoint/mym#13
- Allow GUI-based password entry to avoid cleartext password from being captured in MATLAB log PR #159
- Add detailed error message if DJ012 Python-native blobs detected (#170) PR datajoint/mym#16
- Add support for PAM connections via MariaDB's Dialog plugin (#168, #169) PR datajoint/mym#14, datajoint/mym#15
- Minor improvements to reuse of connection if applicable PR #166, #167
- Bugfixes (#152)
- Add tests
v3.2.1-doc1: Merge pull request #145 from austin-hilberg/master
Fix indentation.