Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.5 KB

CHANGES.rst

File metadata and controls

54 lines (37 loc) · 1.5 KB

Changelog

1.4.5 (2016 May 19)

  • Parse the 'nextrun' field from the cache file as UTC time (API_Locationforecast)

1.4.4 (2016 May 06)

1.4.2 (2015 Apr 21)

  • add remove function to Cache
  • add explicit installation of language-specific JSON files to setup ~> thanx to kurisuke
  • check the freshness of cache based on nextupdate tag in meta ~> thanx to knightsamar

1.4.1 (2014 Dec 11)

  • add logging support
  • mod some variables
  • mod catching exceptions
  • rewrite LocationXYZ functionality to API_Locationforecast
    • swap longitude and latitude
    • add self.coordinates
    • add self.location_name ~> not ideal, so it will probably change in future
  • add LocationXYZ wrapper over API_Locationforecast for backward compatibility
  • mod hash names for temporary files
  • improve setup.py
  • mod README from Markdown to reStructuredText

1.4.0 (2014 Sep 12)

1.3.2 (2014 Jul 11)

  • improve exception-handling ~> thanks to mbambas

1.3.1.1 (2014 Jul 10)

  • bugfix: pypi/pip installer in 'setup.py'

1.3.1 (2014 Jul 10)

  • bugfix: caching mechanism in 'is_fresh' function ~> thanks to antorweep1987
  • improve examples