From c8f5eb1a877d738d4bcf8351319dfe5c157d9720 Mon Sep 17 00:00:00 2001 From: Jaewook Lee Date: Fri, 26 Jul 2024 17:47:48 +0200 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.