Skip to content

1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 23:07
· 2705 commits to main since this release
fabdf83

Bug fixes for 1.0

Highlights

  • Fixed issue with passing masked arrays to get_layer. Also standardized internal unit handling to avoid more of these issues
  • Fixed nan-handling and wet_bulb_temperature
  • Fixed NEXRAD parsing with legacy-formatted files
  • Fixed declarative contour plotting with global data
  • Fixed issue where .metpy.units would break lazy loading of xarray data
  • Fixed Bunkers storm motion to properly non-pressure-weighted means
  • Fixed unit behavior in mean_pressure_weighted

Contributors

@dopplershift, @dcamron, @akrherz, @jthielen, @zmoon, @jsillin, @kgoebber, @ddirks, @aschueth, @jrleeman contributed code to this release.

Issues Closed

  • Issue 1748 - parse_cf loads all data into memory when grid_mapping is missing since .metpy.units checks .data
  • Issue 1737 - Address numpy 1.20 DeprecationWarning for np.{bool,int,float}
  • Issue 1726 - Release note links incorrect
  • Issue 1716 - Copyright in footer 2021-2020
  • Issue 1705 - Wet Bulb Sounding Computation fails to converge after 50 iterations, value is nan
  • Issue 1648 - Fix incorrect cross-section coordinates
  • Issue 1635 - mean_pressure_weighted unit behavior
  • Issue 1628 - Release docs action
  • Issue 1361 - Bunkers motion using pressure-weighted mean instead of normal mean

In this release 9 issues were closed.

Pull Requests Merged

In this release 19 pull requests were closed.