Skip to content

Commit

Permalink
Update version number for minor patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Feb 26, 2024
1 parent 4f766a6 commit 65f12a0
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 33 deletions.
4 changes: 2 additions & 2 deletions code/Contents.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% openMINDS Metadata Models
% Version 0.9.1 24-02-2024
% Version 0.9.1.1 26-02-2024
%
% Copyright (c) 2023, openMetadataInitiative
% ----------------------------------
% ------------------------------------------
Binary file modified code/livescripts/crewMemberCollection.mlx
Binary file not shown.
42 changes: 21 additions & 21 deletions docs/tutorials/crewMemberCollection.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tutorials/crewMemberCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ consortium =
Required Properties: fullName
```

When the instance is displayed, you will see all the properties are part of the instance type, and which of those are required (Note: at the moment of writing this guide, required properties are not enforced). The display should also give information about what types are expected for each of the property values. For example, the <samp>contactInformation</samp> property requires a <samp>ContactInformation</samp> instance (as indicated by the annotation in the brackets). If you want to learn more about the types as you explore the instances, you can always press the links in the instance display and they will take you to the openMINDS documentation page for that instance.
When the instance is displayed, you will see all the properties that are part of the instance type, and which of those are required (Note: at the moment of writing this guide, required properties are not enforced). The display should also give information about what types are expected for each of the property values. For example, the <samp>contactInformation</samp> property requires a <samp>ContactInformation</samp> instance (as indicated by the annotation in the brackets). If you want to learn more about the types as you explore the instances, you can always press the links in the instance display and they will take you to the openMINDS documentation page for that instance.


The consortium in this example does not have contact information, but we will move on and create <samp>ContactInformation</samp> types for each of the persons:
Expand Down Expand Up @@ -162,7 +162,7 @@ end
```
# Add instances to collection and export collection

Now that we have all the instances, we can add them to the <samp>collection</samp>. It is sufficient to add the <samp>Person</samp> instances because the collection will autmatically detect linked and embedded instances and add them automatically to the <samp>Nodes</samp> property.
Now that we have all the instances, we can add them to the <samp>collection</samp>. It is sufficient to add the <samp>Person</samp> instances because the collection will automatically detect linked and embedded instances and add them automatically to the <samp>Nodes</samp> property.

```matlab
collection.add(persons)
Expand Down
18 changes: 10 additions & 8 deletions openMINDS_MATLAB.pkg.prj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="3336601120" file="/Users/Eivind/Code/MATLAB/Github-Ehennestad/openMINDS_MATLAB/openMINDS_MATLAB.pkg.prj" location="/Users/Eivind/Code/MATLAB/Github-Ehennestad/openMINDS_MATLAB" name="openMINDS_MATLAB.pkg" target="target.toolbox" target-name="Package Toolbox">
<configuration build-checksum="3336601120" file="/Users/eivihe/Code/MATLAB/Repositories/openMINDS_MATLAB/openMINDS_MATLAB.pkg.prj" location="/Users/eivihe/Code/MATLAB/Repositories/openMINDS_MATLAB" name="openMINDS_MATLAB.pkg" target="target.toolbox" target-name="Package Toolbox">
<param.appname>openMINDS Metadata Models</param.appname>
<param.authnamewatermark>Eivind Hennestad</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company />
<param.summary>A MATLAB toolbox to create metadata instances using the openMINDS metadata models</param.summary>
<param.description>MATLAB package for the openMINDS metadata models. The package contains all the latest openMINDS schemas as MATLAB classes in addition to schema base classes and utility methods</param.description>
<param.screenshot>${PROJECT_ROOT}/img/light_openMINDS-MATLAB-logo.png</param.screenshot>
<param.version>0.9.0</param.version>
<param.screenshot>${PROJECT_ROOT}/img/light_openMINDS-MATLAB-logo_toolbox.png</param.screenshot>
<param.version>0.9.1.1</param.version>
<param.output>${PROJECT_ROOT}/openMINDS Metadata Models.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand Down Expand Up @@ -111,20 +111,22 @@
<file>${PROJECT_ROOT}/code/Contents.m</file>
<file>${PROJECT_ROOT}/code/gettingStarted.mlx</file>
<file>${PROJECT_ROOT}/code/internal</file>
<file>${PROJECT_ROOT}/code/livescripts</file>
<file>${PROJECT_ROOT}/code/mixedtypes</file>
<file>${PROJECT_ROOT}/code/schemas</file>
<file>${PROJECT_ROOT}/code/selectOpenMindsVersion.m</file>
<file>${PROJECT_ROOT}/code/setup.m</file>
<file>${PROJECT_ROOT}/code/startup.m</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="openMINDS Metadata Models.mltbx" optional="false">/Users/Eivind/Code/MATLAB/Github-Ehennestad/openMINDS_MATLAB/openMINDS Metadata Models.mltbx</file>
<file location="${PROJECT_ROOT}" name="openMINDS Metadata Models.mltbx" optional="false">/Users/eivihe/Code/MATLAB/Repositories/openMINDS_MATLAB/openMINDS Metadata Models.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>/Applications/MATLAB_R2022b.app</root>
<root>/Applications/MATLAB_R2023b.app</root>
<toolboxes />
</matlab>
<platform>
Expand All @@ -136,9 +138,9 @@
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>13.1</osver>
<os32>false</os32>
<os64>true</os64>
<osver>13.5</osver>
<os32>true</os32>
<os64>false</os64>
<arch>maci64</arch>
<matlab>true</matlab>
</platform>
Expand Down

0 comments on commit 65f12a0

Please sign in to comment.