API Changes
* Renamed `get_wind_speed` to `wind_speed`; the old name is still available but is deprecated and will be removed in 0.12
* Renamed `get_wind_dir` to `wind_direction`; the old name is still available but is deprecated and will be removed in 0.12
* Renamed `get_wind_components` to `wind_components`; the old name is still available but is deprecated and will be removed in 0.12
Highlights
* Added support for cross-sections along arbitrary lat/lon paths
* Added `parcel_profile_with_lcl` to compute the parcel profile and return values for the parcel profile, as well as the ambient pressure, temperature, and dew point that includes the lcl
* Fixed corner case problems in some thermodynamic calculations by using parcel profiles including the LCL
* Added function to get a matplotlib color from a GEMPAK color number
* Added CartoPy map feature for U.S. counties
* `get_test_data` will now automatically download and cache data files if the user is not running a git checkout of MetPy. This makes all of our test/example data much more easily available.
* Added `smooth_gaussian`, which smooths a grid using a Gaussian distribution-shaped kernel; this is an analog of GEMPAK's `gwfs`
* Fixed error reading newer NEXRAD Level 2 files
Contributors
akrherz, JoyMonteiro, jthielen, leouieda, sgdecker, jrleeman, and dopplershift contributed code to this release.
Issues Closed
* [Issue 907](https://github.com/Unidata/MetPy/issues/907) - 'gpm' is not a defined unit ([PR 925](https://github.com/Unidata/MetPy/pull/925))
* [Issue 905](https://github.com/Unidata/MetPy/issues/905) - Add Units Tutorial ([PR 923](https://github.com/Unidata/MetPy/pull/923))
* [Issue 904](https://github.com/Unidata/MetPy/issues/904) - Respell API Docs ([PR 920](https://github.com/Unidata/MetPy/pull/920))
* [Issue 902](https://github.com/Unidata/MetPy/issues/902) - calc.lfc( ) bug report. ([PR 929](https://github.com/Unidata/MetPy/pull/929))
* [Issue 897](https://github.com/Unidata/MetPy/issues/897) - Doc build failing ([PR 898](https://github.com/Unidata/MetPy/pull/898))
* [Issue 884](https://github.com/Unidata/MetPy/issues/884) - Error: type 2 should be 80 bytes but got 120 ([PR 891](https://github.com/Unidata/MetPy/pull/891))
* [Issue 867](https://github.com/Unidata/MetPy/issues/867) - Suggested improvement for examples/Four_Panel_Map ([PR 921](https://github.com/Unidata/MetPy/pull/921))
* [Issue 866](https://github.com/Unidata/MetPy/issues/866) - Logging overrides user preferences ([PR 924](https://github.com/Unidata/MetPy/pull/924))
* [Issue 865](https://github.com/Unidata/MetPy/issues/865) - Rename `get_wind_direction` and `get_wind_speed` ([PR 868](https://github.com/Unidata/MetPy/pull/868))
* [Issue 863](https://github.com/Unidata/MetPy/issues/863) - Barbs slightly clipped on skewT
* [Issue 860](https://github.com/Unidata/MetPy/issues/860) - Systematically identify coordinate types for xarray ([PR 880](https://github.com/Unidata/MetPy/pull/880))
* [Issue 859](https://github.com/Unidata/MetPy/issues/859) - Expose globe in auto parsed projections ([PR 881](https://github.com/Unidata/MetPy/pull/881))
* [Issue 857](https://github.com/Unidata/MetPy/issues/857) - Update GEMPAK table ([PR 921](https://github.com/Unidata/MetPy/pull/921))
* [Issue 854](https://github.com/Unidata/MetPy/issues/854) - Suggested improvement for api/generated/metpy.calc.wet_bulb_temperature ([PR 856](https://github.com/Unidata/MetPy/pull/856))
* [Issue 842](https://github.com/Unidata/MetPy/issues/842) - Gradient Interface ([PR 869](https://github.com/Unidata/MetPy/pull/869))
* [Issue 809](https://github.com/Unidata/MetPy/issues/809) - Organize calc docs ([PR 889](https://github.com/Unidata/MetPy/pull/889))
* [Issue 690](https://github.com/Unidata/MetPy/issues/690) - Removals/Deprecations in 0.9 ([PR 882](https://github.com/Unidata/MetPy/pull/882))
* [Issue 447](https://github.com/Unidata/MetPy/issues/447) - Bake in county outlines ([PR 927](https://github.com/Unidata/MetPy/pull/927))
* [Issue 190](https://github.com/Unidata/MetPy/issues/190) - testdata missing
In this release 19 issues were closed.
Pull Requests Merged
* [PR 929](https://github.com/Unidata/MetPy/pull/929) - Calculation fixes ([902](https://github.com/Unidata/MetPy/issues/902))
* [PR 928](https://github.com/Unidata/MetPy/pull/928) - A Few Documentation Fixes
* [PR 927](https://github.com/Unidata/MetPy/pull/927) - Add US County features ([447](https://github.com/Unidata/MetPy/issues/447))
* [PR 925](https://github.com/Unidata/MetPy/pull/925) - Add gpm unit as an alias to meters ([907](https://github.com/Unidata/MetPy/issues/907))
* [PR 924](https://github.com/Unidata/MetPy/pull/924) - Fix logging setup ([866](https://github.com/Unidata/MetPy/issues/866))
* [PR 923](https://github.com/Unidata/MetPy/pull/923) - Add unit tutorial ([905](https://github.com/Unidata/MetPy/issues/905))
* [PR 922](https://github.com/Unidata/MetPy/pull/922) - BUG: Increase default x clipping radius for SkewT
* [PR 921](https://github.com/Unidata/MetPy/pull/921) - Doc/example updates ([867](https://github.com/Unidata/MetPy/issues/867), [857](https://github.com/Unidata/MetPy/issues/857))
* [PR 920](https://github.com/Unidata/MetPy/pull/920) - Respell doc page names for clarity ([904](https://github.com/Unidata/MetPy/issues/904))
* [PR 917](https://github.com/Unidata/MetPy/pull/917) - Add link to SciPy 2018 talk
* [PR 916](https://github.com/Unidata/MetPy/pull/916) - Add gempak_color() and related tests
* [PR 915](https://github.com/Unidata/MetPy/pull/915) - WIP: Use Pooch to download sample data ([8](https://github.com/fatiando/pooch/issues/8))
* [PR 911](https://github.com/Unidata/MetPy/pull/911) - Implement gwfs function from GEMPAK
* [PR 910](https://github.com/Unidata/MetPy/pull/910) - Fix non-tuple NumPy indexing in MetPy ([900](https://github.com/Unidata/MetPy/issues/900))
* [PR 908](https://github.com/Unidata/MetPy/pull/908) - Make handling units like 'degrees_north' a little nicer
* [PR 903](https://github.com/Unidata/MetPy/pull/903) - Add NARR Cross Section Example
* [PR 901](https://github.com/Unidata/MetPy/pull/901) - Update docstring for vorticity
* [PR 899](https://github.com/Unidata/MetPy/pull/899) - Make derivative calculations work with xarray DataArrays
* [PR 898](https://github.com/Unidata/MetPy/pull/898) - Remove removed functions from doc page override ([897](https://github.com/Unidata/MetPy/issues/897))
* [PR 892](https://github.com/Unidata/MetPy/pull/892) - "Improve this page" links for examples and tutorials
* [PR 891](https://github.com/Unidata/MetPy/pull/891) - Update nexrad ([884](https://github.com/Unidata/MetPy/issues/884))
* [PR 889](https://github.com/Unidata/MetPy/pull/889) - Reorganization of calc docs (with module template override option) ([809](https://github.com/Unidata/MetPy/issues/809))
* [PR 888](https://github.com/Unidata/MetPy/pull/888) - permit usage of temperature in Kelvin for heat_index calc
* [PR 887](https://github.com/Unidata/MetPy/pull/887) - fix apparent_temperature when only windchill is calculated
* [PR 882](https://github.com/Unidata/MetPy/pull/882) - Cleanup kinematics calculations and permit leading dimensions ([690](https://github.com/Unidata/MetPy/issues/690))
* [PR 881](https://github.com/Unidata/MetPy/pull/881) - Expose cartopy globe in CFProjection and xarray accessor ([859](https://github.com/Unidata/MetPy/issues/859))
* [PR 880](https://github.com/Unidata/MetPy/pull/880) - xarray Coordinate Identification Cleanup ([860](https://github.com/Unidata/MetPy/issues/860))
* [PR 879](https://github.com/Unidata/MetPy/pull/879) - Add cross section function and supporting calculations ([654](https://github.com/Unidata/MetPy/issues/654), [652](https://github.com/Unidata/MetPy/issues/652))
* [PR 876](https://github.com/Unidata/MetPy/pull/876) - Add conversions between omega and w
* [PR 875](https://github.com/Unidata/MetPy/pull/875) - Additional changes to drop python 3.4
* [PR 873](https://github.com/Unidata/MetPy/pull/873) - Drop python 3.4
* [PR 872](https://github.com/Unidata/MetPy/pull/872) - Changing gridding to interpolate
* [PR 871](https://github.com/Unidata/MetPy/pull/871) - Systematic Coordinate Identification
* [PR 869](https://github.com/Unidata/MetPy/pull/869) - Change x to coordinates in gradient and laplacian interface ([842](https://github.com/Unidata/MetPy/issues/842))
* [PR 868](https://github.com/Unidata/MetPy/pull/868) - Update Wind Functions ([865](https://github.com/Unidata/MetPy/issues/865), [794](https://github.com/Unidata/MetPy/issues/794))
* [PR 856](https://github.com/Unidata/MetPy/pull/856) - Update thermo.py ([854](https://github.com/Unidata/MetPy/issues/854))
In this release 36 pull requests were closed.