- New entity Station: represents a meteostation recording weather data
- New feature: search for meteostations around a lat/lon couple
- New feature: retrieve weather currently measured by a meteostation
- New feature: retrieve weathers currently measured by meteostations within a bounding box
- Can now query for weather forecasts based on geographical coordinates
- Can now query for weather forecasts based on city ID
- Support querying of extreme weather conditions in Forecaster convenience methods
- Enriched Weather class with methods to support data fields retrieved from meteostations
- Now supporting Unicode strings as parameters for all PyOWM public methods
- Increased test coverage