diff --git a/README.md b/README.md index 03f825a..eecf506 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# napf +![napf](https://github.com/tataratat/napf/raw/main/docs/source/_static/napf.png) +**napf - [nanoflann](https://github.com/jlblancoc/nanoflann) wrappers for python and maybe fortran** + [![main](https://github.com/tataratat/napf/actions/workflows/main.yml/badge.svg)](https://github.com/tataratat/napf/actions/workflows/main.yml) [![PyPI version](https://badge.fury.io/py/napf.svg)](https://badge.fury.io/py/napf) -[nanoflann](https://github.com/jlblancoc/nanoflann) wrappers for python and maybe fortran. ## python As `nanoflann` offers template classes, separate classes are implemented in `napf` for each ___{datatype, distance metric}___. All the search functions are equipped with multi-thread execution. Uses [numpy.ndarray](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html) for data input and output.