Skip to content

Releases: datajoint/mym

Release 2.8.5

09 Mar 16:51
c4b67cb
Compare
Choose a tag to compare

Bugfix Updates

  • Added flag for reading values with 32-bit dimensions using the MYM_USE_32BIT_DIMS environment variable. PR #90

Release 2.8.2

27 May 23:13
d161927
Compare
Choose a tag to compare

Bugfix Updates

  • Restrict curly bracket escaping to CREATE/ALTER and ignore whitespace. PR #83

Release 2.8.1

21 May 20:28
cd31b05
Compare
Choose a tag to compare

Bugfix Updates

  • Allow escaped brackets to be used in queries. (#80) PR #75

Release 2.8.0

07 Dec 17:56
54eff56
Compare
Choose a tag to compare

Minor Updates

  • Add serialize and deserialize operations for external storage use. (#35) PR #37

Bugfix Updates

  • Fix buffer being truncated when sending strings with characters in unicode range 128-255 to mex. (#22) PR #18
  • Fix inserts truncating strings with characters in unicode range 128-255 in tables. (#23) PR #18
  • Fix fetch on binary types to return as uint8 array. (#24) PR #18

Release 2.7.4

05 Nov 18:06
f7461b8
Compare
Choose a tag to compare

Minor Changes:

Release 2.7.3

16 Oct 20:27
ad7eeab
Compare
Choose a tag to compare

Minor Changes:

  • Bugfix to remove added space in empty string insert/update (#47) PR #49
  • Upgrade packaging and installation to utilize MATLAB Toolbox i.e. mym.mltbx PR #59

Release 2.7.2

21 Apr 16:39
204c2fe
Compare
Choose a tag to compare

Minor Changes:

  • Bugfix for dj0 error message (#43) PR #44, #46

Release 2.7.1

26 Feb 20:52
034f9c6
Compare
Choose a tag to compare

Minor Changes:

Release 2.7.0

26 Feb 17:28
3e9e199
Compare
Choose a tag to compare

Major Changes:

mym 2.6.8

19 Oct 23:33
Compare
Choose a tag to compare
  • Add bigint_to_double flag to query command to provide more control over how bigint fields are returned to MATLAB. This addresses issue #6
  • Fully support logical arrays (issue #3)
  • Add version command