NumericalIntegration.jl icon indicating copy to clipboard operation
NumericalIntegration.jl copied to clipboard

Support for `Interpolations.jl` v0.14

Open ThummeTo opened this issue 3 years ago • 5 comments
trafficstars

Many state-of-the-art Julia Frameworks rely on Interpolations.jl v0.14, but NumericalIntegration.jl forces v0.13. This results in many libraries aren't usabel together with NumericalIntegrations.jl.

Would be nice to add compat entry like: Interpolations = "0.13, 0.14"

Thanks and best regards!

ThummeTo avatar Oct 25 '22 14:10 ThummeTo

Looks like CompatHelper hasn't been run in 12 months so that would help.

m-wells avatar Oct 27 '22 14:10 m-wells

See my PR #46 and just add it to your project as long as it is not merged.

wg030 avatar Oct 27 '22 15:10 wg030

When is this released? We can't release a dependent library as long as this is not fixed. The CI-Tests running for me, even with the corrected dependency entry.

Best regards!

EDIT: But the tests are throwing warnings: Warning: RombergEven :: final step reached, but accuracy not: ... m > 1.0e-12

ThummeTo avatar Dec 15 '22 08:12 ThummeTo

Because the last release was in April 2021: Will there be a fix in a soon future or its is recommended to use an alternative?

Best regards & season's greetings!

ThummeTo avatar Dec 23 '22 14:12 ThummeTo

I would also appreciate a fix for this

jmsull avatar Feb 01 '23 01:02 jmsull