pynear 2.3 is out 🚀

Reddit r/ArtificialInteligence Tools

Summary

pynear 2.3 is a fast KNN library with SIMD acceleration and drop-in compatibility with scikit-learn, offering exact and approximate cosine indices and outperforming Faiss on binary descriptors in some contexts.

pynear is a fast KNN library that doesn't make you choose between exact answers and production speed. Drop-in for scikit-learn. SIMD-accelerated. Up to 257× faster than Faiss on binary descriptors at 100% recall. • cosine indices (exact + approximate) • drop-in for scikit-learn (metric='cosine') • Incredibly fast approximate IndexBinaryMultiHash with high recall (beats Faiss in some contexts) pip install -U pynear [https://github.com/pablocael/pynear](https://github.com/pablocael/pynear)
Original Article

Similar Articles

Pyrefly v1.0 is here

Lobsters Hottest

Pyrefly, an open-source Python type checker and language server, reaches v1.0, marking production readiness with significant performance improvements and adoption by major codebases like PyTorch and NumPy.