https://github.com/JuliaLang/julia
Revision 5ad5c128186edad9b5ff2689ae2ee3329b3a5923 authored by Matt Bauman on 15 March 2018, 04:11:50 UTC, committed by Jeff Bezanson on 15 March 2018, 04:11:50 UTC
Previously, there had been an ambiguity between `LinearIndices(-2:2)` and `LinearIndices(collect(-2:2))`, with the former treating the argument as axes directly and the latter asking the argument for its axes. This removes the constructors with varargs `(axes...)` in favor of an explicit tuple of sizes and/or axes.
1 parent f9f3843
History
Tip revision: 5ad5c128186edad9b5ff2689ae2ee3329b3a5923 authored by Matt Bauman on 15 March 2018, 04:11:50 UTC
Deprecate {Linear,Cartesian}Indices(inds...) constructors (#26448)
Tip revision: 5ad5c12
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.0 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.5 KB
CONTRIBUTING.md -rw-r--r-- 20.4 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 144.9 KB
LICENSE.md -rw-r--r-- 5.4 KB
Make.inc -rw-r--r-- 35.1 KB
Makefile -rw-r--r-- 25.5 KB
NEWS.md -rw-r--r-- 74.1 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.7 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top