* Fix bloom size issues with Windows serialization (38). * bloom: replace raw array with `std::vector` and raw pointer with `std::unique_ptr` (39). * map/counter: replace raw array with `std::vector` and raw pointer with `std::unique_ptr` (40). * Remove `PreshMapArray` (40).
3.0.9
* Package updates and binary wheels for python 3.12.
3.0.8
* Package updates and binary wheels for python 3.11.
3.0.7
* Update setup for Setuptools v65.0.0
2.0.0
* Require `cymem>=2.0.0` * Add `wheel` to `setup_requires`