Skip to content

v3.2.1

Compare
Choose a tag to compare
@jpolton jpolton released this 04 Apr 20:19
· 352 commits to master since this release
61b3eeb

Summary

  • Profile.process_en4(). Added keyword option (remove_flagged_neighbours=bool), a new EN flag to remove close points.
  • Profile.process_en4(). Remove bug to correctly reject salinity points. (Salinity was being rejected at bad temperature points)
  • Profile.mask_means() —> Profile.mask_stats(), which includes standard deviation and means over regions
  • MaskMaker edits - new FSC region in NW European shelf. Harmonise naming convention for NW shelf regions.
  • coast.Gridded() can take indices to perform subsetting prior to generating the Gridded object (which isn’t scaling well is subsets are called in other ways.)
  • new CurrentsOnT() subclass of Gridded(), with methods for mapping velocities to t-points for analysis (self-complete but not fully implemented)

What's Changed

Full Changelog: v3.2.0...v3.2.1