OutlierDetectionJL / OutlierDetection.jl

Fast, scalable and flexible Outlier Detection with Julia
https://outlierdetectionjl.github.io/OutlierDetection.jl/dev/
MIT License
80 stars 8 forks source link

CompatHelper: bump compat for MLJBase to 0.19, (keep existing compat) #23

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the MLJBase package from 0.18 to 0.18, 0.19. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 2 years ago

Codecov Report

Merging #23 (b3d0d27) into master (d63a4bd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   93.82%   93.82%           
=======================================
  Files           8        8           
  Lines         243      243           
=======================================
  Hits          228      228           
  Misses         15       15           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d63a4bd...b3d0d27. Read the comment docs.

ablaom commented 2 years ago

@davnn Be good to have this. I'm running into package conflicts.

davnn commented 2 years ago

@davnn Be good to have this. I'm running into package conflicts.

Thanks for the reminder, I was waiting for the reexports, which landed in 0.19.6. Updated version will be published soon.

davnn commented 2 years ago

@ablaom Fixed with https://github.com/OutlierDetectionJL/OutlierDetection.jl/releases/tag/v0.2.5

ablaom commented 2 years ago

Thank you @davnn .