Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@stephenholleran stephenholleran released this 14 May 17:49
834be32

Below is an extract form the CHANGELOG file showing all the updates for this release.


[2.2.0]

  1. Modify Correl.OrdinaryLeastSquares() to force the intercept to pass through the origin (Issue #412).
  2. Update LoadBrightHub.get_data() to use a new API (Issue #419).
  3. Added new function LoadBrightHub.get_cleaning_log() to pull the cleaning log for a particular measurement station on BrightHub (Issue #405).
  4. Added new function LoadBrightHub.get_reanalysis() to pull reanalysis datasets from BrightHub (Issue #431).
  5. Modify load.apply_cleaning() and apply_cleaning_windographer() to clean columns specified in cleaning file by
    matching the sensor name from the beginning of the string. (Issue #249).