Skip to content

Releases: openMetadataInitiative/openMINDS_MATLAB

v0.9.4

15 Nov 14:48
Compare
Choose a tag to compare

MATLAB Versions Tested

Added

  • Support for openMINDS v4.0 by @ehennestad in #32
  • Support for instances with new namespace definition by @ehennestad in #26
  • Function createLabelForMissingLabelDefinition to abstract Schema by @ehennestad in #31

Fixed

  • Update internal function getSchemaDocLink to work for current schema version, not just latest by @ehennestad in #33

For Developers

Full Changelog: v0.9.3...v0.9.4

v0.9.3 - Added GitHub workflows with automated testing

01 Oct 12:59
Compare
Choose a tag to compare

MATLAB Versions Tested

Added

  • Update and release workflows by @ehennestad in #22
  • Automatic code checks and unit tests on commits
  • Automatic toolbox packaging on new release tag

Fixed

  • Updated gettingStarted.mlx to reflect change in startup routine introduced in v0.9.2

Full Changelog: v0.9.2...v0.9.3

v0.9.2 - Compatible with openMINDS-MATLAB-UI

04 Sep 21:00
f4260f1
Compare
Choose a tag to compare

This version should be compatible with the "work-in-progress" toolbox openMINDS-MATLAB-UI

Added

  • list method for openminds.Collection to retrieve lists of metadata instances.
  • remove method for openminds.Collection
  • Types and Models enumeration classes

Changed

  • startup.m script for correctly updating the search path. selectOpenMindsVersion is now an internal function

Fixed

  • Added option to initialise a "mixed type" controlled term using a controlled instance's @id
  • Various bugs related to saving and loading instances from Collection

v0.9.1.1 - Minor fixes for tutorials

26 Feb 12:23
Compare
Choose a tag to compare

Added openminds.toolboxversion to allow users to easily check if the package is installed.

v0.9.1

24 Feb 21:02
Compare
Choose a tag to compare

Changes

  • Added openminds.Collection class for handling collection of metadata instances (Work in progress)
  • Allow creation of custom controlled term instances (#2)
  • Allow empty date time values in properties with date/time/datetime formats
  • Added "Heart of Gold" crew member live script

Bug fixes

  • mustBeValidEmail - Fixed to allow empty values
  • Various small bug fixes

v0.9.0

26 Sep 13:53
Compare
Choose a tag to compare

First release of openMINDS_MATLAB, providing the full set of openMINDS schemas as MATLAB classes.

The v0.9.x releases are all working prototypes and full backward compatibility within the v0.9.x releases is not guaranteed. Feedback is welcomed and encouraged.