Release notes¶
Version 3.7.0 (2026-06-08)¶
Support for 3.0.0 and 3.2.0 schema RSK files: the new metadata/data table structure, multi-schedule data stored per schedule in
RSK.dataArrays, and a label-based schedule API (functions take a schedule label such as's.CTD'rather than a numeric ID)Multi-schedule support across the toolbox: read,
RSKderive*, post-processing, region/profile, export, and plot/view functions all operate per scheduleCross-schedule fill (
getrefdataset/filldataset) so derivations whose inputs live on different schedules (e.g. dissolved O2 saturation, where O2 and temperature are on different schedules) are populated instead of NaNStricter derive-dependency policy (aligned with pyRSKtools): a required channel that exists but is entirely NaN now raises instead of producing NaN; an absent sea pressure channel is still auto-derived (with a warning); salinity is never auto-derived. Added the
channelallnanhelper (true if a channel is entirely NaN, or absent, across all schedules)RSKderivesalinityandRSKderiveseapressurenow return only the RSK structure;RSKderiveseapressureaccepts a per-schedule atmospheric pressure (a cell array with one scalar or vector per schedule)Added the
+routinespackage of standalone, array-in / array-out processing functions, each in its own versioned file so it can be lifted into another project unchangedAdded
routines.correcttempADCcal(removes the periodic once-per-minute A2D self-calibration outliers from a temperature series) and its post-processorRSKcorrecttempADCcal(adds a “Temperature Corrected” channel inheriting the source temperature channel’s type and units, and on files with no confirmable self-cal signature returns the series unchanged with no error, rather than fabricating a correction)Added
RSK2RSKFULLfor exporting full 3.0.0+ schema RSK files (renamed fromRSK2RSKV300), with channel/data alignment fixes; fixedCSV2RSKandRSK2RSKand addedscheduleNumberFixed
RSK2RSKleaving the mode-specific schedule table empty, which made Ruskin throw a Schedule-to-ContinuousSchedule cast error when opening an exported file; it now writes the fullschedulestable plus the matching mode table (continuous/burst/wave/tide/average/directional)RSK2RSKnow writeschannels.label(set tolongName), so a derived channel that inherited its source’sshortName(e.g. “Temperature Corrected”) shows its own name in Ruskin instead of the source channel’s nameUnified the channel naming convention with pyRSKtools; temperature channels are renamed to descriptive names by sensor type (e.g. conductivity cell temperature, pressure gauge temperature)
Added a
QuickStart/Demo.mmirroring the pyRSKtools demo notebook, runnable end-to-end in MATLABAdded Sphinx documentation and unified the help-text formatting across the toolbox
User-facing messages now refer to schedule labels rather than numeric schedule IDs
Extended
RSKwarning/RSKerrorto accept printf-style argumentsAligned plot parameters with pyRSKtools and fixed a plotting failure when a threshold option is empty
Fixed channel order when hidden channels are present, and fixed hidden channels appearing in
RSK.channelsFixed
RSKderiveO2appending a redundant O2 channel;RSKcalculateCTlagnow requires conductivity and temperature in a single scheduleDetect the burst-data table name (
dataWave) on v3.2.0 files; fixed the downsample query table name and atstampread error on the new schemaFixed
RSKopenreading the v3 channel ranging table on the wrong join key (joininginstrumentChanneltochannelbyic.idinstead ofic.channelId), which mismatched the per-channel range metadata inRSK.rangingon 3.0.0/3.2.0 filesFixed default-schedule resolution (
resolvedefaultschedule/resolvedefaultschedulect) erroring on multi-schedule files, where a global channel index could overrun a schedule’s narrower per-schedule values matrix; it is now bounds-checked before counting valid samplesFixed
RSKderiveseapressureerroring on a multi-schedule file with no pressure channel (the no-pressure sentinel reached the cross-schedule fetch as an invalid column index)Normalised prose to British English, fixed typos, and corrected docstring/code mismatches found in an audit
For releases before 3.7.0, see the Contents.m file and the online documentation at https://docs.rbr-global.com/rsktools.