Releases: openMetadataInitiative/openMINDS_MATLAB
Releases · openMetadataInitiative/openMINDS_MATLAB
v0.9.4
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
- Change: Use external project MatBox for developer tools by @ehennestad in #27
- Fix: Improve test coverage by @ehennestad in #28
Full Changelog: v0.9.3...v0.9.4
v0.9.3 - Added GitHub workflows with automated testing
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
This version should be compatible with the "work-in-progress" toolbox openMINDS-MATLAB-UI
Added
list
method foropenminds.Collection
to retrieve lists of metadata instances.remove
method foropenminds.Collection
Types
andModels
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
Added openminds.toolboxversion
to allow users to easily check if the package is installed.
v0.9.1
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
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.