From c657b3a9049858c5297ba81418664228bc0c556a Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Tue, 5 Nov 2024 15:15:29 +1100 Subject: [PATCH] Updated NEWS.md --- NEWS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index aae1f43b6..72dd89b72 100644 --- a/NEWS.md +++ b/NEWS.md @@ -19,11 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implemented automatic differentiation `gradient` and `laplacian` for second order tensor, and `divergence` for third order tensors. - Added `AbstractSymTensorValue`, an abstract type for second order symmetric tensors, and `SymTracelessTensorValue` (aliased to `QTensorValue`), a type for traceless symmetric tensors. `SymTensorValue` is now subtype of `AbstractSymTensorValue`. - A convergence test for Poisson problem of `QTensorValue` unknown field validates the implementation. -- Added support for benchmarking, through PkgBenchmark.jl. Since PR[#1039](https://github.com/gridap/Gridap.jl/pull/1039). +- Added support for benchmarking, through `PkgBenchmark.jl`. Since PR[#1039](https://github.com/gridap/Gridap.jl/pull/1039). +- Added code quality tests, through `Aqua.jl`. Since PR[#1039](https://github.com/gridap/Gridap.jl/pull/1039). - ### Fixed +### Fixed - - Fixed constructor of RungeKutta with only one solver. Since PR[#999](https://github.com/gridap/Gridap.jl/pull/999). +- Fixed constructor of RungeKutta with only one solver. Since PR[#999](https://github.com/gridap/Gridap.jl/pull/999). ## [0.18.6] - 2024-08-29