|
| 1 | +<!-- |
| 2 | +SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file |
| 3 | +
|
| 4 | +SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception |
| 5 | +--> |
| 6 | + |
| 7 | +# Change Log |
| 8 | + |
| 9 | +## [0.3.0](https://github.com/kokkos/kokkos-kernels/tree/0.3.0) (2025-04-16) |
| 10 | + |
| 11 | +**Implemented enhancements:** |
| 12 | + |
| 13 | +- Documentation: Fix docs with CMake build [\#259](https://github.com/kokkos/kokkos-fft/pull/259) |
| 14 | +- Documentation: Fixes a link in the documentation [\#258](https://github.com/kokkos/kokkos-fft/pull/258) |
| 15 | +- Documentation: Add developer guide in docs [\#232](https://github.com/kokkos/kokkos-fft/pull/232) |
| 16 | +- CI: Introduce link checker in CI [\#260](https://github.com/kokkos/kokkos-fft/pull/260) |
| 17 | +- CI: Update dependabot.yml [\#245](https://github.com/kokkos/kokkos-fft/pull/245) |
| 18 | +- CI: Introduce version check [\#238](https://github.com/kokkos/kokkos-fft/pull/238) |
| 19 | +- CI: Simplify the creation of Docker/Singularity images [\#237](https://github.com/kokkos/kokkos-fft/pull/237) |
| 20 | +- CI: Introduce pylinter in CI [\#234](https://github.com/kokkos/kokkos-fft/pull/234) |
| 21 | +- CI: Introduce cmake-format in CI [\#229](https://github.com/kokkos/kokkos-fft/pull/229) |
| 22 | +- CI: Add a spell check in CI [\#227](https://github.com/kokkos/kokkos-fft/pull/227) |
| 23 | +- CI: Simplify CMake installation in Dockerfiles [\#222](https://github.com/kokkos/kokkos-fft/pull/222) |
| 24 | +- CI: Add nightly tests using Kokkos develop branch [\#213](https://github.com/kokkos/kokkos-fft/pull/213) |
| 25 | +- Build system: Linking library logic is moved from common/src/CMake to fft/src/CMake [\#251](https://github.com/kokkos/kokkos-fft/pull/251) |
| 26 | +- Build system: Allow compilation while disabling device fft libraries [\#249](https://github.com/kokkos/kokkos-fft/pull/249) |
| 27 | +- Build system: Add CMake options to specify backend FFT libs [\#239](https://github.com/kokkos/kokkos-fft/pull/239) |
| 28 | +- Build system: Add check to ensure complex alignment [\#228](https://github.com/kokkos/kokkos-fft/pull/228) |
| 29 | +- General Enhancement: Set commit SHA instead of version of github actions [\#257](https://github.com/kokkos/kokkos-fft/pull/257) |
| 30 | +- General Enhancement: Unuse KokkosFFT_ENABLE_HOST_AND_DEVICE [\#256](https://github.com/kokkos/kokkos-fft/pull/256) |
| 31 | +- General Enhancement: Improve roll function [\#254](https://github.com/kokkos/kokkos-fft/pull/254) |
| 32 | +- General Enhancement: Refactor roll operation used in fftshift/ifftshift [\#253](https://github.com/kokkos/kokkos-fft/pull/253) |
| 33 | +- General Enhancement: Run fill_random on a given execution space instance [\#250](https://github.com/kokkos/kokkos-fft/pull/250) |
| 34 | +- General Enhancement: Refactor unit-tests [\#241](https://github.com/kokkos/kokkos-fft/pull/241) |
| 35 | +- General Enhancement: Improve example docs [\#236](https://github.com/kokkos/kokkos-fft/pull/236) |
| 36 | +- General Enhancement: Cleanup implementation details [\#235](https://github.com/kokkos/kokkos-fft/pull/235) |
| 37 | +- General Enhancement: Make execute a free function [\#223](https://github.com/kokkos/kokkos-fft/pull/223) |
| 38 | +- General Enhancement: Introduce global setup/cleanup in APIs [\#220](https://github.com/kokkos/kokkos-fft/pull/220) |
| 39 | +- General Enhancement: Remove unnecessary cufftCreate and hipfftCreate to avoid creating plans twice [\#212](https://github.com/kokkos/kokkos-fft/pull/212) |
| 40 | +- General Enhancement: Fix RAII issue by introducing wrapper classes for backend plans [\#208](https://github.com/kokkos/kokkos-fft/pull/208) |
| 41 | +- General Enhancement: Add missing checks [\#196](https://github.com/kokkos/kokkos-fft/pull/196) |
| 42 | + |
| 43 | +**Bug fix:** |
| 44 | + |
| 45 | +- Fix: buffer size for rocfft execution info [\#219](https://github.com/kokkos/kokkos-fft/pull/219) |
| 46 | +- Fix nightly [\#216](https://github.com/kokkos/kokkos-fft/pull/216) |
0 commit comments