From: Wolfgang Bangerth Date: Thu, 23 Nov 2017 13:59:33 +0000 (-0700) Subject: Make changelogs look more uniform. X-Git-Tag: v9.0.0-rc1~736^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00a18c045ce2021e78d6f9a423066d02db6b045;p=dealii.git Make changelogs look more uniform. --- diff --git a/doc/news/changes/minor/20170424DenisDavydov b/doc/news/changes/minor/20170424DenisDavydov index 376f234947..a408af7dab 100644 --- a/doc/news/changes/minor/20170424DenisDavydov +++ b/doc/news/changes/minor/20170424DenisDavydov @@ -1,4 +1,4 @@ -New: add Point::distance_square() which calculates the squared +New: Add Point::distance_square() which calculates the squared Euclidean distance.
(Denis Davydov, 2017/04/24) diff --git a/doc/news/changes/minor/20170517DenisDavydov b/doc/news/changes/minor/20170517DenisDavydov index 24bac6e507..27f6f3d46e 100644 --- a/doc/news/changes/minor/20170517DenisDavydov +++ b/doc/news/changes/minor/20170517DenisDavydov @@ -1,4 +1,4 @@ -New: add a new class ConsecutiveControl which returns SolverControl::State::success +New: Add a new class ConsecutiveControl which returns SolverControl::State::success if and only if a certain positive number of consecutive iterations satisfy the specified tolerance.
diff --git a/doc/news/changes/minor/20170801DenisDavydov-c b/doc/news/changes/minor/20170801DenisDavydov-c index 8d0d164fda..c364c80e9a 100644 --- a/doc/news/changes/minor/20170801DenisDavydov-c +++ b/doc/news/changes/minor/20170801DenisDavydov-c @@ -1,4 +1,4 @@ -New: add Utilities::LinearAlgebra::Lanczos_largest_eigenvalue() to estimate the largest +New: Add Utilities::LinearAlgebra::Lanczos_largest_eigenvalue() to estimate the largest eigenvalue of a symmetric linear operator using k-steps of Lanczos algorithm.
(Denis Davydov, 2017/08/01) diff --git a/doc/news/changes/minor/20170802DenisDavydov b/doc/news/changes/minor/20170802DenisDavydov index 3aee291080..0d485b1730 100644 --- a/doc/news/changes/minor/20170802DenisDavydov +++ b/doc/news/changes/minor/20170802DenisDavydov @@ -1,4 +1,4 @@ -New: add Utilities::LinearAlgebra::Chebyshev_filter() to apply Chebyshev filter of a +New: Add Utilities::LinearAlgebra::Chebyshev_filter() to apply Chebyshev filter of a given degree.
(Denis Davydov, 2017/08/02) diff --git a/doc/news/changes/minor/20170818DenisDavydov b/doc/news/changes/minor/20170818DenisDavydov index f79ad3c745..ff5e640594 100644 --- a/doc/news/changes/minor/20170818DenisDavydov +++ b/doc/news/changes/minor/20170818DenisDavydov @@ -1,4 +1,4 @@ -New: add MGTransferBlockMatrixFree which allows using geometric multi-grids with +New: Add MGTransferBlockMatrixFree which allows using geometric multi-grids with LinearAlgebra::distributed::BlockVector where each block uses the same index space of degrees of freedom.
diff --git a/doc/news/changes/minor/20170824DenisDavydov b/doc/news/changes/minor/20170824DenisDavydov index 0f1898c91f..af819c9b99 100644 --- a/doc/news/changes/minor/20170824DenisDavydov +++ b/doc/news/changes/minor/20170824DenisDavydov @@ -1,3 +1,3 @@ -New: extend Point::distance_square() to work with VectorizedArray numbers. +New: Extend Point::distance_square() to work with VectorizedArray numbers.
(Denis Davydov, 2017/08/24) diff --git a/doc/news/changes/minor/20170904DenisDavydov b/doc/news/changes/minor/20170904DenisDavydov index c70f1987b1..8027dd9c53 100644 --- a/doc/news/changes/minor/20170904DenisDavydov +++ b/doc/news/changes/minor/20170904DenisDavydov @@ -1,3 +1,3 @@ -New: add Utilities::MPI::sum() for FullMatrix objects. +New: Add Utilities::MPI::sum() for FullMatrix objects.
(Denis Davydov, 2017/09/04) diff --git a/doc/news/changes/minor/20170926EldarKhattatov b/doc/news/changes/minor/20170926EldarKhattatov index 73bb853016..ad908cb37e 100644 --- a/doc/news/changes/minor/20170926EldarKhattatov +++ b/doc/news/changes/minor/20170926EldarKhattatov @@ -1,4 +1,4 @@ -Fixed: the hp version of DoFTools::make_flux_sparsity_pattern() with masks for +Fixed: The hp version of DoFTools::make_flux_sparsity_pattern() with masks for DoF couplings now works with non-primitive FE spaces, similarly to its non-hp version. The hp version of VectorTools::project_boundary_values() is modified to work properly with Hdiv conforming finite elements. diff --git a/doc/news/changes/minor/20170927DenisDavydov b/doc/news/changes/minor/20170927DenisDavydov index da0e8547f9..2f85235f9a 100644 --- a/doc/news/changes/minor/20170927DenisDavydov +++ b/doc/news/changes/minor/20170927DenisDavydov @@ -1,3 +1,3 @@ -New: extend MappingQEulerian to work with multi-grid vectors. +New: Extend MappingQEulerian to work with multi-grid vectors.
(Denis Davydov, 2017/09/27) diff --git a/doc/news/changes/minor/20170927DenisDavydov-2 b/doc/news/changes/minor/20170927DenisDavydov-2 index d4ee27c121..daf3f23afb 100644 --- a/doc/news/changes/minor/20170927DenisDavydov-2 +++ b/doc/news/changes/minor/20170927DenisDavydov-2 @@ -1,4 +1,4 @@ -New: add MGTransferMatrixFree::interpolate_to_mg() to transfer fine-level +New: Add MGTransferMatrixFree::interpolate_to_mg() to transfer fine-level solution to a multi-grid vector
(Denis Davydov, 2017/09/27) diff --git a/doc/news/changes/minor/20170930DenisDavydov b/doc/news/changes/minor/20170930DenisDavydov index 125ce686b4..4c0dfe3562 100644 --- a/doc/news/changes/minor/20170930DenisDavydov +++ b/doc/news/changes/minor/20170930DenisDavydov @@ -1,4 +1,4 @@ -New: add LinearAlgebra::distributed::BlockVector::multivector_inner_product() +New: Add LinearAlgebra::distributed::BlockVector::multivector_inner_product() to perform inner product between each block of the two block vectors.
(Denis Davydov, 2017/09/30) diff --git a/doc/news/changes/minor/20170930DenisDavydov-2 b/doc/news/changes/minor/20170930DenisDavydov-2 index 5e5ba2d94b..95a0be1e62 100644 --- a/doc/news/changes/minor/20170930DenisDavydov-2 +++ b/doc/news/changes/minor/20170930DenisDavydov-2 @@ -1,3 +1,3 @@ -New: add Utilities::MPI::sum() for LAPACKFullMatrix objects. +New: Add Utilities::MPI::sum() for LAPACKFullMatrix objects.
(Denis Davydov, 2017/09/04) diff --git a/doc/news/changes/minor/20171009DenisDavydov b/doc/news/changes/minor/20171009DenisDavydov index 10c2aa6080..993c6bb644 100644 --- a/doc/news/changes/minor/20171009DenisDavydov +++ b/doc/news/changes/minor/20171009DenisDavydov @@ -1,3 +1,3 @@ -New: add LAPACKFullMatrix::trace() to calculate trace of a matrix. +New: Add LAPACKFullMatrix::trace() to calculate trace of a matrix.
(Denis Davydov, 2017/10/09) diff --git a/doc/news/changes/minor/20171025DenisDavydov b/doc/news/changes/minor/20171025DenisDavydov index 736c471604..7c801979d0 100644 --- a/doc/news/changes/minor/20171025DenisDavydov +++ b/doc/news/changes/minor/20171025DenisDavydov @@ -1,3 +1,3 @@ -New: add LAPACKFullMatrix::add (const number a, const LAPACKFullMatrix &A) +New: Add LAPACKFullMatrix::add (const number a, const LAPACKFullMatrix &A)
(Denis Davydov, 2017/10/25) diff --git a/doc/news/changes/minor/20171118LucaHeltai b/doc/news/changes/minor/20171118LucaHeltai index cf4bae39d3..391962e8cd 100644 --- a/doc/news/changes/minor/20171118LucaHeltai +++ b/doc/news/changes/minor/20171118LucaHeltai @@ -1,4 +1,4 @@ -New:Added Utilities::pack and Utilities::unpack, to serialize and unserialize arbitrary +New: Add Utilities::pack and Utilities::unpack, to serialize and unserialize arbitrary objects that support boost::serialization/deserialization.
(Luca Heltai, 2017/11/18)