https://github.com/JuliaLang/julia
Raw File
Tip revision: e01deeef446f22c50aa8b8d652af5cb29a25bce1 authored by Martin Holters on 25 April 2019, 09:39:46 UTC
Allow more circular type definitions
Tip revision: e01deee
NEWS.md
Julia v1.3 Release Notes
========================

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


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


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


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


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


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

* Cmd interpolation (``` `$(x::Cmd) a b c` ``` where) now propagates `x`'s process flags (environment, flags, working directory, etc) if `x` is the first interpolant and errors otherwise ([#24353]).

#### LinearAlgebra

* `diagm` and `spdiagm` now accept optional `m,n` initial arguments to specify a size ([#31654]).

#### SparseArrays


#### Dates


#### Statistics

* `mean` now accepts both a function argument and a `dims` keyword ([#31576]).

#### Miscellaneous



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


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