Skip to content

Commit eddc043

Browse files
committed
v0.26.3
1 parent 0b1a7d9 commit eddc043

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8+
## [0.26.3] - 2025-02-18
9+
10+
### Fixed
11+
12+
- Fix computation of energy spectrum on GPUs.
13+
The issue is probably linked to a recent update in KernelAbstractions.jl.
14+
15+
## [0.26.2] - 2025-02-17
16+
17+
### Added
18+
19+
- Allow NonuniformFFTs 0.7.
20+
821
## [0.26.1] - 2025-01-27
922

1023
### Changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VortexPasta"
22
uuid = "3d0f1e53-df37-477e-a492-0d33e6039c24"
33
authors = ["Juan Ignacio Polanco<juan-ignacio.polanco@cnrs.fr>"]
4-
version = "0.26.2"
4+
version = "0.26.3"
55

66
[deps]
77
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

0 commit comments

Comments
 (0)