Skip to content

Commit 2be1910

Browse files
authored
Merge pull request #163 from simmsa/hotfix-update-toolbox-binary
Release: update v0.6.0 Toolbox binary and Project file
2 parents 359ce6a + 1e7df57 commit 2be1910

File tree

2 files changed

+148
-41
lines changed

2 files changed

+148
-41
lines changed

mhkit.mltbx

29.6 KB
Binary file not shown.

mhkit.prj

+148-41
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
2-
<configuration build-checksum="381625427" file="/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/prep-v0.5-release/MHKiT-MATLAB/mhkit.prj" location="/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/prep-v0.5-release/MHKiT-MATLAB" name="mhkit" target="target.toolbox" target-name="Package Toolbox">
3-
<param.appname>mhkit</param.appname>
4-
<param.authnamewatermark>Rebecca Fao</param.authnamewatermark>
2+
<configuration build-checksum="1405035700" file="/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/prep-v0.6.0-release/mhkit_v0.6.0.prj" location="/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/prep-v0.6.0-release" name="mhkit_v0.6.0" target="target.toolbox" target-name="Package Toolbox">
3+
<param.appname>Marine and Hydrokinetic Toolkit (MHKiT)</param.appname>
4+
<param.authnamewatermark>NREL</param.authnamewatermark>
55
<param.email>[email protected]</param.email>
66
<param.company>National Renewable Energy Laboratory</param.company>
7-
<param.summary>Marine energy data processing and visualization toolbox</param.summary>
7+
<param.summary>Marine energy data analysis and visualization toolbox</param.summary>
88
<param.description>MHKiT-MATLAB is a MATLAB package designed for marine energy applications to assist in
99
data processing and visualization. The software package include functionality for:
1010

@@ -14,14 +14,14 @@ data processing and visualization. The software package include functionality f
1414
* Resource assessment
1515
* Device performance
1616
* Device loads</param.description>
17-
<param.screenshot>/Users/asimms/Downloads/58954145.png</param.screenshot>
18-
<param.version>0.5.0</param.version>
19-
<param.output>${PROJECT_ROOT}/mhkit.mltbx</param.output>
17+
<param.screenshot>${PROJECT_ROOT}/assets/mhkit_logo.png</param.screenshot>
18+
<param.version>0.6.0</param.version>
19+
<param.output>${PROJECT_ROOT}/Marine and Hydrokinetic Toolkit (MHKiT).mltbx</param.output>
2020
<param.products.name />
2121
<param.products.id />
2222
<param.products.version />
2323
<param.platforms />
24-
<param.guid>1f426c5c-9e72-4f83-8e42-1e51b296aa29</param.guid>
24+
<param.guid>40de46b2-d46c-4191-bbe2-5c1f9c9ad0ed</param.guid>
2525
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude
2626
% from packaging. Excludes should be listed relative to the toolbox folder.
2727
% Some examples of how to specify excludes are provided below:
@@ -41,35 +41,143 @@ data processing and visualization. The software package include functionality f
4141
%
4242
% All files matching a pattern in all subfolders of the toolbox folder:
4343
% **/*.bak
44-
**/*.DS_Store</param.exclude.filters>
44+
**/*.DS_Store
45+
.git
46+
.github
47+
.mypy_cache
48+
assets
49+
mhkit_python_utils
50+
scripts
51+
.gitignore
52+
setup.py
53+
mhkit_webread_cache</param.exclude.filters>
4554
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
46-
<param.examples />
55+
<param.examples>&lt;?xml version="1.0" encoding="utf-8"?&gt;
56+
&lt;examples&gt;
57+
&lt;exampleCategory name="examples"&gt;
58+
&lt;example name="SWAN_example" type="html"&gt;
59+
&lt;file type="source"&gt;/examples/html/SWAN_example.html&lt;/file&gt;
60+
&lt;file type="main"&gt;/examples/SWAN_example.m&lt;/file&gt;
61+
&lt;file type="thumbnail"/&gt;
62+
&lt;/example&gt;
63+
&lt;example name="adcp_example" type="html"&gt;
64+
&lt;file type="source"&gt;/examples/html/adcp_example.html&lt;/file&gt;
65+
&lt;file type="main"&gt;/examples/adcp_example.m&lt;/file&gt;
66+
&lt;file type="thumbnail"/&gt;
67+
&lt;/example&gt;
68+
&lt;example name="adv_example" type="html"&gt;
69+
&lt;file type="source"&gt;/examples/html/adv_example.html&lt;/file&gt;
70+
&lt;file type="main"&gt;/examples/adv_example.m&lt;/file&gt;
71+
&lt;file type="thumbnail"/&gt;
72+
&lt;/example&gt;
73+
&lt;example name="cdip_example" type="html"&gt;
74+
&lt;file type="source"&gt;/examples/html/cdip_example.html&lt;/file&gt;
75+
&lt;file type="main"&gt;/examples/cdip_example.m&lt;/file&gt;
76+
&lt;file type="thumbnail"/&gt;
77+
&lt;/example&gt;
78+
&lt;example name="delft3d_example" type="html"&gt;
79+
&lt;file type="source"&gt;/examples/html/delft3d_example.html&lt;/file&gt;
80+
&lt;file type="main"&gt;/examples/delft3d_example.m&lt;/file&gt;
81+
&lt;file type="thumbnail"/&gt;
82+
&lt;/example&gt;
83+
&lt;example name="environmental_contours_example" type="html"&gt;
84+
&lt;file type="source"&gt;/examples/html/environmental_contours_example.html&lt;/file&gt;
85+
&lt;file type="main"&gt;/examples/environmental_contours_example.m&lt;/file&gt;
86+
&lt;file type="thumbnail"/&gt;
87+
&lt;/example&gt;
88+
&lt;example name="extreme_response_MLER_example" type="html"&gt;
89+
&lt;file type="source"&gt;/examples/html/extreme_response_MLER_example.html&lt;/file&gt;
90+
&lt;file type="main"&gt;/examples/extreme_response_MLER_example.m&lt;/file&gt;
91+
&lt;file type="thumbnail"/&gt;
92+
&lt;/example&gt;
93+
&lt;example name="extreme_response_contour_example" type="html"&gt;
94+
&lt;file type="source"&gt;/examples/html/extreme_response_contour_example.html&lt;/file&gt;
95+
&lt;file type="main"&gt;/examples/extreme_response_contour_example.m&lt;/file&gt;
96+
&lt;file type="thumbnail"/&gt;
97+
&lt;/example&gt;
98+
&lt;example name="extreme_response_full_sea_state_example" type="html"&gt;
99+
&lt;file type="source"&gt;/examples/html/extreme_response_full_sea_state_example.html&lt;/file&gt;
100+
&lt;file type="main"&gt;/examples/extreme_response_full_sea_state_example.m&lt;/file&gt;
101+
&lt;file type="thumbnail"/&gt;
102+
&lt;/example&gt;
103+
&lt;example name="loads_example" type="html"&gt;
104+
&lt;file type="source"&gt;/examples/html/loads_example.html&lt;/file&gt;
105+
&lt;file type="main"&gt;/examples/loads_example.m&lt;/file&gt;
106+
&lt;file type="thumbnail"/&gt;
107+
&lt;/example&gt;
108+
&lt;example name="power_example" type="html"&gt;
109+
&lt;file type="source"&gt;/examples/html/power_example.html&lt;/file&gt;
110+
&lt;file type="main"&gt;/examples/power_example.m&lt;/file&gt;
111+
&lt;file type="thumbnail"/&gt;
112+
&lt;/example&gt;
113+
&lt;example name="qc_example" type="html"&gt;
114+
&lt;file type="source"&gt;/examples/html/qc_example.html&lt;/file&gt;
115+
&lt;file type="main"&gt;/examples/qc_example.m&lt;/file&gt;
116+
&lt;file type="thumbnail"/&gt;
117+
&lt;/example&gt;
118+
&lt;example name="river_example" type="html"&gt;
119+
&lt;file type="source"&gt;/examples/html/river_example.html&lt;/file&gt;
120+
&lt;file type="main"&gt;/examples/river_example.m&lt;/file&gt;
121+
&lt;file type="thumbnail"/&gt;
122+
&lt;/example&gt;
123+
&lt;example name="short_term_extremes_example" type="html"&gt;
124+
&lt;file type="source"&gt;/examples/html/short_term_extremes_example.html&lt;/file&gt;
125+
&lt;file type="main"&gt;/examples/short_term_extremes_example.m&lt;/file&gt;
126+
&lt;file type="thumbnail"/&gt;
127+
&lt;/example&gt;
128+
&lt;example name="strain_measurement_example" type="html"&gt;
129+
&lt;file type="source"&gt;/examples/html/strain_measurement_example.html&lt;/file&gt;
130+
&lt;file type="main"&gt;/examples/strain_measurement_example.m&lt;/file&gt;
131+
&lt;file type="thumbnail"/&gt;
132+
&lt;/example&gt;
133+
&lt;example name="tidal_example" type="html"&gt;
134+
&lt;file type="source"&gt;/examples/html/tidal_example.html&lt;/file&gt;
135+
&lt;file type="main"&gt;/examples/tidal_example.m&lt;/file&gt;
136+
&lt;file type="thumbnail"/&gt;
137+
&lt;/example&gt;
138+
&lt;example name="upcrossing_example" type="html"&gt;
139+
&lt;file type="source"&gt;/examples/html/upcrossing_example.html&lt;/file&gt;
140+
&lt;file type="main"&gt;/examples/upcrossing_example.m&lt;/file&gt;
141+
&lt;file type="thumbnail"/&gt;
142+
&lt;/example&gt;
143+
&lt;example name="wave_example" type="html"&gt;
144+
&lt;file type="source"&gt;/examples/html/wave_example.html&lt;/file&gt;
145+
&lt;file type="main"&gt;/examples/wave_example.m&lt;/file&gt;
146+
&lt;file type="thumbnail"/&gt;
147+
&lt;/example&gt;
148+
&lt;example name="wecsim_example" type="html"&gt;
149+
&lt;file type="source"&gt;/examples/html/wecsim_example.html&lt;/file&gt;
150+
&lt;file type="main"&gt;/examples/wecsim_example.m&lt;/file&gt;
151+
&lt;file type="thumbnail"/&gt;
152+
&lt;/example&gt;
153+
&lt;/exampleCategory&gt;
154+
&lt;/examples&gt;</param.examples>
47155
<param.demosxml />
48156
<param.apps />
49157
<param.registered.apps />
50158
<param.docs />
51159
<param.getting.started.guide />
52160
<param.matlabpath.excludes>
53-
<item>/</item>
54-
<item>/tests</item>
55-
<item>/tests/coverage_report</item>
56-
<item>/tests/coverage_report/release</item>
57-
<item>/tests/coverage_report/release/coverageData</item>
58-
<item>/tests/coverage_report/release/derived</item>
59-
<item>/tests/coverage_report/release/derived/3p</item>
60-
<item>/tests/coverage_report/release/derived/3p/ui</item>
61-
<item>/tests/coverage_report/release/derived/3p/ui/dojo</item>
62-
<item>/tests/coverage_report/release/images</item>
63-
<item>/tests/coverage_report/release/matlab_codecov_js-ui</item>
64-
<item>/tests/coverage_report/release/rights</item>
65-
<item>/tests/example_ncfiles</item>
161+
<item>/assets</item>
162+
<item>/mhkit/tests/coverage_report</item>
163+
<item>/mhkit/tests/coverage_report/release</item>
164+
<item>/mhkit/tests/coverage_report/release/coverageData</item>
165+
<item>/mhkit/tests/coverage_report/release/derived</item>
166+
<item>/mhkit/tests/coverage_report/release/derived/3p</item>
167+
<item>/mhkit/tests/coverage_report/release/derived/3p/ui</item>
168+
<item>/mhkit/tests/coverage_report/release/derived/3p/ui/dojo</item>
169+
<item>/mhkit/tests/coverage_report/release/images</item>
170+
<item>/mhkit/tests/coverage_report/release/matlab_codecov_js-ui</item>
171+
<item>/mhkit/tests/coverage_report/release/rights</item>
172+
<item>/mhkit_python_utils</item>
173+
<item>/scripts</item>
66174
</param.matlabpath.excludes>
67175
<param.javaclasspath.excludes />
68-
<param.exported.on.package>false</param.exported.on.package>
176+
<param.exported.on.package>true</param.exported.on.package>
69177
<param.required.addons />
70178
<param.matlab.project.id />
71179
<param.matlab.project.name />
72-
<param.release.start>R2021b</param.release.start>
180+
<param.release.start>R2022b</param.release.start>
73181
<param.release.end>latest</param.release.end>
74182
<param.release.current.only>false</param.release.current.only>
75183
<param.compatiblity.windows>true</param.compatiblity.windows>
@@ -89,14 +197,12 @@ data processing and visualization. The software package include functionality f
89197
<param.products.version />
90198
<param.platforms />
91199
<param.exclude.pcodedmfiles />
92-
<param.examples />
93200
<param.demosxml />
94201
<param.apps />
95202
<param.registered.apps />
96203
<param.docs />
97204
<param.getting.started.guide />
98205
<param.javaclasspath.excludes />
99-
<param.exported.on.package />
100206
<param.required.addons />
101207
<param.matlab.project.id />
102208
<param.matlab.project.name />
@@ -112,29 +218,30 @@ data processing and visualization. The software package include functionality f
112218
<param.additional.sw.linux.url />
113219
</unset>
114220
<fileset.rootdir>
115-
<file>${PROJECT_ROOT}/mhkit</file>
221+
<file>${PROJECT_ROOT}</file>
116222
</fileset.rootdir>
117223
<fileset.rootfiles>
118-
<file>${PROJECT_ROOT}/mhkit/dolfyn</file>
119-
<file>${PROJECT_ROOT}/mhkit/loads</file>
120-
<file>${PROJECT_ROOT}/mhkit/power</file>
121-
<file>${PROJECT_ROOT}/mhkit/qc</file>
122-
<file>${PROJECT_ROOT}/mhkit/river</file>
123-
<file>${PROJECT_ROOT}/mhkit/setup.py</file>
124-
<file>${PROJECT_ROOT}/mhkit/tests</file>
125-
<file>${PROJECT_ROOT}/mhkit/tidal</file>
126-
<file>${PROJECT_ROOT}/mhkit/utils</file>
127-
<file>${PROJECT_ROOT}/mhkit/wave</file>
224+
<file>${PROJECT_ROOT}/LICENSE</file>
225+
<file>${PROJECT_ROOT}/README.md</file>
226+
<file>${PROJECT_ROOT}/changelog.md</file>
227+
<file>${PROJECT_ROOT}/demos.xml</file>
228+
<file>${PROJECT_ROOT}/examples</file>
229+
<file>${PROJECT_ROOT}/mhkit</file>
230+
<file>${PROJECT_ROOT}/mhkit_examples_v0.6.0.zip</file>
231+
<file>${PROJECT_ROOT}/mhkit_python_utils.egg-info</file>
232+
<file>${PROJECT_ROOT}/mhkit_python_utils_v0.6.0</file>
233+
<file>${PROJECT_ROOT}/mhkit_python_utils_v0.6.0.zip</file>
234+
<file>${PROJECT_ROOT}/pyproject.toml</file>
128235
</fileset.rootfiles>
129236
<fileset.depfun.included />
130237
<fileset.depfun.excluded />
131238
<fileset.package />
132239
<build-deliverables>
133-
<file location="${PROJECT_ROOT}" name="mhkit.mltbx" optional="false">/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/prep-v0.5-release/MHKiT-MATLAB/mhkit.mltbx</file>
240+
<file location="${PROJECT_ROOT}" name="Marine and Hydrokinetic Toolkit (MHKiT).mltbx" optional="false">/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/prep-v0.6.0-release/Marine and Hydrokinetic Toolkit (MHKiT).mltbx</file>
134241
</build-deliverables>
135242
<workflow />
136243
<matlab>
137-
<root>/Applications/MATLAB_R2023b.app</root>
244+
<root>/Applications/MATLAB_R2024a.app</root>
138245
<toolboxes />
139246
</matlab>
140247
<platform>
@@ -146,7 +253,7 @@ data processing and visualization. The software package include functionality f
146253
<vista>false</vista>
147254
<linux>false</linux>
148255
<solaris>false</solaris>
149-
<osver>13.6.7</osver>
256+
<osver>13.7.3</osver>
150257
<os32>true</os32>
151258
<os64>false</os64>
152259
<arch>maci64</arch>

0 commit comments

Comments
 (0)