Releases: ssenart/PyGazpar
Releases · ssenart/PyGazpar
1.3.0
Added
#84 : Add a function to retrieve list of PCE ids.
Changed
#85 : Move to Poetry dependency/package management tool.
1.3.0b3
Added
#84 : Add a function to retrieve list of PCE ids.
1.2.8
Added
- #81: Add meter/temperature debug log messages to help investigation in case of errors.
1.2.7
Fixed
- #79: Fix some unittests that wrongly failed because of the new year.
1.2.6
Fixed
- #77: Some error may occur while requesting data from GrDF API.
1.2.5
Fixed
- #75: Fix an error when no temperature data is available.
1.2.4
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
Added
- #70: Add Python 3.12 support.
1.2.2
Fixed
- #65: [Bug] PermissionError happens when loading data from Excel file.