Skip to content

Commit

Permalink
Merge pull request #130 from jukent/release
Browse files Browse the repository at this point in the history
fix formatting and add new release notes
  • Loading branch information
jukent authored May 26, 2023
2 parents 7a76fb8 + 419c78b commit e7dad5f
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,33 @@
Release Notes
=============

v2023.06.0 (Jun 1, 2023)
-------------------------

Function and keyword argument names have been adjusted to follow consistent formatting and style, and one bug fix.

Deprecations
^^^^^^^^^^^^
* Some functions reanmed (``findLocalExtrema`` -> ``find_local_extrema``, ``plotCLabels`` -> ``plot_contour_labels``, and ``plotELabels`` -> ``plot_extrema_labels``) and keyword arguments renamed in ``get_skewt_vars`` by `Julia Kent`_ in (:pr:`127`)

Bug Fixes
^^^^^^^^^
* Bug in ``truncate_colormap`` fixed by `Katelyn Fitzgerald`_ (:pr:`125`)

v2023.05.0 (May 4, 2023)
-------------------------

Management of this package switched to GeoCAT team members `Julia Kent`_` and `Katelyn Fitzgerald`_`.
Management of this package switched to GeoCAT team members `Julia Kent`_ and `Katelyn Fitzgerald`_.

New Features
^^^^^^^^^^^^
* Pressure-height twin axis function `add_height_from_pressure_axis` in (:pr:`114`)
* Pressure-height twin axis function `add_height_from_pressure_axis` by `Julia Kent`_ in (:pr:`114`)

Documentation
^^^^^^^^^^^^^
* Contributor's Guide updated in (:pr:`115`)
* Documentation and Packaging Overhaul to match GeoCat-Comp style in (:pr:`116`), (:pr:`121`)
* Adding examples links to all functions in (:pr:`122`)
* Contributor's Guide updated by `Julia Kent`_ in (:pr:`115`)
* Documentation and Packaging Overhaul to match GeoCat-Comp style by `Julia Kent`_ in (:pr:`116`), (:pr:`121`)
* Adding examples links to all functions by `Julia Kent`_ in (:pr:`122`)

..
Add new names and GitHub links as needed
Expand Down

0 comments on commit e7dad5f

Please sign in to comment.