Skip to content

Releases: pyoceans/python-ctd

v1.2.0

Choose a tag to compare

@ocefpaf ocefpaf released this 28 Oct 19:10
51d6939

Version 1.2.0

  • Added remove_up_to() method to remove bad data at the beginning of a cast
  • Allow for data without pressure to be loaded and, if possible, create the pressure index

v1.1.1

Choose a tag to compare

@ocefpaf ocefpaf released this 01 Jun 20:53
e28f48c
  • Fixes pandas_flavor dependency

v1.1.0

Choose a tag to compare

@ocefpaf ocefpaf released this 01 Jun 17:36

Version 1.1.0

  • Added more SBE valid pressure names
  • Wrap matplotlib plots
  • Use case fold to avoid to standardize names
  • Support pandas >=1.0

v1.0.0

Choose a tag to compare

@ocefpaf ocefpaf released this 14 May 13:01
070e09e

Version 1.0.0

  • Major re-factor to use pandas_flavor instead of Monkey Patching.
  • Added bindata via interpolation.

v0.4.0

Choose a tag to compare

@ocefpaf ocefpaf released this 13 Aug 14:32
629246c

Version 0.4.0

  • Read searbird bl files
  • Fixed some warnings for the latest pandas
  • Fixed hardcoded number of stats in from_btl
  • Added a seabird ASCII bottle reader
  • Unified bottle and cnv parsers

v0.3.0

Choose a tag to compare

@ocefpaf ocefpaf released this 04 May 14:03
  • Changed license from MIT to BSD 3-Clause
  • Fixed gsw 3.1.1 compatibility issues
  • Fixed reading pressure column from Sea Bird MicroCat SBE 37SM
  • Fixed Python 2/3 encoding issues
  • Improved CI test framework

This will be the past version using pandas b/c the Panel class is deprecated.
The next version will probably use xarray to store and serialized the CTD data.

v0.2.2

Choose a tag to compare

@ocefpaf ocefpaf released this 28 Sep 14:15
  • Minor bugfixes

v0.2.1

Choose a tag to compare

@ocefpaf ocefpaf released this 28 Sep 14:15

Changelog

Version 0.2.x

  • Support for different searbird cnv pressure spellings ('prDM' and 'prdM')
    thanks @j08lue.

Version 0.2.1

  • None is assigned to position data when it is not available.

Version 0.2.0

  • Fixed compatibility fir 0.13.

Version 0.1.0

  • First version derived from oceans package.