Skip to content

python-weather-0.4.2

Compare
Choose a tag to compare
@null8626 null8626 released this 09 Sep 15:59
· 225 commits to main since this release

After nearly a month of me being busy, python-weather v0.4.2 is here!

  • [BREAKING] refactor: for consistency, DailyForecast#average_temperature is renamed to DailyForecast#temperature
  • fix: #30
  • fix: Weather#location should not return None now, and should return floats insead of ints. (making it consistent to the type-hint)
  • perf: remove unused __slots__ tuple member in the BaseForecast 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.