0.11.1
Version 0.11.1 (2019/10/18)
Highlights
- Fixed compatibility with XArray v0.14
- Fixed several bugs in sounding calculations
- Fixed units requirement on divergence calculation
- Added link to Python gallery in docs sidebar
- Fixed issue with pint and masked arrays
Issues Closed
- Issue 1203 - Issues with xarray v0.14
- Issue 1199 - LCL doesn't handle arrays correctly
- Issue 1196 - divergence calculation requires speed (PR 1197)
- Issue 1193 - Add NSF sponsorship (PR 1194)
- Issue 1190 - cape_cin ValueError: zero-size array to reduction operation minimum which has no identity (PR 1202)
- Issue 1187 - lcl() RuntimeError: failed to converge after 50 iterations, value is nan (PR 1192)
- Issue 1186 - Improve gallery linking (PR 1189)
- Issue 1184 - precipitable_water fails with NaN dew point values in the profile (PR 1188)
In this release 8 issues were closed.
Pull Requests Merged
- PR 1210 - avoid pint trouble with np.asarray
- PR 1206 - Quick fix for test_narr_example_variable_without_grid_mapping test (broken by xarray v0.14)
- PR 1204 - Fix GiniFile import of xarray FrozenDict
- PR 1202 - Fix LFC problem and set CIN to 0 if positive (1190)
- PR 1200 - Add support for grids when surface is LCL
- PR 1197 - fix divergence unit requirement (1196)
- PR 1194 - Add NSF acknowledgement (1193)
- PR 1192 - Fix precision issue with interpolation in profile helper (1187)
- PR 1191 - MNT: Change wheel directory on Travis
- PR 1189 - Add link to Python Gallery in sidebar (1186)
- PR 1188 - Allow PW calculation when NaNs present (1184)
In this release 11 pull requests were closed.