Page 1 of 1
Set Operations
Posted: Wed Dec 28, 2011 11:51 am
by jopython
Is there a module somewhere which can perform basic Set operations (like unions, intersections, differences etc)
Basic Set theory is something I know since Middle school and easy to associate with :)
Re: Set Operations
Posted: Wed Dec 28, 2011 3:30 pm
by Lutz
Re: Set Operations
Posted: Tue Mar 06, 2012 5:40 am
by William James
I wish that union could be added, although I realize that it is easy to define.
Re: Set Operations
Posted: Thu Mar 08, 2012 1:40 am
by Kazimir Majorinc
I agree about union, not because it is particularly missing, but because it is low hanging fruit.
Re: Set Operations
Posted: Fri Mar 09, 2012 1:59 am
by William James
Kazimir Majorinc wrote:I agree about union, not because it is particularly missing, but because it is low hanging fruit.
Good news, Kazimir. Lutz sent me a p.m. indicating that this will be added.