- Move hard coded parameters to function inputs. (:pull:`20`)
- Include parameters and processing options as attributes in data structure. (Addressing :issue:`19`, :pull:`20`)
- Add CF standard names and units. (:pull:`25`) By Jesse Cusack.
- Change the class name for the conversion from hex data. (:pull:`20`)
- Remove z dimension for binned casts. (:pull:`20`)
- Change allowed conductivity range from [2.5, 6.0] to [2.0, 6.0] to allow for Arctic surface waters to be processed. (:pull:`34`)
- Fix byte offset for reading hex file on R/V Armstrong (cruise AR73 May 2023). (:pull:`26`)
- Fix bug in ctdproc.proc.remove_out_of_bounds() for python > 3.8. (:pull:`29`) By Øyvind Lundesgaard.
- Fix hex reading bug introduced in PR26. (:pull:`43`)
- Rename some functions to be more self-explanatory. (:pull:`20`)
- Clean up variable names
- Remove unnecessary packages in conda development environment definition environment.yml. (:pull:`33`)
Including all minor changes up to BLT2 cruise in October 2021.
- Improve time handling.
- Add functions for saving profiles to .mat format.
- Fix bug in pressure conversion, was missing subtraction of atmospheric pressure.
- Enable reading hex files with 48 bytes per scan. Fixes :issue:`11`.
- Enable reading hex files with 45 bytes per scan. Fixes :issue:`14`.
- Add contributing guide. Mostly adapting xarray's contributing guide .
- Fix more import issues
- Fix import issues
- First release on PyPI.