---------------------
Breaking changes
~~~~~~~~~~~~~~~~
- In overturn.eps_overturn the argument overturns_from_CT was renamed to overturns_from_t (:pull:`97`).
By `Jesse Cusack <https://github.com/jessecusack>`_.
New Features
~~~~~~~~~~~~
- Linear equation of state option added to the overturn module (:pull:`97`) as well as a few other tweaks to the eps_overturn function, including:
- making latitude and longitude arguments optional
- providing an argument for the pressure bin width used in the potential density calculation
- removing unnecessary and/or meaningless diagnostics
By `Jesse Cusack <https://github.com/jessecusack>`_.
Bug fixes
~~~~~~~~~
- Fix frequency shift bug in psd (:pull:`105`).
By `Gunnar Voet <https://github.com/gunnarvoet>`_.
Documentation
~~~~~~~~~~~~~
- Explanation of the linear equation of state (:pull:`97`).
By `Jesse Cusack <https://github.com/jessecusack>`_.
Internal Changes
~~~~~~~~~~~~~~~~
- Many unit tests for the overturn module were added (:pull:`97`).
By `Jesse Cusack <https://github.com/jessecusack>`_.