Skip to content

Commit 87d6a3c

Browse files
committed
Release version 0.5.0
1 parent dd10bc5 commit 87d6a3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ changelog](https://keepachangelog.com/en/1.1.0/) format. This project follows
1717
### Removed
1818
-->
1919

20+
## [Version 0.5.0](https://github.com/Luthaf/vesin/releases/tag/v0.5.0) - 2026-02-19
21+
2022
### Added
2123

2224
- vesin can now compute neighbor lists on GPUs using CUDA. This is automatically
2325
integrated in vesin-torch, and can be used with CuPy in the `vesin` python
2426
package.
27+
- `vesin.NeighborList` now accepts either numpy arrays, cupy arrays or torch
28+
tensor for the `points`, `box`, and `periodic` parameters.
2529

2630
## [Version 0.4.2](https://github.com/Luthaf/vesin/releases/tag/v0.4.2) - 2025-11-06
2731

vesin/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.5.0

0 commit comments

Comments
 (0)