bits-tools 2.0 is coming soon!
I’ve started working on a new version of bits-tools, my Python module! Every time I do it, I publish a “changelog” (which this post is) that documents what I’ve changed, added or removed.
TwoBits class
Features added
- validate(): used with another list of bits to check that they are valid
- set_bits(): sets the bits
- get_bits(): returns the bits
- Tests
RandomBits class
Features added
- validate(): see above
- set_bits(): see above
- get_bits(): see above
- Tests
Find the bits-tools Github repository here!
Related