We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3563f5e commit 5addd1dCopy full SHA for 5addd1d
NEWS.md
@@ -105,6 +105,9 @@ Deprecated or removed
105
have been deprecated in favor of `isposdef(Hermitian(A, UL))` and `isposdef!(Hermitian(A, UL))`
106
respectively ([#22245]).
107
108
+ * The `bkfact`/`bkfact!` methods that accepted `uplo` and `issymmetric` symbols have been deprecated
109
+ in favor of using `Hermitian` (or `Symmetric`) views ([#22605]).
110
+
111
* The function `current_module` is deprecated and replaced with `@__MODULE__` ([#22064]).
112
This caused the deprecation of some reflection methods (such as `macroexpand` and `isconst`),
113
which now require a module argument.
0 commit comments