2.2.0
Below is an extract form the CHANGELOG file showing all the updates for this release.
[2.2.0]
- Modify
Correl.OrdinaryLeastSquares()
to force the intercept to pass through the origin (Issue #412). - Update
LoadBrightHub.get_data()
to use a new API (Issue #419). - Added new function
LoadBrightHub.get_cleaning_log()
to pull the cleaning log for a particular measurement station on BrightHub (Issue #405). - Added new function
LoadBrightHub.get_reanalysis()
to pull reanalysis datasets from BrightHub (Issue #431). - Modify
load.apply_cleaning()
andapply_cleaning_windographer()
to clean columns specified in cleaning file by
matching the sensor name from the beginning of the string. (Issue #249).