From 7572c526c8293b28e2e10e3a512d45a02af24438 Mon Sep 17 00:00:00 2001 From: Guillaume Fraux Date: Thu, 9 Jul 2026 09:17:35 +0200 Subject: [PATCH] Release vesin v0.6.0 --- CHANGELOG.md | 6 ++++++ vesin/VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001f3d15..1d5e35f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,14 @@ changelog](https://keepachangelog.com/en/1.1.0/) format. This project follows ### Removed --> +## [Version 0.6.0](https://github.com/Luthaf/vesin/releases/tag/v0.6.0) - 2026-07-09 + ### Added +- The neighbor list code now has a `skin` parameter, used to compute a larger + neighbor list than requested, and reuse it across multiple calls. +- The CPU implentation can now use multiple threads to compute the neighbor + list, controlled by the `n_threads` parameter. - Added support for PyTorch v2.13 in the `vesin-torch` wheels on PyPI ### Changed diff --git a/vesin/VERSION b/vesin/VERSION index 659914ae..a918a2aa 100644 --- a/vesin/VERSION +++ b/vesin/VERSION @@ -1 +1 @@ -0.5.8 +0.6.0