Skip to content

Releases: vatsa287/cli-weather

cli-weather v0.1.9

30 May 14:12
1354e22
Compare
Choose a tag to compare

This release fixes:

  • Bug related to Imperial units
  • Update doc of removal of airquality data from version v1.0.0

cli-weather v0.1.5 4-Beta Limited Use Release

03 Aug 17:30
Compare
Choose a tag to compare

version 0.1.5

4 - Beta Limited Use Release

  • Introduced new feature to support airquality forecast for next 3 days with 12 hours intervals when used in conjunction with -a and -f which stands for --airquality and --forecast respectively.
  • Able to provide key data like aqi and its associated category,concentration of surface no2,so2,co and concentration of particulate matters.
  • Introduced --version and --about to provide the version of PyPI package and description of the project.
  • Almost production ready, if General API is upgraded since it does not server more than 1 simultaneous HTTPS response.

cli-weather v0.1.4 3alpha test release

31 Jul 18:24
Compare
Choose a tag to compare

cli-weather ver 0.1.4

3 - Alpha Test Release

  • Introduced new optional argument -f, --forecast which gives 7 day weather forecast [for now will extend to airquality forecast by next release] with daily intervals from any point on the planet. The result can be fetched by either the city name or postalcode.
  • Forecast data from the world's most accurate weather models including the GFS 13km, ECMWF, DWD 6.5km ICON-Europe, and NOAA 3km HRRR.
  • Code reuse made for both city and postalcode by dividing functions in each class to new modules altogether.

cli-weather v0.1.3 3alpha test release

30 Jul 15:23
Compare
Choose a tag to compare

ver 0.1.2

3 - Alpha Test Release

  • Current Air quality observations for any point in the world.Returns current information on the six major pollutants - PM 2.5, PM 10, CO, SO2, NO2, and O3 as well as an US EPA AirQuality Index (AQI) score.
  • Detailed aqi information along with its associated category and subsequent health risk status.
  • Functional-Programming layout, scope for more by next release
  • Set choices for units to avoid wrong units chosen
  • Change in description of --detailed optional argument to accomodate new -a functionality
  • Choose a subparser status during empty positional argument scenario

cli-weather v0.1.2 3alpha test release

29 Jul 06:18
Compare
Choose a tag to compare

ver 0.1.2
3 - Alpha Test Release

  • Python2 and Python3 compatible: Finally running in both py2 and py3, previously had issues with module imports. Tested with Ubuntu container running in interactive+detached mode.
  • Introduction of wheel distribution in binary: Wheel distribution with --universal tag signifying above feature. Wheel enhances installation since the source is in binar.
  • Minor bug fixes in setup.py

cli-weather v0.1.1 3alpha test release

28 Jul 18:26
Compare
Choose a tag to compare

ver 0.1.1

3 - Alpha Test Release

  • Minor bug fixes in setup.py
  • Doc update in PyPIDocumentation.md

cli-weather v0.1.0 3alpha test release

28 Jul 17:24
Compare
Choose a tag to compare

** First Test Release **

  • Get weather by city
  • Get weather by postalcode
  • Change units according as you wish [Metric/Scientific/Farenheit]
  • Only temparature by default, detailed information from snowfall to solar radiation