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 ecc07d9 commit 91876eaCopy full SHA for 91876ea
NEWS.md
@@ -98,6 +98,7 @@ New library functions
98
* `insertdims(array; dims)` allows to insert singleton dimensions into an array which is the inverse operation to `dropdims`. ([#45793])
99
* The new `Fix` type is a generalization of `Fix1/Fix2` for fixing a single argument ([#54653]).
100
* `Sys.detectwsl()` allows to testing if Julia is running inside WSL at runtime. ([#57069])
101
+* `@outline expr` moves `expr` out to a separate, noinlined function -- a common performance optimization for error-throwing parts of code. ([#57122])
102
103
New library features
104
--------------------
0 commit comments