Releases: kokkos/kokkos-fft
Releases · kokkos/kokkos-fft
KokkosFFT v.0.4.0
What's Changed
- Introduce a helper to convert a view type with different base value type by @yasahi-hpc in #262
- Add unit testing tools by @yasahi-hpc in #240
- Extend View to View matcher up to 8D by @yasahi-hpc in #264
- Build(deps): Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in #266
- Build(deps): Bump actions/download-artifact from 4.2.1 to 4.3.0 by @dependabot[bot] in #267
- Build(deps): Bump crate-ci/typos from 1.31.1 to 1.31.2 by @dependabot[bot] in #268
- Build(deps): Bump crate-ci/typos from 1.31.2 to 1.32.0 by @dependabot[bot] in #271
- Add const for container types by @yasahi-hpc in #270
- Allow real input to fft and hfft by @yasahi-hpc in #263
- Cartesian product of types by @yasahi-hpc in #269
- Build CUDA backend with cxx20 in CI and enable testing-tools by @yasahi-hpc in #272
- Refactor 1D-8D roll functors by @yasahi-hpc in #273
- Merging transpose implementation details into a single functor by @yasahi-hpc in #274
- Delegating Plan class constructor by @yasahi-hpc in #275
- Use value_or instead of maybe_null_to_shape by @yasahi-hpc in #276
- Build(deps): Bump crate-ci/typos from 1.32.0 to 1.33.1 by @dependabot[bot] in #277
- Add ulps comparison operator by @yasahi-hpc in #265
- typo fix in README.md by @danielskatz in #281
- Suppress disclaimer by @yasahi-hpc in #282
- Generalize count and find errors to work on a comparison operator by @yasahi-hpc in #279
- Improve almost_equal comparison operator by @yasahi-hpc in #283
- Almost equal nulp by @yasahi-hpc in #285
- Refactor convert_negative_axis to unuse View by @yasahi-hpc in #286
- Revert "Refactor convert_negative_axis to unuse View" by @yasahi-hpc in #289
- Update to kokkos 4.5.1 by @yasahi-hpc in #292
- Improve error message of a failing find_package for FFTW by @tpadioleau in #293
- Define KOKKOSFFT_ENABLE_TPL_ through KokkosFFT_config.hpp by @yasahi-hpc in #291
- Allow index_sequence to work on unsigned integers by @yasahi-hpc in #287
- hotfix: make convert_negative_axis a templated function again by @yasahi-hpc in #288
- Build(deps): Bump crate-ci/typos from 1.33.1 to 1.34.0 by @dependabot[bot] in #294
- Docs: Added Sphinx_copybutton by @thivinanandh in #296
- Add dependency to sphinx-copybutton by @yasahi-hpc in #298
- Detail license in README by @yasahi-hpc in #299
- Print in/out view details and axes in case of extent errors by @yasahi-hpc in #301
- Release candidate 0.4.0 by @yasahi-hpc in #303
New Contributors
- @thivinanandh made their first contribution in #296
Full Changelog: v0.3.0...v0.4.0
KokkosFFT v.0.3.0
Release candidate 0.3.00 (#233) * Add Thomas as a maintainer * Add changelog * Add support and contributing to read me * Update the version based on review * update CHANGELOG.md --------- Co-authored-by: Yuuichi Asahi <[email protected]>
KokkosFFT v.0.2.1
update project version to 0.2.1 (#154) Co-authored-by: Yuuichi Asahi <[email protected]>
KokkosFFT v.0.2.0
Update docs (#144) * docs: Add default explanations for APIs * Add docs for unmanaged view example * docs: Explain the meanings of axes * docs: we do not rely on assertions any more * docs: fix based on a review * docs: fix title for unmanaged view example * fix: docs of fftshift based on reviews * docs: improve the explanations for axes parameters * docs: further fix * docs: fixed typo based on reviews --------- Co-authored-by: Yuuichi Asahi <[email protected]>
KokkosFFT v.0.1.0
Replace KOKKOSFFT_EXPECTS with KOKKOSFFT_THROW_IF (#131) Co-authored-by: Yuuichi Asahi <[email protected]>