You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set.intersection: returns an intersection of given sets, rather than two sets
Set.union: returns a union of given sets, rather than two sets
Topology.topology: returns a topology of a given set
These modules are in my repository (https://github.com/yudukikun5120/topology). But I'd rather merge in your repository considering the size of my package.
So could you consider merging the functions above? If you are willing to do so, I will open the pull request.
Thank you.
The text was updated successfully, but these errors were encountered:
I wrote operations for sets and topology:
Set.power_set
: returns a power set of a given setSet.intersection
: returns an intersection of given sets, rather than two setsSet.union
: returns a union of given sets, rather than two setsTopology.topology
: returns a topology of a given setThese modules are in my repository (https://github.com/yudukikun5120/topology). But I'd rather merge in your repository considering the size of my package.
So could you consider merging the functions above? If you are willing to do so, I will open the pull request.
Thank you.
The text was updated successfully, but these errors were encountered: