Skip to content

Releases: ssenart/PyGazpar

1.2.6

03 Jan 12:15
e3b4b5b
Compare
Choose a tag to compare

Fixed

  • #77: Some error may occur while requesting data from GrDF API.

1.2.5

21 Dec 13:31
2ced7a7
Compare
Choose a tag to compare

Fixed

  • #75: Fix an error when no temperature data is available.

1.2.4

09 Oct 19:50
29f9e1a
Compare
Choose a tag to compare

Fixed

  • #72: Remove the warning message "UserWarning: Boolean Series key will be reindexed to match DataFrame index. df = pd.concat([df[(df["count"] >= 7)], df.tail(1)[df["count"] < 7]])".

1.2.3

05 Oct 12:29
6b0babf
Compare
Choose a tag to compare

Added

  • #70: Add Python 3.12 support.

1.2.2

08 May 11:27
0c38d63
Compare
Choose a tag to compare

Fixed

  • #65: [Bug] PermissionError happens when loading data from Excel file.

1.2.0

16 Dec 17:41
251b110
Compare
Choose a tag to compare

Changed

  • #59: [Feature] Support both Excel and Json data source format from GrDF site.

  • #60: [Feature] Permit to load data at multiple frequencies with one method call.

Fixed

  • #47: [Bug] No temperature field available.

  • #58: [Issue] No data update - GrDF web site is half broken - Download button does not work anymore.

1.1.6

16 Nov 22:29
a6247fd
Compare
Choose a tag to compare

Fixed

[#55] Make the login more robust by using auth_nonce token.

1.1.5

11 Jul 10:47
d6fe2d9
Compare
Choose a tag to compare

Fixed

  • #49: Authentication failure.

1.1.4

18 Jan 16:45
e13ab41
Compare
Choose a tag to compare

Changed

  • #43: Downloaded Excel file name has changed from Donnees_informatives_PCE_$dateDebut_$dateFin.xlsx to Donnees_informatives_$numeroPCE_$dateDebut_$dateFin.xlsx.

1.1.2

08 Jan 13:57
bbcfa40
Compare
Choose a tag to compare

Fixed

  • #39: NameError: name 'Frequency' is not defined (thanks nicolas-r).
  • Numéro PCE pas forcément un nombre: Le numéro PCE de mon compteur commence par un 0 et lorsque j'essaie de récupérer mes relevés avec PyGazpar, une erreur de l'API est renvoyée. Le numéro PCE ne doit donc pas être converti en int lorsque il est passé en paramètre mais doit être une string (thanks maelgangloff).