JuliaDiff / FiniteDifferences.jl

High accuracy derivatives, estimated via numerical finite differences (formerly FDM.jl)
MIT License
298 stars 26 forks source link

add compat entries for stdlibs #229

Closed tpapp closed 11 months ago

tpapp commented 11 months ago

Meant to fix stalled registry PR https://github.com/JuliaRegistries/General/pull/94381. Please merge and try to reregister.

tpapp commented 11 months ago

Apparently this does not work for Julia 1.0..

Would requiring Julia 1.6 at least be considered?

tpapp commented 11 months ago

Friendly ping: if the approach is satisfactory, please merge and tag a release.

willtebbutt commented 11 months ago

Is this compat update stuff special? Usually we wouldn't tag a release unless a change is made to a file in src

devmotion commented 11 months ago

It's required for https://github.com/JuliaRegistries/General/pull/94381 which contains #228.

willtebbutt commented 11 months ago

Ohhhh sorry, I see. We previously bumped the patch version, so we just need to tag a release based on this PR.