diff --git a/dist/onc-2.1.3.mltbx b/dist/onc-2.1.3.mltbx deleted file mode 100644 index 466102b..0000000 Binary files a/dist/onc-2.1.3.mltbx and /dev/null differ diff --git a/dist/onc-2.2.4.mltbx b/dist/onc-2.2.4.mltbx new file mode 100644 index 0000000..63c7083 Binary files /dev/null and b/dist/onc-2.2.4.mltbx differ diff --git a/onc.prj b/onc.prj index a7d84da..653f7c8 100644 --- a/onc.prj +++ b/onc.prj @@ -1,27 +1,29 @@ - + Ocean Networks Canada API Client Ocean Networks Canada data@oceannetworks.ca Ocean Networks Canada - Open access to oceanographic data hosted by Ocean Networks Canada through the Oceans 2.0 API web services + Open access to oceanographic data hosted by Ocean Networks Canada through the Oceans 3.0 API web services Allows users to discover and retrieve Ocean Networks Canada's 12+ years of oceanographic data in raw, text, image, audio, video or any other format available. This toolkit provides a class that wraps web service calls, complex workflows, and business logic so that users can download data with a single line of code. +MATLAB Requirements: R2022b (can work on versions 2018a and newer, but it is not guaranteed) + Full Documentation: https://wiki.oceannetworks.ca/display/CLIBS/API+Client+Libraries -Github repository: https://github.com/OceanNetworksCanada/api-matlab-client +GitHub Repository: https://github.com/OceanNetworksCanada/api-matlab-client -Current Maintainer: Zelalem Engida, Angela Schlesinger -Past contributors: Allan Rempel, Ryan Ross, Dany Cabrera - ${PROJECT_ROOT}/logo.png - 2.1.3 - ${PROJECT_ROOT}/Ocean Networks Canada API Client.mltbx +Current Maintainer: Angela Schlesinger, Alex Slonimer +Past Contributors: Allan Rempel, Ryan Ross, Dany Cabrera, Zelalem Engida + ${PROJECT_ROOT}\logo.png + 2.2.4 + ${PROJECT_ROOT}\Ocean Networks Canada API Client.mltbx - 57513b40-1188-4691-9010-dcce03abb132 + 9b6b9160-58e8-4b4d-a809-23e8db524709 % List files contained in your toolbox folder that you would like to exclude % from packaging. Excludes should be listed relative to the toolbox folder. % Some examples of how to specify excludes are provided below: @@ -52,7 +54,7 @@ tests/TOKEN - + ${PROJECT_ROOT}\onc\doc\GettingStarted.mlx /tests /tests/suites @@ -64,13 +66,13 @@ tests/TOKEN - R2017a - latest - false + R2022b + R2022b + true true - true + false true - true + false @@ -89,17 +91,13 @@ tests/TOKEN - - - - @@ -108,63 +106,41 @@ tests/TOKEN - ${PROJECT_ROOT}/onc + ${PROJECT_ROOT}\onc - ${PROJECT_ROOT}/onc/+ext - ${PROJECT_ROOT}/onc/+onc - ${PROJECT_ROOT}/onc/+util - ${PROJECT_ROOT}/onc/Onc.m + ${PROJECT_ROOT}\onc\+ext + ${PROJECT_ROOT}\onc\+onc + ${PROJECT_ROOT}\onc\+util + ${PROJECT_ROOT}\onc\Contents.m + ${PROJECT_ROOT}\onc\doc + ${PROJECT_ROOT}\onc\examples + ${PROJECT_ROOT}\onc\Onc.m - /home/zelalem/my_repos/mygithubrepos/api-matlab-client/Ocean Networks Canada API Client.mltbx + C:\Repositories\api-matlab-client\Ocean Networks Canada API Client.mltbx - /usr/local/MATLAB/R2020a - - - - - - - - - true - - - - - true - - - - - true - - - - - true - - + C:\Program Files\MATLAB\R2022b + - true + false false - false + true false false false - true + false false - 5.4.0-90-generic + 10.0 false true - glnxa64 + win64 true diff --git a/onc/Contents.m b/onc/Contents.m index b7afde4..988541f 100644 --- a/onc/Contents.m +++ b/onc/Contents.m @@ -1,5 +1,5 @@ % Ocean Networks Canada API Client Library -% Version 2.2.3 23-Jan-2025 +% Version 2.2.4 14-Apr-2025 % % For documentation click or type directly in the command window: doc ONC Toolbox. % diff --git a/doc/AddOn.png b/onc/doc/AddOn.png similarity index 100% rename from doc/AddOn.png rename to onc/doc/AddOn.png diff --git a/doc/ExampleLinks.html b/onc/doc/ExampleLinks.html similarity index 100% rename from doc/ExampleLinks.html rename to onc/doc/ExampleLinks.html diff --git a/doc/GettingStarted.html b/onc/doc/GettingStarted.html similarity index 100% rename from doc/GettingStarted.html rename to onc/doc/GettingStarted.html diff --git a/onc/doc/GettingStarted.mlx b/onc/doc/GettingStarted.mlx new file mode 100644 index 0000000..241c1c2 Binary files /dev/null and b/onc/doc/GettingStarted.mlx differ diff --git a/doc/HowToUse.html b/onc/doc/HowToUse.html similarity index 100% rename from doc/HowToUse.html rename to onc/doc/HowToUse.html diff --git a/doc/Info.html b/onc/doc/Info.html similarity index 100% rename from doc/Info.html rename to onc/doc/Info.html diff --git a/doc/Onc.html b/onc/doc/Onc.html similarity index 100% rename from doc/Onc.html rename to onc/doc/Onc.html diff --git a/doc/OncArchive.html b/onc/doc/OncArchive.html similarity index 100% rename from doc/OncArchive.html rename to onc/doc/OncArchive.html diff --git a/doc/OncDelivery.html b/onc/doc/OncDelivery.html similarity index 100% rename from doc/OncDelivery.html rename to onc/doc/OncDelivery.html diff --git a/doc/OncDiscovery.html b/onc/doc/OncDiscovery.html similarity index 100% rename from doc/OncDiscovery.html rename to onc/doc/OncDiscovery.html diff --git a/doc/OncRealTime.html b/onc/doc/OncRealTime.html similarity index 100% rename from doc/OncRealTime.html rename to onc/doc/OncRealTime.html diff --git a/doc/UpdateInstruction.html b/onc/doc/UpdateInstruction.html similarity index 100% rename from doc/UpdateInstruction.html rename to onc/doc/UpdateInstruction.html diff --git a/doc/UserDirectory.png b/onc/doc/UserDirectory.png similarity index 100% rename from doc/UserDirectory.png rename to onc/doc/UserDirectory.png diff --git a/doc/helptoc.xml b/onc/doc/helptoc.xml similarity index 100% rename from doc/helptoc.xml rename to onc/doc/helptoc.xml diff --git a/doc/update.png b/onc/doc/update.png similarity index 100% rename from doc/update.png rename to onc/doc/update.png