Skip to content

v1.0.0

Compare
Choose a tag to compare
@Rory-Sullivan Rory-Sullivan released this 21 Aug 11:54

The first official release.

Added

  • Place class for storing location information
  • Forecast class for handling fetching, parsing, storing and caching of data
    • Update method for performing an all-encompassing update of data
    • Load method for loading data from a cached file
    • Save method for saving data
  • Data class for storing data
  • Interval class for storing data related to an interval
    • Methods for retrieving intervals for a given day and intervals between given
      times
  • Variable class for storing variables
    • Support equality and comparison operations provided units are the same
    • Method for converting units
  • Support for configuration to be stored in a configuration file (setup.cfg or
    .locationforecast)