Skip to content

Releases: smarlowucf/wxcast

v2.0.0: Add new routes and use NWS API for metars.

25 Mar 15:45
Compare
Choose a tag to compare
- Fix metar functions.
- Add temp unit option to metar and conditions.
- Migrate to GitHub actions.
- Use F strings.
- New route, get stations for WFO.
- New route, get station info.
- New route, get WFO info.
- New route, get conditions (alias to decoded metar).
- Consolidate and update documentation.

v1.4.0

19 Sep 01:58
Compare
Choose a tag to compare
  • Move docs to GitHub Pages.
  • Add endpoint to retrieve the list of WFOs.
  • Migrate license back to MIT.
  • Remove f'strings and use ordered dict to support py3.4 and 3.5.

v1.3.1

16 Jun 03:19
Compare
Choose a tag to compare
Bump version: 1.3.0 → 1.3.1

v1.3.0

16 Jun 03:15
Compare
Choose a tag to compare
  • Switch to ArcGIS for geocoding.
  • Cleanup exception messages.
  • Fix metar and products API.
  • Fix tests for geopy changes.
  • Make readme gif url absolute for use in pypi.
  • Add long description content type to setup.
  • Convert docs to md for PyPI compatibility.

v1.2.0

19 Feb 00:29
Compare
Choose a tag to compare
  • Remove asserts.
  • Account for dictionary values in decoded metar.

v1.1.0

02 Dec 04:04
Compare
Choose a tag to compare
  • Update readme.
  • Cleanup exception handling.
  • Add unit and integration tests with vcrpy.
  • Cleanup flake8 warnings.
  • Add config for travis integration testing.