- Add a
copy_from
method to theBitset
class. - Improve performance of bitset operations by making
num_bits
a compile-time constant expression. - Support vectors of logicals as an argument to
filter_bitset
. - Allow processes to be named, in order to produce more useful call stacks.