Skip to content

v0.88.0

Latest

Choose a tag to compare

@andreasnoack andreasnoack released this 04 Mar 08:18
00c6420

What's Changed

  • Replacing hardcoded 'lib' by the CMAKE variable in ElVars file by @rocanale in #213
  • Adding encapsulated interfaces to the sparse LDL factorizations by @poulson in #214
  • Overloaded operator* for Ranges. by @AidanGG in #216
  • Fixed default grid height calculation. by @AidanGG in #217
  • Parallelizing several BLAS 1 (-like) routines with OpenMP by @timmoon10 in #221
  • Support block matrices in several BLAS1 routines by @ndryden in #226
  • Optimizing BLAS1-like routines by @timmoon10 in #227
  • Optimizing BLAS 1-like routines by @timmoon10 in #231
  • correct a path in the ElementalConfig.cmake.in file by @trb413 in #235
  • Workaround for Intel compiler issue mentioned in #215 by @trb413 in #238
  • ignore QD_INCLUDES if QD_FOUND is false by @davydden in #242
  • Fix compiler warnings by @davydden in #244
  • CMake option to choose OpenBLAS commit to build by @timmoon10 in #246
  • export El dependency on GMP, MPFR, MPC, QG, and Valgrind include dirs by @evaleev in #249
  • Parallelizing copy and zero routines with OpenMP. by @timmoon10 in #250
  • Faster multithreaded algorithm for Copy and Zero. by @timmoon10 in #251
  • Buffer printing for whole matrices by @mcneish1 in #252
  • Pass MPI_C_COMPILER instead of CMAKE_C_COMPILER by @andreasnoack in #253
  • CMake, GCC: Enable libquadmath detection for GCC 5.x to 8.x. by @karlrupp in #256
  • Enable OpenMP code only if EL_HYBRID is set by @JM1 in #261
  • Add GCC 8 and Clang 6.0 to Travis CI. by @JM1 in #263
  • Fix ambiguous template special. errors with GCC 7+ by @JM1 in #264
  • Add Clang 4.0 to .travis.yml and allow 6.0 to fail by @JM1 in #265
  • Migrate CI from Travis to GitHub Actions and add AGENTS.md by @andreasnoack in #280

New Contributors

Full Changelog: v0.87.6...v0.88.0