JuliaOptimalTransport / OptimalTransport.jl

Optimal transport algorithms for Julia
https://juliaoptimaltransport.github.io/OptimalTransport.jl/dev
MIT License
93 stars 8 forks source link

Extend compat and bump version #178

Open itsdfish opened 1 year ago

itsdfish commented 1 year ago

Hello,

I noticed there are a lot of pull requests for CompatHelper. Would it be possible to merge those pull requests and register a new version?

Thanks!

devmotion commented 1 year ago

Hmm somehow I missed these PRs. Fortunately I think all of these compat updates are for docs/tutorials, so a new release is not needed? I guess they require manual intervention though since the corresponding Manifest.toml files have to be updated as well.

itsdfish commented 1 year ago

No problem. It's easy to miss.

Good question. I'm not sure how that works. Maybe when StatsBase is listed under extras, it won't block new versions of StatsBase.

devmotion commented 1 year ago

I'm pretty sure the package supports the latest release of StatsBase without us merging any PRs - StatsBase is not a dependency of the package and no compat entries are specified for it: https://github.com/JuliaOptimalTransport/OptimalTransport.jl/blob/master/Project.toml