python-weather-0.4.2
After nearly a month of me being busy, python-weather
v0.4.2 is here!
- [BREAKING] refactor: for consistency,
DailyForecast#average_temperature
is renamed toDailyForecast#temperature
- fix: #30
- fix:
Weather#location
should not returnNone
now, and should returnfloat
s insead ofint
s. (making it consistent to the type-hint) - perf: remove unused
__slots__
tuple member in theBaseForecast
abstract class - meta: removed my email from
setup.py
. please don't report bugs or ask questions in my email, it's not because i am annoyed by them, but because i very rarely check my email and chances are your email might get buried. if you want to report bugs or ask questions, please leave them in the issues tab.