Skip to content

Define dot product between vectors of arrays/numbers #22220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10,000 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
198dabd
turn on deprecation warnings for `type` and `immutable`
JeffBezanson May 10, 2017
7b67544
give a syntax error for repeated keyword args. fixes #16937
JeffBezanson May 10, 2017
1140fb1
fix #20575, syntax error for juxtaposing a string literal
JeffBezanson May 10, 2017
f8ea09d
fix #21906, `ccall` causes unnecessary variable `Box`
JeffBezanson May 16, 2017
2446621
Add a missing return in doInitialization
ararslan May 16, 2017
564c6e9
Make `expm1(::Complex64)` type stable. (#21896)
yuyichao May 16, 2017
020d417
Merge pull request #21893 from JuliaLang/yyc/threads/core-print
yuyichao May 16, 2017
4d72004
Merge pull request #21913 from JuliaLang/aa/llvm-eh-handler
yuyichao May 16, 2017
ce278c2
Merge pull request #21695 from GregPlowman/glp/remote_loading
vchuravy May 16, 2017
6b5a445
Mark the backtrace test as broken on FreeBSD (#21917)
ararslan May 17, 2017
3ad7d16
Merge pull request #21777 from JuliaLang/jb/deprecate_type_reswords
JeffBezanson May 17, 2017
2892afc
Merge pull request #21780 from JuliaLang/jb/fix16937
JeffBezanson May 17, 2017
4e8d199
Merge pull request #21907 from JuliaLang/jb/fix21848
JeffBezanson May 17, 2017
365206d
Merge pull request #21787 from JuliaLang/jb/fix20575
JeffBezanson May 17, 2017
a10bc79
Merge pull request #21902 from JuliaLang/tb/makefile_asan
tkelman May 17, 2017
03a7148
Fix pool lookup function
yuyichao May 17, 2017
ef718a3
Merge pull request #21890 from musm/patch-3
Sacha0 May 17, 2017
03c3561
Use cached urls for appveyor and contrib/prepare_release.sh
tkelman May 17, 2017
45522aa
fix #21923, regressions in circular type definitions
JeffBezanson May 17, 2017
7484568
Merge pull request #21911 from JuliaLang/jb/fix21906
JeffBezanson May 17, 2017
b067d72
Merge pull request #21443 from JuliaLang/cv/show_supertypes
omus May 17, 2017
243d186
Merge pull request #21924 from JuliaLang/yyc/gc/debug
yuyichao May 17, 2017
942f06f
Do not reinterpret to wrong alignment
yuyichao May 12, 2017
25a6c1a
Require unsafe_wrap and reinterpret to have proper alignment
yuyichao May 12, 2017
e4a8146
Use testsets and \approx in umfpack.jl (#21904)
andreasnoack May 18, 2017
31c453b
Pass LD and LDFLAGS to more dependencies (#21764)
ararslan May 18, 2017
7632cc8
re-enable ndigits(::Bool, b) (fix #21919)
rfourquet May 18, 2017
6865a69
ndigits functions: rename n -> x for consistency
rfourquet May 18, 2017
5fb71c0
base/digits: allow negative bases
rfourquet Jun 9, 2016
e405c63
Merge pull request #21692 from JuliaLang/rf/digits-neg
rfourquet May 18, 2017
f0145c2
Merge pull request #21927 from JuliaLang/tk/newurls
staticfloat May 18, 2017
de41151
NEWS.md: add reference and update
rfourquet May 18, 2017
5b0244b
Fix PR number in NEWS.md entry for num/den rename (#19246). (#21943)
Sacha0 May 18, 2017
3c43d7e
Add NEWS.md entry for arithtype deprecation (#18218). (#21942)
Sacha0 May 18, 2017
42f3ccf
Add gvim support in edit (#21873)
bkamins May 18, 2017
ebb180e
Merge pull request #21936 from JuliaLang/rf/ndigits-bool
JeffBezanson May 18, 2017
86188b0
Merge pull request #21928 from JuliaLang/jb/fix21923
JeffBezanson May 18, 2017
405e9e0
Remove unnecessary at-async in parallel-computing docs (#21952)
felipenoris May 18, 2017
613da57
Implement, test, doc git descriptions for things (#20885)
kshyatt May 18, 2017
0605b76
Merge pull request #21831 from JuliaLang/yyc/align
yuyichao May 18, 2017
f192622
add pop!(::Dict) to return a key=>value pair (#21947)
rfourquet May 19, 2017
ebd2e8e
fix incorrect doctest from #21947
rfourquet May 19, 2017
489fea8
group ccall'ed MPZ library functions in a module
rfourquet Apr 30, 2017
158e798
Merge pull request #21654 from JuliaLang/rf/big-ccall
rfourquet May 19, 2017
2827b8a
Add specialized findin version for sorted collections (#21934)
andreasnoack May 19, 2017
44a9b46
Method overwriting by an ambiguity should also invalidate the method …
vtjnash May 19, 2017
9ad0220
Merge pull request #21619 from JuliaLang/kf/cmdprinting
StefanKarpinski May 19, 2017
629eb80
Merge pull request #21197 from stevengj/cmdarray
StefanKarpinski May 19, 2017
c721d21
Add NEWS.md entry for zero-arg Channel constructor dep (#18832). (#21…
Sacha0 May 19, 2017
06f663d
Add NEWS.md entry for promote_op(::Type, Ts...) deprecation (#18642).…
Sacha0 May 19, 2017
87cb84f
Use isbindingresolved when checking imported packages (#21580)
ararslan May 20, 2017
18d6fee
unify methods for cholesky (#21595)
fredrikekre May 20, 2017
418ba75
gmp.jl: fix typo and add comment for prod on BigInt
rfourquet May 20, 2017
6b9cbf0
Add NEWS.md entry for midpoints deprecation (#20058). (#21930)
Sacha0 May 20, 2017
96b8a6f
Docmenting options
singam-sanjay May 21, 2017
060b1cc
Fix fallthrough warning on gcc 7
yuyichao May 21, 2017
28c90e7
Fix all pedantic warnings in C
yuyichao May 21, 2017
b901e21
Define `sincos`
yuyichao May 6, 2017
d09e8be
Use sincos in cis and other complex math functions
yuyichao May 6, 2017
d2de4e5
Fix reuse of client port on Linux. Implement for OSX.
amitmurthy May 11, 2017
381da80
fix listenany to return correct port number for porthint of 0
amitmurthy May 19, 2017
9ab6fab
added NEWS entry
amitmurthy May 19, 2017
6297239
Mention SharedArrays constructor deps in NEWS.md entry for #19989. (#…
Sacha0 May 21, 2017
63bd2bf
use titlecase, not uppercase, for ucfirst (#21967)
stevengj May 21, 2017
5c9f529
Fix issymmetric and is hermitian for Symmetric and Hermitian matrices…
andreasnoack May 21, 2017
964eb59
Merge pull request #22001 from JuliaLang/yyc/warning
yuyichao May 21, 2017
d8b26c0
Merge pull request #22005 from JuliaLang/yyc/pedantic
yuyichao May 22, 2017
3825996
Minor clean up in symbol allocation and lookup
yuyichao May 22, 2017
5ab6bce
Merge pull request #21818 from JuliaLang/amitm/reuseportfix
amitmurthy May 22, 2017
f7f3ae1
getsockname mirrors UNIX getsockname now. Added getpeername.
amitmurthy May 12, 2017
6e8e59b
Merge pull request #21825 from JuliaLang/amitm/getsockname
amitmurthy May 22, 2017
f1c3bf4
Stop compilation if CUDALIB_INCLUDE_DIR not set.
singam-sanjay May 22, 2017
4110db9
Return socket correctly in socket_reuse_port (#22017)
amitmurthy May 22, 2017
b1a76f2
Stop compilation if CUDALIB_INCLUDE_DIR not set when USE_POLLY_ACC==1
singam-sanjay May 22, 2017
d49372a
Merge pull request #21903 from singam-sanjay/USE_POLLY_ACC-withGPURun…
staticfloat May 22, 2017
d838f4b
Add necessary LLVM patches
Keno May 19, 2017
dc05316
show statement type for :invoke Expr heads
vtjnash May 16, 2017
6ffc940
fix bug in PR #21620
vtjnash May 19, 2017
cc39156
inference: ignore uncached functions during cycle resolution
vtjnash May 15, 2017
68bcd05
inference: prohibit inlining of methods (un)specialized on Unions
vtjnash May 17, 2017
ddf8e5e
enable inference of _apply on non-constant functions
vtjnash May 17, 2017
3273f73
fix recompilation of Core.Inference
vtjnash May 17, 2017
a019c02
inference: move magic parameter value to the inference params block
vtjnash May 17, 2017
2ad23e2
fix definition of ntuple with a Val argument to not expect inference …
vtjnash May 16, 2017
a7bde2f
inferrable version of tuple front()
vtjnash May 18, 2017
c02182d
eliminate turing machine from size_strides
vtjnash May 18, 2017
ea18e24
eliminate turing machines from more array functions
vtjnash May 18, 2017
1986af6
remove incorrect pure annotation from rdims and make it inferrable
vtjnash May 18, 2017
34f5a29
limit maximum vector alignment to heap alignment
vchuravy May 20, 2017
32d7423
introduce jl_datatype_align
vchuravy May 21, 2017
ec71a32
Introduce JL_HEAP_ALIGNMENT
vchuravy May 21, 2017
7373b90
fix julia_alignment
vchuravy May 21, 2017
f918855
Add NEWS.md entry for dep of getindex(::Tuple, ::AbstractArray{_,N}) …
Sacha0 May 23, 2017
185f91e
Merge pull request #22012 from JuliaLang/yyc/threads/symbol
yuyichao May 23, 2017
1b5c9ad
More flexible perm-gen allocation alignment control
yuyichao May 23, 2017
ee62744
Update README.md
May 23, 2017
9e652ad
Patch to further fix building julia with llvm-svn (#22015)
ranjanan May 23, 2017
643c37c
Wrong parameter names for sygvd! in the document (#22035)
duguxy May 23, 2017
07bd069
Only try to call specialized findin method for sorted input when elem…
andreasnoack May 23, 2017
648f563
Merge pull request #22022 from JuliaLang/kf/gcllvmpatches
Keno May 23, 2017
70ff1f3
fix jl_gc_realloc_string size miscomputation
vtjnash May 23, 2017
563a6b7
Merge pull request #22044 from JuliaLang/jn/22021
vtjnash May 24, 2017
24627b8
Don't use totality when defining the (potentially) partial order rela…
andreasnoack May 24, 2017
a581576
Add PR number to NEWS.md entry for cummin/cummax deprecation (#18931)…
Sacha0 May 24, 2017
5269c2a
Add NEWS.md entry for takebuf_{array|string} deprecation (#19088). (#…
Sacha0 May 24, 2017
9f9b179
Add PR number and quotes to NEWS.md entry for #18754. (#21842)
Sacha0 May 24, 2017
de3f74c
Add NEWS.md entry for _promote_array_type deprecation (#19766). (#21990)
Sacha0 May 24, 2017
21931be
Add NEWS.md entry for promote_eltype_op deprecation (#19814, #19937).…
Sacha0 May 24, 2017
19985e2
Add NEWS.md entry for unsafe_wrap(String, ...) deprecation (#19449). …
Sacha0 May 24, 2017
ca6bc11
Fix typo in NEWS.md entry for midpoints deprecation (#20058). (#22008)
Sacha0 May 24, 2017
5e766bf
Add NEWS.md entry for enumerate(::IndexStyle, itr) addition and index…
Sacha0 May 24, 2017
6539524
Update README.md
May 24, 2017
90458c3
Merge pull request #22028 from JuliaLang/yyc/gc/perm-align
yuyichao May 24, 2017
1b8f31f
Add extra early memcpyopt pass
Keno May 23, 2017
3a10b6e
Merge pull request #22029 from eveydee/master
StefanKarpinski May 24, 2017
a9b651b
Try to loosen cfunction optimization type check.
yuyichao Apr 21, 2017
a7289b5
Merge pull request #22019 from JuliaLang/jn/inferrable-functions
vtjnash May 24, 2017
bc57f33
get loaddocs to give line numbers when it fails
vtjnash May 5, 2017
aac2245
pass file and line information as an argument named `__source__` to a…
ihnorton May 5, 2017
c0ae804
Add tests for new __LINE__ behaviour inside macros
c42f Mar 7, 2017
5046c6b
Merge pull request #21980 from JuliaLang/vc/vec_alignment
vchuravy May 24, 2017
bce2c41
Use julia-repl in documentation
mortenpi May 14, 2017
ba3e6fe
Use at-repl for versioninfo() output
mortenpi May 14, 2017
c1054d5
Enable highlighting in the manual
mortenpi May 14, 2017
34f07ee
Remove highlighting from REQUIRE code
mortenpi May 14, 2017
1668f8a
Enable bash highlighting
mortenpi May 14, 2017
66b79b1
Use a non-deprecated package in an example
mortenpi May 17, 2017
adf5828
Edit manual/conversion-and-promotion.md
mortenpi May 14, 2017
a66645f
Fix line numbers in doctests
mortenpi May 17, 2017
c58571b
Fix a doctest in base/path.jl
mortenpi May 17, 2017
b426b1e
Enable a doctest in base/regex.jl
mortenpi May 17, 2017
91e8a77
Enable doctests the the manual
mortenpi May 25, 2017
8001540
jump to numbered method in the REPL (#22007)
fredrikekre May 25, 2017
44c79de
Fix `@deprecate` with the new `where` syntax (#22034)
fredrikekre May 25, 2017
a644e32
document AbstractArray and doctest for Array (#22052)
fredrikekre May 25, 2017
f0ccd8e
Merge pull request #21589 from JuliaLang/yyc/cis
yuyichao May 25, 2017
134da0e
Merge pull request #21866 from mortenpi/mp/julia-repl
KristofferC May 25, 2017
827adf6
Add complex randn (#21973)
May 25, 2017
d6ec418
Fix opensuse repo links for make win-extras (#22058)
tkelman May 25, 2017
faf9e47
Merge pull request #22049 from JuliaLang/kf/memcpyopt
Keno May 25, 2017
d50d645
Merge pull request #21746 from JuliaLang/jn/ihn/macrocall_pass_loc
vtjnash May 25, 2017
061d6ec
fix scope rules: implicitly using a global doesn't add it to the scope
vtjnash May 24, 2017
7e7d5b4
check that reinterp on vector of tuples doesnt segfault
KristofferC May 26, 2017
d06db2f
Merge branch 'master' into kc/test_reinterp
KristofferC May 26, 2017
56ece43
Merge pull request #22066 from JuliaLang/kc/test_reinterp
KristofferC May 26, 2017
8517d7c
Fix complex exp2 and exp10 with boolean and irrational argument (#21874)
giordano May 26, 2017
60c70e1
improve docs for mktempdir (#22078)
fredrikekre May 26, 2017
804ddb9
test 0 dim array constructor (#22080)
KristofferC May 26, 2017
df5bbcf
add test for foldr on one element range (#22085)
KristofferC May 26, 2017
41e32bd
add test for code that used to crash, #17003 (#22081)
KristofferC May 26, 2017
cab194d
Remove redundant calls to size (#22086)
dmbates May 26, 2017
9a5e960
add test for code_typed on generated function (#22084)
KristofferC May 26, 2017
77cd240
Merge pull request #21467 from JuliaLang/yyc/codegen/cfunction
yuyichao May 27, 2017
04abcb4
Clarify stored and nonzero values for sparse arrays (#22091)
mbauman May 27, 2017
ccd4443
Test inferability of xcorr with views (#22093)
mbauman May 27, 2017
f1f25aa
add AbstractArray to stdlib (#22059)
fredrikekre May 27, 2017
957532f
add test for #19805, cfunction segfault (#22079)
KristofferC May 28, 2017
665c157
Document number types (#22067)
fredrikekre May 28, 2017
f0286ca
undeprecate real and imag for sparse matrices (#22090)
fredrikekre May 28, 2017
99d2ab9
Use the pure Julia exp function for fastmath (#21948)
musm May 28, 2017
d760ae4
printf.jl: add missing import of GMP (#22104)
rfourquet May 28, 2017
6f9cf2c
Reference all the numbers (#22107)
fredrikekre May 29, 2017
ec64cdc
Fix failing doctests
xorJane May 28, 2017
55190b7
add rand(::IntSet)
rfourquet May 19, 2017
2989d5c
optimize rand(::Dict)
rfourquet May 19, 2017
c1b5364
complete the rand API with Dict, Set, IntSet
rfourquet May 20, 2017
f06da10
Merge pull request #21965 from JuliaLang/jn/21963
vtjnash May 29, 2017
6d7d74c
improve inference of methods with Type{leaftype} parameters
vtjnash May 22, 2017
52c63f9
apply_type on Type{T} is valid whenever T is valid
vtjnash May 22, 2017
3027436
handling Base printing of Expr.typ fields not containing a Type
vtjnash May 22, 2017
1e580a2
remove many unneeded pure annotations
May 10, 2017
2612eb6
Fix new fallthrough warnings
yuyichao May 29, 2017
5abd5e8
pass correct paths through to docstrings
vtjnash May 29, 2017
14d89d5
Merge pull request #21771 from andyferris/ajf/remove-pure-from-promotion
vtjnash May 29, 2017
a3a5378
inference: remove hacks around type-system incorrectness
martinholters May 9, 2017
832807b
Fix sparse type parameter (fixes #22110) (#22111)
jebej May 29, 2017
8be6ed6
Merge pull request #22115 from xorJane/FixDoctests_052017
kshyatt May 30, 2017
2d2b246
Merge pull request #22113 from JuliaLang/jn/22105
vtjnash May 30, 2017
882ea78
Fix bug with nul at end when printing BigFloat with >322 precision
ScottPJones May 30, 2017
7b9948f
Use where syntax in sparsematrix.jl (#22112)
musm May 30, 2017
65080a1
Store info in Cholesky type (#21976)
fredrikekre May 30, 2017
0c3ea9c
Update documentation.md (#22121)
roryhr May 30, 2017
e231cfb
Merge pull request #21960 from JuliaLang/rf/rand-IntSet
rfourquet May 30, 2017
58b6464
Generate instead of hard coding factorial tables (#22096)
TotalVerb May 30, 2017
9335722
Test if selfmem can write to RX page
yuyichao May 30, 2017
7f0e250
Merge pull request #21892 from JuliaLang/jn/typeinf-more
vtjnash May 30, 2017
86ff2d2
inference: fix some cases of invalid age range updates
vtjnash May 30, 2017
e253c36
Merge pull request #22127 from JuliaLang/yyc/codegen/memmgr
yuyichao May 30, 2017
83d987a
prevent Docs.apropos from breaking on random stuff interpolated into …
vtjnash May 30, 2017
2e2319d
make flipsign(typemin(T), -1) == typemin(T) consistently
rfourquet May 22, 2017
f83289c
NEWS.md update : move getpeername to the correct section (#22141)
amitmurthy May 31, 2017
13ad711
make libllvm version const
musm May 31, 2017
9cbcada
Merge pull request #22150 from JuliaLang/jn/apropos-interp
vtjnash May 31, 2017
45c4b3a
eliminate another turing machines from reshapedarray
vtjnash May 30, 2017
ab11e5a
reflection: move signature union-splitting logic under the control of…
vtjnash May 15, 2017
ff81bf8
Merge pull request #22143 from JuliaLang/jn/21653
vtjnash May 31, 2017
89e5768
windows readme: add automation tips
vtjnash May 25, 2017
0deda85
Merge pull request #22061 from JuliaLang/jn/scope-bugfix
vtjnash May 31, 2017
2e8e86c
add _grow/deletebeg/end!(a::Array) ccall wrappers
alyst May 26, 2017
db0cf99
jl_array_grow_at_end(): exact resize for large inc
alyst May 31, 2017
86b7f47
use testsets in cholesky test (#22138)
fredrikekre May 31, 2017
6cd4d1f
document order of svdvals (#22148)
fredrikekre May 31, 2017
cbc2fc1
Merge pull request #22054 from JuliaLang/vtjnash/readme-win-tips
vtjnash May 31, 2017
d3bfab6
Merge pull request #22154 from ScottPJones/spj/fixprintf
vtjnash May 31, 2017
f885f4f
Merge pull request #21833 from musm/patch-2
StefanKarpinski May 31, 2017
e10e313
Merge pull request #21898 from musm/llvmv
StefanKarpinski May 31, 2017
9cd47fa
VersionNumber and return build in windows_version (#21837)
musm May 31, 2017
1a7d8f3
Merge pull request #22144 from JuliaLang/jn/method-union-splitting
vtjnash May 31, 2017
81d0b69
Show failing instruction on SIGILL
yuyichao May 30, 2017
2d866f5
Handle safe_restore on Windows and macOS on managed threads
yuyichao May 31, 2017
d4eb812
Fix TLS variant def on AArch64
yuyichao Jun 1, 2017
c8a0cfc
Deserializing a SharedArray resulted in a copy of the container.
amitmurthy May 31, 2017
a0f4635
Merge pull request #22159 from JuliaLang/amitm/shmem_refrelease
timholy Jun 1, 2017
e9da5ca
Generalize UnitRange->AbstractUnitRange in sparse indexing
timholy Jun 1, 2017
8191314
Merge pull request #22175 from JuliaLang/teh/fix_22173
timholy Jun 1, 2017
fa628cd
Merge pull request #22170 from JuliaLang/yyc/arm/tls
yuyichao Jun 1, 2017
e902066
Fix Period objects hashing to match ==
nalimilan May 21, 2017
defcd8c
fix some macro expander issues with new 0.6 syntax
JeffBezanson May 31, 2017
27bd939
fix #22032, `for f() in 1:10 ...`
JeffBezanson Jun 1, 2017
c43809b
Merge pull request #22038 from alyst/exact_resize
KristofferC Jun 1, 2017
445ec01
serialize global bindings to Types and Modules (#22172)
amitmurthy Jun 1, 2017
3bdc10b
Merge pull request #22166 from JuliaLang/jb/macrofixes
JeffBezanson Jun 1, 2017
18137b3
Merge pull request #22167 from JuliaLang/jb/fix22032
JeffBezanson Jun 1, 2017
3fb8443
add help text for the `where` keyword (#22177)
JeffBezanson Jun 1, 2017
c30b37b
LAPACK wrappers: use resize!(a) instead of a = Vector{T}() (#21938)
alyst Jun 1, 2017
02a8824
Fix calculation of displayed time, show UTC offset (#22136)
simonbyrne Jun 1, 2017
58a276f
Fix broadcast_indices (#22130)
nalimilan Jun 1, 2017
116fa67
Add note on lightweight tags. (#22117)
simonbyrne Jun 1, 2017
166f31f
Add replacement suggestion to frexp(::Array{<:AbstractFloat}) depreca…
Sacha0 Jun 1, 2017
a18c571
inline shift operators (#22083)
KristofferC Jun 1, 2017
75d58c5
Merge pull request #22006 from JuliaLang/nl/hashperiods
omus Jun 1, 2017
de839cf
workspace command: fix for missing incremental support (#21714)
vtjnash Jun 1, 2017
c40319f
fix at-[no]inline with short func. def with return type annotation (#…
fredrikekre Jun 1, 2017
163adcf
Merge pull request #22016 from JuliaLang/rf/flipsign
rfourquet Jun 2, 2017
ce91edd
Merge pull request #22134 from JuliaLang/yyc/signals/ill
yuyichao Jun 2, 2017
0e5920e
Removing requirement for promotions from 0,1 in lufact (#22146)
arghhhh Jun 2, 2017
c138f21
Deploy docs with clean URLs (#22048)
mortenpi Jun 3, 2017
f1a5d07
merge 2 versions (for GMP 5 & 6) of rand(::UnitRange{BigInt})
rfourquet Dec 1, 2014
c4c96ed
avoid re-allocations in rand(UnitRange(::BigInt)) for some cases
rfourquet Oct 29, 2015
65b959b
Merge pull request #13815 from rfourquet/rand-bigrange-mergeversions
rfourquet Jun 3, 2017
eeb8569
Backport LLVM patches to fix AVX on i686
yuyichao Jun 3, 2017
e46a89b
Implement svdx(Number, Number) (#22195)
andreasnoack Jun 4, 2017
b17085c
Merge pull request #22205 from JuliaLang/yyc/build/llvm-xmm
yuyichao Jun 4, 2017
65d12cf
Work around linkcheck errors in docs (#22201)
mortenpi Jun 4, 2017
6659f05
special show for AbstractVector{Method} for ::MIMEtext/plain (#22068)
fredrikekre Jun 4, 2017
866474e
Remove note for compatibility with Julia 0.3 (#22213)
garrison Jun 5, 2017
1b35b45
Define dot product between vectors of arrays/numbers.
Jun 5, 2017
e74ecf3
Merge branch 'master' of https://github.com/JuliaLang/julia
Jun 5, 2017
84c5617
squash! Define dot product between vectors of arrays/numbers.
Jun 5, 2017
3e63abc
squash! squash! Define dot product between vectors of arrays/numbers.
Jun 6, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
If you have a question or are unsure if the behavior you're experiencing is a bug,
please search or post to our Discourse site: https://discourse.julialang.org. We use
the GitHub issue tracker for bug reports and feature requests only.

If you're submitting a bug report, be sure to include as much relevant information as
possible, including a minimal reproducible example and the output of `versioninfo()`.
If you're experiencing a problem with a particular package, open an issue on that
package's repository instead.

Thanks for contributing to the Julia project!
34 changes: 15 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
*~
*#
.DS_Store

/*.tar.gz
/tmp
/dist

/dist-extras
/julia
/julia-*
/h2j
/usr
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.ji

*.out

*.files
*.config
*.includes
*.creator
*.user
*.orig
*.swp
*.kate-swp

/usr
.DS_Store
9 changes: 0 additions & 9 deletions .gitmodules

This file was deleted.

140 changes: 140 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Jeff Bezanson <[email protected]> <[email protected]>
Jeff Bezanson <[email protected]> <jeff@lagann.(none)>
Jeff Bezanson <[email protected]> <[email protected]>
Jeff Bezanson <[email protected]> <[email protected]>
Jeff Bezanson <[email protected]> <[email protected]>

Stefan Karpinski <[email protected]> <[email protected]>
Stefan Karpinski <[email protected]> <[email protected]>
Expand All @@ -32,6 +33,8 @@ Stephan Boyer <[email protected]> <[email protected]>
Stephan Boyer <[email protected]> <stephan@ubuntu.(none)>
Stephan Boyer <[email protected]> <[email protected]>

Jiahao Chen <[email protected]> Jiahao Chen (陈家豪) <[email protected]>

Giuseppe Zingales <[email protected]> <[email protected]>
Giuseppe Zingales <[email protected]> <[email protected]>

Expand Down Expand Up @@ -59,6 +62,7 @@ Ivan Mantova <[email protected]> <[email protected]>
Keno Fischer <[email protected]> <[email protected]>
Keno Fischer <[email protected]> <[email protected]>
Keno Fischer <[email protected]> <[email protected]>
Keno Fischer <[email protected]> <[email protected]>

Harlan Harris <[email protected]> <[email protected]>
Harlan Harris <[email protected]> <[email protected]>
Expand All @@ -67,6 +71,7 @@ Douglas Bates <[email protected]> <[email protected]>

Andreas Noack Jensen <[email protected]> <[email protected]>
Andreas Noack Jensen <[email protected]> <[email protected]>
Andreas Noack Jensen <[email protected]> <[email protected]>

Westley Argentum Hennigh <[email protected]> <[email protected]>
Westley Argentum Hennigh <[email protected]> <[email protected]>
Expand All @@ -90,3 +95,138 @@ Francois Pepin <[email protected]> <[email protected]>
Waldir Pimenta <[email protected]> <[email protected]>

Steven G. Johnson <[email protected]> <[email protected]>
Steven G. Johnson <[email protected]> <[email protected]>
Steven G. Johnson <[email protected]> <[email protected]>
Steven G. Johnson <[email protected]> <[email protected]>
Steven G. Johnson <[email protected]> <[email protected]>

Isaiah Norton <[email protected]> <[email protected]>
Isaiah Norton <[email protected]> <[email protected]>

Blake Johnson <[email protected]> <[email protected]>
Blake Johnson <[email protected]> <[email protected]>

Marcus Silva <[email protected]> <[email protected]>
Marcus Silva <[email protected]> <[email protected]>

Amit Murthy <[email protected]> <[email protected]>

Tanmay Mohapatra <[email protected]> <[email protected]>
Tanmay Mohapatra <[email protected]> <[email protected]>

Dan Luu <[email protected]> <[email protected]>
Dan Luu <[email protected]> <Dan>

Kevin Bache <[email protected]> <[email protected]>
Kevin Bache <[email protected]> <[email protected]>

Rick <[email protected]> <[email protected]>
Rick <[email protected]> <[email protected]>

David Smith <[email protected]> <[email protected]>
David Smith <[email protected]> <[email protected]>

Carlos Becker <[email protected]> <[email protected]>

Fabian R Lischka <[email protected]> <[email protected]>

James J Porter <[email protected]>

Jay Weisskopf <[email protected]> <[email protected]>

Joseph Perla <[email protected]> <joseph@ not an email.com>

Jutho <[email protected]> <[email protected]>
Jutho <[email protected]> <[email protected]>

Tomas Lycken <[email protected]> <[email protected]>
Tomas Lycken <[email protected]> <[email protected]>

Simon Byrne <[email protected]> <[email protected]>
Simon Byrne <[email protected]> <[email protected]>

Jake Bolewski <[email protected]>

Leah Hanson <[email protected]> <[email protected]>

Lei Wang <[email protected]> <[email protected]>
Lei Wang <[email protected]> <[email protected]>

Kevin Squire <[email protected]> <[email protected]>

Michael Fox <[email protected]> <[email protected]>

Miles Gould <[email protected]> <[email protected]>

Pierre-Yves Gerardy <[email protected]> <[email protected]>

Ron Rock <[email protected]> <[email protected]>

Tony Kelman <[email protected]>

Tobias Knopp <[email protected]>

Ben Arthur <[email protected]> <[email protected]>
Ben Arthur <[email protected]> <[email protected]>

Odd Andersen <[email protected]> <[email protected]>
Odd Andersen <[email protected]> <[email protected]>

Ronan Arraes Jardim Chagas <[email protected]> <[email protected]>
Ronan Arraes Jardim Chagas <[email protected]> <[email protected]>

Tim Besard <[email protected]> <[email protected]>
Tim Besard <[email protected]> <[email protected]>

Tracy Wadleigh <[email protected]> <[email protected]>
Tracy Wadleigh <[email protected]> <[email protected]>

Mike Innes <[email protected]>

Sean Garborg <[email protected]>

Scott P. Jones <[email protected]> <[email protected]>
Scott P. Jones <[email protected]> <[email protected]>

M. Prentis <[email protected]> <[email protected]>
M. Prentis <[email protected]> <[email protected]>

Peter <[email protected]> <[email protected]>
Peter <[email protected]> <https://github.com/peter1000>

Rafael Fourquet <[email protected]> <[email protected]>
Rafael Fourquet <[email protected]> <[email protected]>

Dan Wlasiuk <[email protected]> <[email protected]>
Dan Wlasiuk <[email protected]> <[email protected]>

Rene Donner <[email protected]> <[email protected]>
Rene Donner <[email protected]> <[email protected]>

Waldir Pimenta <[email protected]> <[email protected]>
Waldir Pimenta <[email protected]> <[email protected]>

Young Wu <[email protected]> <[email protected]>

Daan Huybrechs <[email protected]> <[email protected]>

Jey Kottalam <[email protected]> <[email protected]>
Jey Kottalam <[email protected]> <[email protected]>

John Myles White <[email protected]> <[email protected]>
John Myles White <[email protected]> <[email protected]>

Katharine Hyatt <[email protected]> <[email protected]>
Katharine Hyatt <[email protected]> <[email protected]>

Oscar Blumberg <[email protected]> <[email protected]>
Oscar Blumberg <[email protected]> <[email protected]>

Seth Bromberger <[email protected]> <[email protected]>
Seth Bromberger <[email protected]> <[email protected]>

Tomas Lycken <[email protected]> <[email protected]>
Tomas Lycken <[email protected]> <[email protected]>

Tracy Wadleigh <[email protected]> <[email protected]>
Tracy Wadleigh <[email protected]> <[email protected]>
Loading