From: Matthias Maier Date: Sun, 30 Aug 2015 03:06:48 +0000 (-0500) Subject: Update news/changes.h X-Git-Tag: v8.4.0-rc2~519^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47b02121053a4ff7de50ce2bb46049f4190e3c9e;p=dealii.git Update news/changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index a31d2293f4..b18892bf27 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -39,6 +39,12 @@ inconvenience this causes.
    +
  1. Removed: The testsuite does no longer support compiler constraints + of the form ".compiler=[NAME].... +
    + (Matthias Maier, 2015/08/21) +
  2. +
  3. Changed: The parameter @p first_vector_components has been removed from GridTools::collect_periodic_faces(). Instead, DoFTools::make_periodicity_constraints() now accepts a parameter @@ -108,6 +114,14 @@ inconvenience this causes.
      +
    1. Improved: The testsuite now supports multiple comparison files. + Apart from the main comparison file that ends in + [...].output all files of the form + [...].output.[string] are considered for comparison. +
      + (Matthias Maier, 2015/08/29) + +
    2. New: A class BlockLinearOperator has been introduced that extends the LinearOperator concept to block structures. A BlockLinearOperator can be sliced back to a LinearOperator. @@ -132,8 +146,7 @@ inconvenience this causes.
    3. Fixed: The testsuite now properly supports version constraints for - compilers and features. Those are annotated by - .compiler=STRING(<=|>=|=|<|>)VERSION., or + features. Those are annotated by .with_FEATURE(<=|>=|=|<|>)VERSION..
      (Matthias Maier, 2015/08/25)