1.3.0
Highlights
- Dropped support for Python 3.7
- Station information lookup now better documented works like a standard Python mapping
- Fixed problems with parcel profile functions and repeated pressure values
- Fixed some CF coordinate and unit identification bugs
- Fix for reading NEXRAD data from S3 with newer versions of Botocore
- Fixed wet_bulb_temperature to accept NumPy scalars
- Fixed problem using smoothing and unit conversion together in simplified plotting interface
Enhancements 😄
- Make StationLookup a proper Mapping by @dopplershift in #2398
- Doc/warning improvements by @dopplershift in #2415
Bugs Fixed 🐛
- DOC: Update README installation guide URL by @mathomp4 in #2306
- Retaining global attrs on MetPyDatasetAccessor.quantify() by @lpilz in #2312
- Update coord criteria regex so that X prefixes or _ infixes don't break it by @jthielen in #2347
- Miscellaneous Maintenance by @dopplershift in #2348
- Fix unit power regex for parentheses handling by @jthielen in #2380
- NEXRAD misc updates by @dopplershift in #2381
- Fix wet_bulb_temperature for NumPy scalars by @jthielen in #2402
- Fix declarative smoothing bug by @kgoebber in #2385
- Drop repeat pressures in moist region of
parcel_profile
by @dcamron in #2412
Other Changes
- Drop Python 3.7 by @dopplershift in #2317
- Bump test tolerance by @dopplershift in #2328
- Bump scipy and pandas minimum versions by @dopplershift in #2329
- TEST: Update reference image (Fixes #2391) by @dopplershift in #2395
- Update Codacy link in the dev docs by @dopplershift in #2405
- DOC: add import to wind_components doc string example by @raybellwaves in #2300
New Contributors
Full Changelog: v1.2.0...v1.3.0