Changelog¶
1.6.0 - 2025-11-23¶
Authors: Bruno Macedo
Changes:
- Deprecated functionality related to raw gamesa blades data.
1.5.3 - 2025-07-12¶
Authors: Bruno Macedo
Changes:
- Changed build backend to
uv_buildfor better packaging and deployment.
1.5.2 - 2025-07-11¶
Authors: Nicole Tometich
Changes:
- Minor change on gamesa_cms_features regarding perfdb.features.definitions.get data output.
1.5.1 - 2025-07-06¶
Authors: Bruno Macedo
Changes:
- Changed way CMS model is calculated at the end of
importer_gamesa_cms_ftp.
1.5.0 - 2025-06-26¶
Authors: Bruno Macedo
Changes:
- Removed all dependencies to
echo-postgres< 2.0.
1.4.3 - 2025-06-09¶
Authors: Bruno Macedo
Changes:
- Improved
importer_gamesa_blades_ftpdate handling to avoid importing more than the wanted number of files per day.
1.4.2 - 2025-04-21¶
Authors: Bruno Macedo
Changes:
- Allows for Numpy 2.0.
1.4.1 - 2025-04-08¶
Authors: Bruno Macedo
Changes:
- Bug fix in
importer_ge_cms_ftpbecause of changes in how we get object attributes.
1.4.0 - 2025-04-04¶
Authors: Bruno Macedo
Changes:
- Created
importer_gamesa_blades_ftpto import gap data of Gamesa blades from FTP server.
1.3.8 - 2025-01-14¶
Authors: Bruno Macedo
Changes:
- Bug fix when no power data is available for GE turbines.
1.3.7 - 2025-01-14¶
Authors: Bruno Macedo
Changes:
- Bug fix related to float conversion of NaN in
importer_ge_cms_ftp.
1.3.6 - 2024-12-06¶
Authors: Bruno Macedo e Nicole Oska
Changes:
- Changes and bug fix due rename of the data_source_type_name of the gamesa features.
1.3.5 - 2024-11-22¶
Authors: Bruno Macedo
Changes:
- Forced
calc_gamesa_cms_featuresto upload to Bazefield. Needs upgrading toecho-postgresversion 2.
1.3.4 - 2024-11-12¶
Authors: Bruno Macedo
Changes:
- Bug fix in
importer_ge_cms_ftpthat caused metadata from wrong timestamp to be saved with raw data. This implies that we need to reimport all data from GE CMS.
1.3.3 - 2024-07-14¶
Authors: Bruno Macedo
Changes:
- Python 3.12
- Removed _local from timestamp columns due to changes in database.
1.3.2 - 2024-05-21¶
Authors: Bruno Macedo
Changes:
- Changed timeout of FTP in
importer_ge_cms_ftpto 180 seconds.
1.3.1 - 2024-05-14¶
Authors: Bruno Macedo
Changes:
- Bug fixes in
importer_ge_cms_ftp()related to empty csv files.
1.3.0 - 2024-05-13¶
Authors: Bruno Macedo
Changes:
- Added
importer_ge_cms_ftp()to the package. This method is used to import data from GE CMS software to the performance server.
1.2.2 - 2024-05-02¶
Authors: Bruno Macedo
Changes:
- Added scripts ge_cms_exporter.py and disconnect.bat to the package.
1.2.1 - 2024-04-30¶
Authors: Bruno Macedo
Changes:
- Bug fix in
calc_gamesa_cms_features()that caused crashing when calculating fft, causing errors on all frequency related features. - Made
importer_gamesa_cms_ftp()fail if any feature calculations failed.
1.2.0 - 2024-04-16¶
Authors: Bruno Macedo
Changes:
- Compatible with new object names in postgres.
- Created `pyproject.toml.
1.1.1 - 2023-05-05¶
Authors: Bruno Macedo
Changes:
- Added kwargs to importer_gamesa_cms_ftp to make compatible with Airflow.
1.1.0 - 2023-04-06¶
Authors: Bruno Macedo
Changes:
- Major bug fixes for gamesa CMS files the following cases:
- Zip file only has one level (instead of two).
- Zip file of the turbine is inside of a folder in the day folder, instead of being in the day folder itself.
- Calculation of CMS features stopped if one feature failed. Now only the failed feature will not have values.
1.0.1 - 2023-01-27¶
Authors: Bruno Macedo
Changes:
- calc_gamesa_cms_features selects the wanted features based on feature attribute server_calc_type="gamesa_cms_feature".
1.0.0 - 2023-01-26¶
Authors: Bruno Macedo
Changes:
- Complete code refactor.
- Added support for FtpHandler.
- Error messages now come from ErrorSummary.
- Improved logging.
0.1.2 - 2022-11-17¶
Authors: Bruno Macedo
Changes:
- Minor revisions to make it compatible with current release of echo_postgres.
0.1.1 - 2022-06-03¶
Authors: Bruno Macedo
Changes:
- Added calculation of features and model results right after import.
0.1.0 - 2022-06-03¶
Authors: Bruno Macedo
Changes:
- Added echo_gamesacmsfeatures.py
0.0.4 - 2022-05-30¶
Authors: Bruno Macedo
Changes:
- Fixed issue in Gamesa CMS Importer when no data existed in performance_db for a specific turbine.
0.0.3 - 2022-05-28¶
Authors: Bruno Macedo
Changes:
- Fixed remaining issues in Gamesa CMS Importer.
0.0.2 - 2022-05-28¶
Authors: Bruno Macedo
Changes:
- Fixed remaining issues in Gamesa CMS Importer.
0.0.1 - 2022-05-27¶
Authors: Bruno Macedo
Changes:
- Initial release of the package with Gamesa CMS Importer.