0.6.1
Version 0.6.1 (2017/11/04)
API Change
- Small API change to change
storm_relative_helicityto take heights, as well as an argument for depth. This fixes a bug in the original design of the function where the default bottom was 0, which is below the first level of most soundings.
Highlights
- Fix bugs in corner cases of
get_layer,precipitable_water,el, andbulk_shear - Fix use of units with
plot_colormappedonHodograph - Fix lack of projection of wind barbs in
StationPlotwhen using CartoPy - Enable interpolation by default when calling
shade_capeand friends forSkewT - Fixed up definitions of CAPE and CIN to be net integrals above and below the LFC, respectively
- Add MetPy logo to examples
Issues Closed
- Issue 601 - Improve logo positioning in examples
- Issue 598 - StationPlot wind barb projection issue
- Issue 596 - Precipitable Water Bounds Failure (PR 602)
- Issue 593 - Get Layer producing incorrect results (PR 597)
- Issue 580 - Link to python-gallery
- Issue 576 - SREH Specified bound is outside height range Error (PR 577)
- Issue 575 - Precipitable Water Bounds
- Issue 569 -
plot_colormappedwith bounds works improperly with units - Issue 568 - Bulk shear calculation fails when no depth is provided (PR 570)
- Issue 566 - Set interpolation=True in shade_cape, etc. (PR 571)
- Issue 370 - Pick LFC at the base of the largest area of CAPE (PR 603)
- Issue 69 - skew.ax.fill_betweenx shading not shading entire region
In this release 12 issues were closed.
Pull Requests Merged
- PR 604 - Improve logo positioning (563)
- PR 603 - Integrate all areas for CAPE/CIN (370)
- PR 602 - get_layer bounds improvements (596)
- PR 600 - Fix projection of barbs in StationPlot
- PR 597 - get_layer with data in increasing pressure order (593)
- PR 595 - Cleanup precipitable water
- PR 577 - Storm Relative Helicity Improvements (576)
- PR 572 - Hodograph coloring units ([569](https://github.com/an issue where units were being dropped and causing improper plots. Closes /issues/569))
- PR 571 - Turn on interpolation in CAPE/CIN shading by default (566)
- PR 570 - Assign depth kwarg default value if it is None in
get_layer(568) - PR 565 - Update Sounding Tutorial/Examples
- PR 564 - Update GINI Example with new color table values (560)
- PR 562 - Simplify EL calculation
- PR 561 - Return figure object when adding logo
In this release 14 pull requests were closed.