JuliaStats / MultivariateStats.jl

A Julia package for multivariate statistics and data analysis (e.g. dimension reduction)
Other
379 stars 86 forks source link

CompatHelper: bump compat for StatsAPI to 1, (keep existing compat) #191

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the StatsAPI package from ~1.2 to ~1.2, 1. 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.

LilithHafner commented 2 years ago

If we trust that StatsAPI adheres to SymVer, then this PR should be safe. Tests are failing because the merge conflict results in parse errors but that should be a simple fix.

Bump because this is keeping any project with StatsPlots in it at a 4-month-old version of StatsAPI.

ararslan commented 2 years ago

Looks like this was superseded by e9281c2643f97153b480433b91fcdcd200b624a8, which is in the most recent release.

LilithHafner commented 2 years ago

My registry must have been out of date. Thanks!