0.5.1
Version 0.5.1 (2017/04/21)
NOTE--Impending API CHANGE In this version we have added support for specifying (via dim_order keyword argument) array ordering for the 2D grid functions (geostrophic_wind, advection, h_convergence, v_vorticity, and convergence_vorticity). The default behavior for all releases < 0.6 has been x, then y (specified as 'xy'). For >= 0.6, we will be changing that to 'yx' to make it simpler to use most data sources. In this release, we will issue a warning if you are using the default ordering--this warning can be suppressed by passing the dim_order argument with either 'xy' or 'yx', whichever is appropriate for your data.
Summary:
- Fix windchill with Kelvin temperature units
- Fixed reversed ordering of GINI data y-coordinates (relative to image row order)
- Added option to specify array dimension ordering for 2D grid calculation functions
- Fixed inaccuracy of example code in docstrings
- Fixed
lfc()to return NaNs instead ofNonewhen no LFC found
Issues Closed
- Issue 389 - Calculations data order
- Issue 387 - Handling of no LFC
- Issue 385 - Windchill calculation does not work with Kelvin as input units
- Issue 381 - Run doctests
In this release 4 issues were closed.
Pull Requests Merged
- PR 397 - Build maintenance
- PR 396 - LFC and EL NaN returns
- PR 393 - ENH: Run doctests as part of Travis doc build.
- PR 392 - Array ordering for 2D calculations
- PR 391 - BUG: Fix ordering of GINI y-coordinates
- PR 388 - BUG: Fix windchill when given kelvin temperatures (Fixes #385)
In this release 6 pull requests were closed.