Revision a13c2cde9304797fdced920a0ac7cac1a2816fc4 authored by Viral B. Shah on 29 April 2019, 22:30:33 UTC, committed by GitHub on 29 April 2019, 22:30:33 UTC
* Refactor the README to be simpler for the default build path.
* Move detailed installation options and instructions to a `doc/build`
1 parent 0140ce8
Raw File
NEWS.md
Julia v1.3 Release Notes
========================

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


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


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


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


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

* New `findall(pattern, string)` method where `pattern` is a string or regex ([#31834]).

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

* `Regex` can now be multiplied (`*`) and exponentiated (`^`), like strings ([#23422]).

#### 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