Skip to content

v2026.04.0

Choose a tag to compare

@DocOtak DocOtak released this 27 Apr 18:47
· 5 commits to master since this release
cca5640

v2026.04.0 (2026-04-27)

Parameter Changes

  • Add LAB_DEN_TMP [DEG C] as the name for the temperature of analysis of seawater in lab measured density. (P01 param DENTMP01)
  • Update to cf standard name table v93 (2026-03-17)
  • Add CTDCDOM [RU] for uv fluorometer data that has been calibrated/corrected to discrete samples normalized to the pure water Raman peak
  • Add FDOM [RU] for discrete samples normalized to the pure water Raman peak.
  • Removed the CTDCDOM [RU] to CTDCDOM [RFU] alias mapping
  • Add CTDPH for in situ ph reported on an unknown scale, though it is probably NBS

API Changes

  • (New) Add a method to look up parameter by their nc_name
  • (Potentially Breaking) Rise a ValueError when attempting to coerce a parameter into an error name when an error name it not defined for it
  • Add typing to WHPNames and CFStandardNames objects
  • Drop python 3.11 support (SPEC 0)
  • Use pattern matching to do the WHPName lookup in __getitem__ of the _WHPNames object

Full Changelog: v2025.10.0...v2026.04.0