Skip to content

Releases: acts-project/algebra-plugins

v0.26.2

19 Dec 16:53
75a1bdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.1...v0.26.2

v0.26.1

09 Dec 09:28
d9eca07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.26.1

v0.26.0

06 Dec 15:11
878388c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.26.0

v0.25.0

24 Jul 09:29
v0.25.0
15599ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.25.0

v0.24.0

17 May 16:14
59d1d88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.24.0

Algebra Plugins Beta 0.23.0

22 Apr 20:50
8369779
Compare
Choose a tag to compare

New version with updates in vectorization and CMake build

Algebra Plugins Beta 0.22.0

06 Feb 15:10
8186de4
Compare
Choose a tag to compare

Release including the following updates since v0.21.0:

  • Upgraded to GoogleTest v1.14.0 and VecMem v0.27.0 (by default);
  • Disabled FP64 SYCL tests when the SYCL device doesn't support double-precision calculations;
  • Introduced CMake presets for the project;
    • These are meant to simplify developing the code, making its CMake configuration for different use cases simpler;
  • Introduced explicit HIP language support in the code.

Algebra Plugins Beta 0.21.0

29 Aug 15:43
345db9b
Compare
Choose a tag to compare

Rollback to Eigen 3.4.0

Algebra Plugins Beta 0.20.0

16 Aug 12:01
Compare
Choose a tag to compare

Release with a change: Eigen 3.4.0 → Eigen 3.4.1

Algebra Plugins Beta 0.19.0

03 Apr 07:54
de546e3
Compare
Choose a tag to compare

Release including the following updates since v0.18.0:

  • Introduced automated tests for the public headers of all (interface) libraries in the project;
    • Fixed all missing includes and CMake mis-configurations as its outcome;
  • Introduced the ALGEBRA_PLUGINS_FAIL_ON_WARNINGS cache variable for controlling whether "-Werror-like" flags would be used during the build of the tests and benchmarks of the project.