swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: e223ebe3e9fbed0fd72323ab487ffeee7df32fd1 authored by Martin Holters on 23 August 2019, 14:57:26 UTC
Change lowering of splatting to wrap arguments in `Tuple(...)`
Tip revision: e223ebe
NEWS.md
Julia v1.4 Release Notes
========================

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


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


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


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


New library functions
---------------------

* The `splitpath` function now accepts any `AbstractString` whereas previously it only accepted paths of type `String` ([#33012]).


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


#### Libdl


#### LinearAlgebra

* `qr` and `qr!` functions support `blocksize` keyword argument ([#33053]).


#### SparseArrays


#### Dates


#### Statistics


#### Sockets


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


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

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


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