USearch v[2.10.0](https://github.com/unum-cloud/usearch/compare/v2.9.2...v2.10.0) brings major compatibility improvements:
- Better CMake thanks to Ngalstyan4 🤗
- Pre-build JavaScript binaries thanks to sroussey 🤗
- Better docs thanks to simonw 🤗
Notable new features include:
- Use AVX in Windows Python images ([c694880](https://github.com/unum-cloud/usearch/commit/c6948800bc7e28292bc1e847ef362567aff1e5a9))
- Standalone SQLite binaries ([227083b](https://github.com/unum-cloud/usearch/commit/227083badaab8186dd553db7b11e4c565fada973))
- Introspecting SIMD capabilities in Rust builds ([16fa90f](https://github.com/unum-cloud/usearch/commit/16fa90ff9c4c3f97864b664ba72c3f651eae55d5))
- Pretty printing the index with `__repr_pretty__` ([7087138](https://github.com/unum-cloud/usearch/commit/708713869784d53b84e4f6404b0c7decb51a4be2))
- Improved bit-casting for negative `float`-s ([1d03a9d](https://github.com/unum-cloud/usearch/commit/1d03a9db85376b53aecdaa9782779008bc6b9513))
Moreover, new [USearch ships 50 binaries to PyPi](https://pypi.org/project/usearch/#files), covering more platforms than NumPy with 35, but still fewer than SimSIMD and StringZilla with 105. More improvements to come to the most portable fast approximate nearest neighbors search engine 🥳