Skip to content

Releases: ssenart/PyGazpar

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).

1.1.1

02 Dec 21:37
f8e3cd1
Compare
Choose a tag to compare
Merge pull request #35 from ssenart/develop

Exact same version as 1.1.0 except that 1.1.0 has not been published …

1.1.0

02 Dec 21:29
9624e75
Compare
Choose a tag to compare

Remove Selenium usage and use simple Web request for login and data retrieval.

1.0.2

25 Nov 21:44
c05b41a
Compare
Choose a tag to compare

1.0.2 - 2021-11-25

Fixed

  • Fix broken command line pygazpar caused by adding the new lastNDays parameter.
  • Fix the error : ValueError: could not convert string to float: 'Index de début de période (m3)'. It occurs because the records in the Excel file now starts at line 10 instead of line 8 before (thanks to DEFAYArnaud for having spotted the issue and bringing the fix).

Changed

  • In the Excel file, if a cell is empty, then no corresponding key will be inserted in the result dictionary (before we inserted a key with an empty string).

1.0.1

24 Nov 12:55
28dc042
Compare
Choose a tag to compare

Fix typo warning from Pylance preventing 1.0.0 to be published.