* Fix 163 installation broken on Python 2 because of fix of 161, thanks vphilippon for this! Sorry for the inconvenience.
0.15.0
* Python 3.4 is no longer officially supported since it is EOL since 2019-03-18. * Fix 157, major improvements to type hints. Thanks je-l for working on this and nattofriend for reviewing the PR! * Fix 161, installation fails on some Windows platforms because fallback to Python pvector does not work. Thanks MaxTaggart for fixing and verifying this!
0.14.11
* Fix 152 Don't use __builtin_popcount, this hopefully fixes 147 Error in pvectorc.cp37-win_amd64.pyd file, as well. Thanks benrg for this! * Fix 151 Fix compatibility for hypothesis 4. Thanks felixonmars for this!
0.14.10
* Fix 148, only require pytest-runner if running tests. Thanks ccorbacho for this!
0.14.9
* Fix 144, Compile pvectormodule.c on windows. Thanks ganwell for this!
0.14.8
* Fix 142, Improve type stubs. Thanks arxanas for this!