Skip to content

IMOS Toolbox v2.6.10 - 27 Nov Oct 2020

Compare
Choose a tag to compare
@ocehugo ocehugo released this 01 Dec 04:44
· 162 commits to master since this release
12adccf

Release 2.6.10 is the Q1/2020 release of the IMOS Toolbox.

This release contains a new parser (OceanContour), a more flexible way to register manual QC comments in the UI popup, new options to display instrument names in the UI (instrument aliasing and information detail level), new internal features, and small bugfixes.

Breaking Changes:

  • This release may require conflict resolution within the toolboxProperties.txt given the new aliases and UI instrument name display changes.

Major Changes:

df7f53a feat(Parser): OceanContour netcdf & mat parser
6abcccd feat(QC): Predefined ManualQC comments
319a2d7 feat(UI): detailLevel and aliases for instruments

New Internal Features:
9830892 feat(StructUtils): filterfields function
80a2d1f feat(netcdf): nc_get_var & nc_flat metadata lookup
2fe17f7 feat(IMOS): IMOS package utilities
a57cdb3 feat(Util): allrepeats, inclusive.
52cfa2d feat(Util): remove singleton dims from size arrays
22a9eef feat(Util): getindex & wrappers for type validation
6ceac6c feat(Util): squashCells and col/row vec creation
0ef3e44 feat(Util): errormsg function
78f15cb feat(utility): random generation wrappers
723fa99 feat(utility): tests as docstrings
c3c903d feat(docstrings): fix docstrings test evaluations
25e10d3 feat(docstrings): fix docstring template
66cd805 feat(docstrings): eval exceptions on docstring
b6c449b feat(docstrings): reduce verbosity on docstring evaluation

Fixes, Bugs, and Refactorings:
60d3cc5 fix(UI): disable ax interactions when using rbbox
6874436 fix(graph): fallback for missing the image toolbox
19fcaa8 fix(build): toolbox package folders & cleanup
1959c8b feat(bugfix): test_docstring/check_docstrings
f019179 feat(bugfix): fix output size in struct2parameters
1e73dea feat(bugfix): missing CommentStyle in readMappings
a219777 feat(bugfix): optional argname in readUntilMatch
a07372f feat(bugfix): return more than one fieldname
982e100 feat(refactor): simplify checkDocstrings ok check
26a3a89 feat(refact): fix docstrings, rm plus dirs path
b5399d8 feat(refact): multi-fixes in isunique

Changes triggered by review:
96ae07c feat(review): rename funcs with snake_case names
9ef5736 feat(review): specific nargin in randomBetween