Skip to content

Releases: lanl/spiner

v1.7.0

15 Dec 15:52
5ebeb5c

Choose a tag to compare

Bumps ports-of-call version to depend on v2.0.0.

v1.6.4

18 Jul 12:46
3c0ea89

Choose a tag to compare

Several CMake and build system fixes as well as a fix to out-of-bounds extrapolation

v1.6.3

04 Feb 20:43
c379f5d

Choose a tag to compare

Many changes, including piecewise grids.

v1.6.2

14 Aug 22:21
a0f4a21

Choose a tag to compare

Update includes bug fix for broken free when using Kokkos but not cuda

v1.6.1

11 Jul 18:43
24df4e5

Choose a tag to compare

Merge pull request #72 from lanl/dholladay00/spiner_1.6.1

Bumping spiner version in cmake to prepare new release.

v1.6.0

14 Dec 23:13
bf7ab60

Choose a tag to compare

Merge pull request #55 from lanl/dholladay00/spiner_1.6.0

Update the template to include task to update cmake version if needed…

v1.5.1

05 Jul 20:04
56bcbb1

Choose a tag to compare

  • New Zenodo Release

v1.5.0

05 Jul 19:55
56bcbb1

Choose a tag to compare

  • Bug fixes and cleanup from the JOSS paper review.

v1.4.0

17 Mar 17:16

Choose a tag to compare

  • Clean up build system, and appropriately emit cmake packaging information
  • Clean up spackage to work better downstream
  • Decouple ports-of-call into a separate repository

v1.3.0

25 Feb 20:56
bb5bdc3

Choose a tag to compare

Version 1.3.0

  • A re-written memory management framework which is more memory safe and easier to reason about. Allocation onto device at constructor time is now possible. See #2 for details.
  • Move to github actions instead of travis-CI.