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: HISTORY.md
-3
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,6 @@ Standard library changes
148
148
*`lu` and `issuccess(::LU)` now accept an `allowsingular` keyword argument. When set to `true`, a valid factorization with rank-deficient U factor will be treated as success instead of throwing an error. Such factorizations are now shown by printing the factors together with a "rank-deficient" note rather than printing a "Failed Factorization" message ([#52957]).
149
149
150
150
#### Logging
151
-
* New `@create_log_macro` macro for creating new log macros like `@info`, `@warn` etc. For instance
152
-
`@create_log_macro MyLog 1500 :magenta` will create `@mylog` to be used like `@mylog "hello"` which
0 commit comments