JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

More general ProductDomain support (#42) #45

Closed dlfivefifty closed 5 years ago

dlfivefifty commented 5 years ago

Fixes #42. Note that its not quite as general as it could be due to hitting https://github.com/JuliaLang/julia/issues/31861

dlfivefifty commented 5 years ago

The tests were failing in Julia v0.7 due to a stack overflow. It seems at this point not worth it to support Julia v0.7 anymore. Any one (apart from @MikaelSlevinsky) object to requiring Julia v1.0?

daanhb commented 5 years ago

I don't mind requiring Julia v1.0