==================
**Breaking Changes**
--------------------
New features
------------
- AVX512F kernels for all pair-counters, faster code from new optimizations using the minimum separation between pairs of cells, option to use the input particle arrays directly and not make a copy of the particle positions, internal code changes to (hopefully) achieve better OpenMP scaling [167, 170, 173]
Bug fixes
---------
- Fix segmentation fault in vpf_mocks [168]
- Fix automatic uniform weights array when only one set of weights (or a scalar) is passed [180]
- Fix memory leak due to Python reference leak when using weights [181]