JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
150 stars 32 forks source link

CompatHelper: bump compat for "LDLFactorizations" to "0.9" #234

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the LDLFactorizations package from 0.8.1 to 0.8.1, 0.9.

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.

devmotion commented 2 years ago

@geoffroyleconte Pkg just told me that the tests of one of my packages use an older version (2.2.2) of LinearOperaors. The reason seems to be that some package pulls in LDLFactorizations 0.9 before LinearOperators is installed. Would it be possible to tag a new release with the LDLFactorizations 0.9 compat entry?

dpo commented 2 years ago

@devmotion Done.