------------------- * Made changes to the C code to allow compilation with more compilers. Compiles on Visual Studio, although there are still a few tests failing.
0.3.2
------------------- * Added sequential search method. * The special method `__contains__` now also takes advantage of the sequential search.
0.3.1
------------------- * Simplified state information for pickling. Argument for count is now optional, defaults to True. Fixed typos.
0.3.0
------------------- * Fixed a severe bug for 64-bit machines. Implemented all methods in C, improved tests. * Removed deprecated methods `.from01()` and `.fromlist()`.
0.2.5
------------------- * Added section in README about prefix codes. Implemented _multiply method for faster `__mul__` and `__imul__`. Fixed some typos.
0.2.4
------------------- * Implemented encode and decode method (in C) for variable-length prefix codes. * Added more examples, wrote README for the examples. * Added more tests, fixed some typos.