Skip to content

Releases: TEOS-10/GSW-Python

v3.3.1.post1

27 Aug 22:43
4f2161c
Compare
Choose a tag to compare
  • Build wheels for Linux, Windows, and macOS 🎉

v3.3.1

22 Apr 16:56
1b2ccab
Compare
Choose a tag to compare
  • Add optional args to p_from_z and z_from_p (#49).

v3.3.0

30 Jan 07:37
276ab51
Compare
Choose a tag to compare
  • Adds functions SP_salinometer, O2sol, and O2sol_SP_pt by updating the C source. (Thanks to @DocOtak for TEOS-10/GSW-C@e32245e and TEOS-10/GSW-C#26.)
  • Fixes a bug in handling of p_ref in geostrophy. (Thanks to @zhang-c for bug report and fix.)
  • Fixes a bug in distance when the pressure argument is omitted.

v3.2.1

30 May 14:54
64df987
Compare
Choose a tag to compare
  • Unified code for Windows and Linux.
  • Fix bug in pchip_interp utility function.

v3.2.0

18 Sep 17:59
Compare
Choose a tag to compare
  • Wraps new function: gsw_geo_strf_dyn_height_1.c
    See TEOS-10/GSW-C#20 for more information.

v3.1.1

25 Apr 16:49
Compare
Choose a tag to compare

This releases fixes a bug in the distance and geostrophic_velocity functions, and adds the axis kwarg to distance.

v3.1.0

22 Apr 22:09
Compare
Choose a tag to compare

First release of the numpy ufunc wrappers of the GSW-C implementation. We expect it to replace the original python-gsw pure-python implementation after a brief overlap period.