coinflip.collections.defaultlist
improvements:- index() and remove() uses the __iter__() method.
- Setter for the default_factory property.
- Returns a defaultlist on slice get operations.
- Slicing support for accessor methods in
coinflip.collections.defaultlist
. - Fixed bug causing inaccurate results for the Non-overlapping Template Matching test.
Bins
andFloorDict
containers incoinflip.collections
are now always ordered.
- Fixed wrong intervals being rounded to in
coinflip.collections.bins
.
coinflip.collections.bins
now usesOrderedDict
under the hood.
- Reference implementation available in
coinflip.randtests_refimpl
(requires the refimpl extra). - Docstrings for all the randomness tests in
coinflip.randtests
.
- First beta release on PyPI.