Skip to content

v0.80.0

Compare
Choose a tag to compare
@holukas holukas released this 28 Aug 12:02
· 122 commits to main since this release
e05ee15

v0.80.0 | 28 Aug 2024

Additions

  • Added outlier tests to step-wise meteoscreening from database: Hampel, HampelDaytimeNighttime and TrimLow (
    diive.pkgs.qaqc.meteoscreening.StepwiseMeteoScreeningDb)
  • Added parameter to control whether or not to output the middle timestamp when loading parquet files with
    load_parquet(). By default, output_middle_timestamp=True. (diive.core.io.files.load_parquet)

Environment

  • Re-created environment and created new lock file
  • Currently using Python 3.9.19

Notebooks

  • Added new notebook for creating a flag that indicates missing values (notebooks/OutlierDetection/MissingValues.ipynb)
  • Updated notebook for meteoscreening from database (
    notebooks/MeteoScreening/StepwiseMeteoScreeningFromDatabase.ipynb)
  • Updated notebook for loading and saving parquet files (notebooks/Formats/LoadSaveParquetFile.ipynb)

Tests

  • Added unittest for flagging missing values (tests.test_outlierdetection.TestOutlierDetection.test_missing_values)
  • 37/37 unittests ran successfully

Bugfixes

  • Fixed links in README, needed absolute links to notebooks
  • Fixed issue with return list in (diive.pkgs.analyses.histogram.Histogram.peakbins)

What's Changed

Full Changelog: v0.79.1...v0.80.0