JuliaApproximation / DomainSets.jl

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

Split out "isomorphisms" #43

Closed dlfivefifty closed 4 years ago

dlfivefifty commented 5 years ago

The concept of isomorphisms is useful, but is orthogonal to the concept of domains. The way the package interweaves these two ideas makes the code hard to modify. I'd propose removing all references to isomorphisms from DomainSets.jl and moving them to another package, say ArrayIsomorphisms.jl. (Isomorphisms.jl seems to broad.)

daanhb commented 4 years ago

This has been done in #55, the issue can be closed if #55 is ready to be merged.