-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I recently discovered DomainSets.jl. It contains some of the sets we need, for example cartesian products, etc. What should this package's relationship to DomainSets be? I see a few possibilities.
- No relationship - we act like DomainSets doesn't exist (but perhaps learn from it)
- We maintain compatibility in case someone wants to use things from DomainSets, but also re-implement the functionality that we want here.
- We use them as a base package for our interface and encourage using their sets in most cases, and only implement a few things that they don't provide (i.e. we would probably get rid of our
product
and use theirs.) - We re-export some of their sets like we do with IntervalSets (this seems bad)
- We archive this package because DomainSets provides everything we need.
Metadata
Metadata
Assignees
Labels
No labels