You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/whatsnew/0.3.0.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ For users:
6
6
7
7
- 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.
8
8
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.
10
12
11
13
- Most operators classes had redundant class constraints. They have been removed, reducing the size of the PEP and then the computation load.
0 commit comments