https://github.com/JuliaLang/julia
Raw File
Tip revision: 5d1ca6a19fdc8f961c0ce8a3745e3a5d4cb5f90b authored by Rafael Fourquet on 11 July 2023, 16:00:54 UTC
speed-up `randperm` by using our current `rand(1:n)`
Tip revision: 5d1ca6a
NEWS.md
Julia v1.11 Release Notes
========================

New language features
---------------------

Language changes
----------------

Compiler/Runtime improvements
-----------------------------

Command-line option changes
---------------------------

Multi-threading changes
-----------------------

Build system changes
--------------------

New library functions
---------------------
* `copyuntil(out, io, delim)` and `copyline(out, io)` copy data into an `out::IO` stream ([#48273]).

New library features
--------------------
* `replace(string, pattern...)` now supports an optional `IO` argument to
  write the output to a stream rather than returning a string ([#48625]).

Standard library changes
------------------------

#### Package Manager

#### LinearAlgebra

#### Printf

#### Profile

#### Random

#### REPL

#### SuiteSparse


#### SparseArrays

#### Test

#### Dates


#### Distributed

#### Unicode


#### DelimitedFiles


#### InteractiveUtils

Deprecated or removed
---------------------


External dependencies
---------------------

Tooling Improvements
--------------------


<!--- generated by NEWS-update.jl: -->
back to top