- Features:
- Station Plots (125): MetPy can now be used to create station plots, making use of a special weather symbols font for present weather, sky cover, cloud types, etc. The documentation has examples showing how to use this support.
- GINI file support (114): MetPy can read the NWS' GINI files, which are used to transmit satellite images over NOAAPORT.
- Hodograph (111): MetPy can be used to make hodographs (plots of wind components with height).
- Skew-T improvements (111): Skew-T plots are now usable with matplotlib's subplots and GridSpec.
- Added `resample_nn_1d` for reducing an array of data to the points closest to a set of levels. Contributed by ahaberlie .
- Fixes:
- 84 - Fix relative humidity units for heat index (added our own unit to designate a percentage)
- 81 - Fix `get_with_steps` for getting colortables
- Other notes:
- Moved from nose to py.test for testing
- Added image comparison-based tests for testing plot methods
- Improved arrangement of documentation--removed some extra layers of nesting.