JuliaMath / IntervalSets.jl

Interval Sets for Julia
https://juliamath.github.io/IntervalSets.jl/
Other
99 stars 26 forks source link

move Domain to DomainSetsCore #155

Closed daanhb closed 10 months ago

daanhb commented 1 year ago

This PR is an example of how the definition of Domain could move to a DomainSetsCore package.

For now, this does not change anything else apart from the move.

The PR can't be merged until DomainSetsCore has been registered.

A related (and much more invasive) PR for the DomainSets package is https://github.com/JuliaApproximation/DomainSets.jl/pull/140.

daanhb commented 10 months ago

I'll update this elsewhere