PieterjanRobbe / GaussianRandomFields.jl

A package for Gaussian random field generation in Julia
Other
66 stars 11 forks source link

New release to aid in compat satisfiability #65

Closed odunbar closed 2 months ago

odunbar commented 2 months ago

Issue

Hi @PieterjanRobbe Thanks for the great package! Unfortunately we are having some compat issues with FastGaussQuadrature being restricted to v0.5. Is this (in particular < v1) required?

If not could we request the relevant compat be updated to "0.5, 1" and that you push a new tagged release for this?

Thanks again!

PS a quick link to an example using your fields :)

PieterjanRobbe commented 2 months ago

Hi @odunbar, thanks for your interest in this package!

Should be good as soon as https://github.com/JuliaRegistries/General/pull/114375 gets merged.

odunbar commented 2 months ago

Wonderful, thanks for your speed on this, I'll close the issue