Skip to content

Commit ec89555

Browse files
committed
Update whatsnew
1 parent 6adfbf6 commit ec89555

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/whatsnew/0.3.0.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ For users:
66

77
- The :class:`BlockPartition` has been created and allows to decompose the space into orthogonal subspaces to treat points differently in each subspaces. This is useful in particular to study Coordinate descent like methods.
88

9-
- Operators classes :class:`CocoerciveStronglyMonotoneOperator` and :class:`NegativelyComonotoneOperator` as well as the Function class :class:`SmoothConvexLipschitzFunction` have been added.
9+
- The function classes :class:`SmoothConvexLipschitzFunction` and :class:`SmoothStronglyConvexQuadraticFunction` have been added.
10+
11+
- The operators classes :class:`CocoerciveStronglyMonotoneOperator`, :class:`NegativelyComonotoneOperator`, :class:`NonexpansiveOperator`, :class:`LinearOperator`, :class:`SymmetricLinearOperator` and :class:`SkewSymmetricLinearOperator` have been added.
1012

1113
- Most operators classes had redundant class constraints. They have been removed, reducing the size of the PEP and then the computation load.
1214

0 commit comments

Comments
 (0)