Skip to content

Releases: hacf-fr/meteofrance-api

v1.3.0

06 Dec 23:08
3176e70
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

  • Fix typos + add avalanche warning test (#691) @Quentame
    • with_costal_bulletin parameter is now with_coastal_bulletin
  • Drop Python 3.7 (#648) @Quentame

🚀 Features

👷 Continuous Integration

📦 Dependencies

v1.2.0

22 Feb 17:14
688078e
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: add get_observation and get_observation_for_place in client (#520) @bbesset
  • Bump Python version to 3.11 (#561) @Quentame

👷 Continuous Integration

📦 Dependencies

v1.1.0

13 Oct 12:09
76bb669
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

🚀 Features

👷 Continuous Integration

💄 Style

  • Chain exception in noxfile and bump flake8-bugbear from 21.4.3 to 21.9.2 (#282) @dependabot
  • Rename MeteoFranceException to MeteoFranceError (#257) @dependabot

📦 Dependencies

v1.0.2

30 Mar 22:55
7112778
Compare
Choose a tag to compare

Changes

📦 Dependencies

v1.0.1

19 Dec 23:47
df5d75b
Compare
Choose a tag to compare

Changes

This version is mainly a maintenance release, making all dependencies up to date.

🪲 Fixes

👷 Continuous Integration

📚 Documentation

📦 Dependencies

First stable version

21 Oct 13:18
ea72f81
Compare
Choose a tag to compare

Changes

This release is the first stable version. It doesn't have real new functional feature compare to previous one.
The modification are focus on code maturity, documentation, continuous integration with GitHub workflows and automations (release note, publishing, tests, linting and safety checks).

For information Python 3.9 is now fully supported by this project.

The code structure is based on the cookiecutter-hypermodern-python template by @cjolowicz

Warning: There is a breaking change compare to previous one ! See below.

💥 Breaking Changes

🪲 Fixes

  • Fix typing-extension dependencies according to Python version (#50) @oncleben31

👷 Continuous Integration

  • Retrofit coockiecutter-hypermodern-python 2020.10.15 template (#64) @oncleben31
  • Add automatic publish to PyPI workflow with automatic release note (#34) @oncleben31
  • Activate Dependabot on the repository (#35) @oncleben31

📚 Documentation

🔨 Refactoring

📦 Dependencies

0.1.1: New helper and development environment improved

13 Aug 20:50
ee08ccb
Compare
Choose a tag to compare

Features:

  • Add is_valid_warning_department helper

Development environment & CD/CI:

  • Project managed with poetry
  • Migrate tests suite to nox
  • Add pre-commit hook
  • Add linting tests, type hint checks, code formatting, security scan in dependencies.
  • Check complete test suite with GitHub Action.

0.1.0

02 Jul 21:38
e465db7
Compare
Choose a tag to compare
  • Add helper for timestamp to datetime conversion
  • Better string representation for Place class.

0.0.3: Refactor, new methods and helpers

08 Jun 07:59
379b44b
Compare
Choose a tag to compare
  • major refactorisation.
  • Add client.get_forecast_for_place(place).
  • Add client.get_picture_of_the_day().
  • Add sort_places_versus_distance_from_coordinates(): helper to sort list of Places by distance to a reference coordinate.
  • Add forecast.today_forecast, forecast.current_forecast, forecast.nearest_forecast: helpers to easy find specific weather forecast among the results of the API.
  • minor typo fix.
  • improve code coverage.

Update tests

11 Aug 11:00
c35e24b
Compare
Choose a tag to compare

Update warning faulty tests.