https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
8726edd Merge pull request #10044 from ihnorton/f9835 Fix inlining pass corner case on release-0.3 03 February 2015, 22:01:53 UTC
2a62980 Fix inlining pass corner case ref #9835 #9630 03 February 2015, 04:11:02 UTC
bfec03a Fix fill! for Array{Union(Uint8,Int8)} Backported from d696d7f0d748cbf8d0037198180a659f5994f710 03 February 2015, 03:33:05 UTC
f187bde Fix off-by-one error in ==(s1::IntSet, s2::IntSet) In the case that s1 is shorter than or the same length as s2, fix an off-by-one error where the last chunk of s1 is overridden and that chunk in s2 is erroneously compared to zeros or fill1s. Ref: https://groups.google.com/forum/#!topic/julia-users/vZNjiIEG_sY Conflicts: test/sets.jl (cherry-picked from commit 2e31f5e97deab0b0cc568906e342a827e9343c3e) 02 February 2015, 22:22:03 UTC
541610b Fast mean for sparse matrices along dimensions. (#7788) (cherry picked from commit bde4e65f5d24fc5e3177449772496116123e49d3) 01 February 2015, 09:24:06 UTC
6e0ad20 Added stub for workflow tips in the manual. (cherry picked from commit 4b51aef2a440a701608fb42fd3189bed3b2611d3) ref PR #9910 [av skip] Mention option to wrap tests in module. (cherry picked from commit 7b3f6bbdfa1761399f264503dd1a566ffd01465f) 01 February 2015, 09:21:20 UTC
ec8660d closes #9841. [ci skip] (cherry picked from commit baba413dbf5b751feed8c8d2c3468be233e90b65) ref PR #9929 01 February 2015, 09:15:26 UTC
9670299 Make diag work for AbstractMatrix and a test. (cherry picked from commit 3913236abcc921f029897259d68ea7e0016bf396) 01 February 2015, 08:56:45 UTC
1fbf6e1 doc: use the phrase "do-block" in the title section on do-blocks backported from 7dba386d0174f8b3cafbb58f3c941eecb31c5f02 [ci skip] 28 January 2015, 22:44:37 UTC
6e32fc7 Fix #9915. When solving SparseMatrixCSC\SparseMatrixCSC and the rhs is symmetric, the rhs shouldn't be stored with symmetric flag set. (cherry picked from commit 1627a68a9980bcb60823c9317a0864a05922a3b6) 28 January 2015, 00:31:24 UTC
2dfde6b Fix small bug in eig when using keyword arguments. Add tests. (cherry picked from commit 6202a2a1fd1279c1e67e5f501de2ffd7ea1434aa) Conflicts: test/linalg1.jl 22 January 2015, 20:39:12 UTC
31f7359 fix repr for string interpolation expressions with parens around single variable symbols (cherry picked from commit 245e65e770c5661ef789b81f97bf482524d7513f) ref PR #9805 Conflicts: test/show.jl 19 January 2015, 18:14:23 UTC
12670e4 use bottle cache on release-0.3 too [av skip] 19 January 2015, 11:44:16 UTC
d952f5f Remove trailing whitespace ref PR #9792 for command to do this 19 January 2015, 11:39:20 UTC
5d8c112 Merge pull request #9833 from mbauman/backport9735 Backport bugfix for `findnext(::Function, ::BitArray, ...)` this is a manual backport of 37040f70a9267b7b38d59793fb01fff97c6c5e9f 19 January 2015, 10:48:10 UTC
a8d1ebf Fix bug in `findnext(::Function, ::BitArray, ...)` Previously, `findnext(::Function, ::BitArray, ...)` did not check bounds or could return the wrong result if the function was always true or always false. This fixes it and adds tests. Conflicts: test/bitarray.jl Backport: Manually fixed 0.4-only syntax (s/Int/int, removed BoundsError args) and removed unrelated tests from findprev. 18 January 2015, 03:33:01 UTC
b5410df tiny cumsum tweaks (cherry picked from commit c7c89a4dad965e64391c4066d7718de38b979540) 18 January 2015, 00:44:52 UTC
cf4b604 get pairwise-sum accuracy for cumsum (fix #9648) (cherry picked from commit 783f1abbcf07077a6551a0c02ea2b77d5b4e8985) ref PR #9650 18 January 2015, 00:44:38 UTC
754ba07 add jl_ prefix to is_submodule and switch argument order also exclude Core module from user code in coverage (cherry picked from commit 357666536fe34fc30f2c1ffa5a11d16e227cdba6) related to PR #9581, but completely replacing its commit Conflicts: src/codegen.cpp src/dump.c src/julia.h src/module.c 16 January 2015, 11:47:06 UTC
4cf24fe correct documentation for lgamma of complex arguments and add a test case (cherry picked from commit afc92c055a51d4a8e27e9addb804447e9ddad4b8) 16 January 2015, 11:32:13 UTC
c4a34c7 Fix and test reducedim with init=false (cherry picked from commit f5e119ac18f19f476d061489cafafe8570fecc2b) ref PR #9702 use evaluate for release-0.3 16 January 2015, 11:09:13 UTC
d9c2484 make global section variable names the same [ci skip] (cherry picked from commit 60037994c952f0889a30ba6e6a14250d7603cd42) 16 January 2015, 11:00:33 UTC
e2b4e5b add note about global variables in the REPL (cherry picked from commit eee538a27db6713bef6d006af585bd1162f02a42) ref PR #9794 16 January 2015, 11:00:06 UTC
33c783a Regenerate helpdb.jl with proper version of sphinx oops, 0.3.5 was tagged with extra newlines here 16 January 2015, 10:57:44 UTC
f3e25f1 Docs: unicode target now smarter Rebuilds only when ../base/latex_symbols.jl changes [ci skip] (cherry picked from commit ff939aa2f2850f45338064fd99d290838d5ba600) 16 January 2015, 10:50:03 UTC
22d2ea7 make -C doc unicode: rebuild Unicode table [ci skip] (cherry picked from commit 3ef3792873f07b331292d926794193fff0bc7ad1) 16 January 2015, 10:49:55 UTC
7ba74aa doc: upgrade sphinx 1.1.3 -> 1.2.3 Fixes #8596, fixes #8276. (cherry picked from commit ca362a45b3aee4454de29b2aab43780885847558) Conflicts: doc/helpdb.jl 16 January 2015, 10:48:45 UTC
8d864e1 doc: use virtualenv to install juliadoc (cherry picked from commit 1785871b3c6a9b48f07a78c0f1a50191fc27be8a) ref PR #8592 Conflicts: .gitmodules 16 January 2015, 10:39:19 UTC
edfe406 doc/Makefile: replace 'source' with posix '.' (cherry picked from commit 592ec62b4dd9bfb351f162002e825005c8c346b5) 16 January 2015, 10:38:20 UTC
53cbcce add julia-env to deps/.gitignore (cherry picked from commit 0e7be5c6e527eb6c4ad4102b6a44e36b0dc3d7d8) 16 January 2015, 10:37:19 UTC
3247d94 make it trivial for everyone to build the helpdb.jl file (cherry picked from commit 10b64dde2acaa6ea275c2e5c8531a08a91546f95) Conflicts: deps/.gitignore deps/Makefile deps/Versions.make doc/Makefile 16 January 2015, 10:35:42 UTC
781e3b5 Delete using find instead of piping to xargs rm. This fixes an issue where the clean target would fail when no files have to be deleted: # We also need to remove .pyc files find . -name *.pyc | xargs rm rm: missing operand (cherry picked from commit 1d9acdd3c9055e0f7aea4f92cc3af5c1037e99e1) ref PR #8552 16 January 2015, 10:29:22 UTC
eaad06c Check whether ld supports -Bsymbolic-functions flag should fix #9753 (cherry picked from commit 373333ee5362ebdbab97aaa34461554665fbe3c1) ref PR #9758 16 January 2015, 10:18:12 UTC
86e10b7 FAQ: explain why x += y is really x = x + y [ci skip] (cherry picked from commit b9fcfe482f88020aa861c9b2191fd0fdfd12a501) ref PR #9751 Conflicts: doc/manual/faq.rst 16 January 2015, 09:45:49 UTC
d8ec47e doc: whitespaces cleaning (cherry picked from commit ed539ae5fb5a19dd9a1e7ed76b7251729fa7b6f7) ref PR #9742 [ci skip] doc: some typos in metaprogramming doc (cherry picked from commit 062ff47451b3210e5ad04d772080c9da348a7269) 16 January 2015, 09:37:59 UTC
becf36f doc: rewrite metaprog expression intro [ci skip] (cherry picked from commit 7c80fc554f17d70dde78472c913ae3662f9f6f96) ref PR #9594 Conflicts: doc/manual/metaprogramming.rst doc: more metaprog edits [ci skip] (cherry picked from commit 34743918b301e23d50d5f4f97cec6e0c459b766f) Conflicts: doc/manual/metaprogramming.rst doc: fix metaprog example inconsistencies [ci skip] (cherry picked from commit 74b8b76f2c013a074107f4f70288678c36c062e8) 16 January 2015, 09:37:32 UTC
a09b2fa add parser test for issue #9684 (cherry picked from commit 9322f208f96b3f952cacb6db61b15e1f9e7b6cf9) Conflicts: test/runtests.jl 16 January 2015, 08:35:38 UTC
68d11e4 add some missing unicode operators to dot-opchar? (cherry picked from commit 110108631e42d1a47f741091358b549ebd4b1991) 16 January 2015, 08:34:25 UTC
e4045a3 doc: note on relative imports fixes #8597 [ci skip] (cherry picked from commit 38ee8a03bc7c9ba263a03f034bfc7f40e0414973) 16 January 2015, 08:31:58 UTC
41bfd37 globals are not affect_free (ref #9535) (cherry picked from commit d071904653888c5678ec61f0ed5478e7b2999c16) Conflicts: base/inference.jl test/core.jl 16 January 2015, 07:44:08 UTC
9c6bb24 fix a likely GC root bug in jl_gf_invoke (cherry picked from commit df846de3712b4f047a46f86481351251da724275) 16 January 2015, 07:20:51 UTC
4496b1f fix sparse getindex change in #9750 for repeated I (cherry picked from commit 69a68305743a6b9a9409e7db69d955909e7006d0) 15 January 2015, 11:08:56 UTC
7746f77 Merge branch 'release-0.3' of github.com:JuliaLang/julia into release-0.3 15 January 2015, 04:05:57 UTC
8d6a61b Added rotation functions for sparse matrices (cherry picked from commit ceb56b15ad32fc64f052283b91c8facb53fa142b) Conflicts: base/sparse/sparsematrix.jl 15 January 2015, 04:03:01 UTC
ada4c65 fix missing sparse search method name change done in #9750 (cherry picked from commit f79d423edbe5b05bb6260f2790576850b193c204) 15 January 2015, 04:01:02 UTC
dd88996 binary search in sparse getindex with sorted rows Given: - S = sparse matrix - I = rows being fetched - n = average row count in S Do: - binary search on I if length(I) much larger than n - binary search on S.rowval if n much larger than length(I) - linear search walk through I and S.rowval otherwise Currently the threshold values are determined heuristically based on the tests done. (cherry picked from commit aafb4a0fc3fdb1bad5fcd8e1a343816b5a27bc5a) Conflicts: test/sparse.jl 15 January 2015, 04:00:39 UTC
506907f Fix #9191 on 0.3 and partly fix it on 0.4. Type instability in \. Also, avoid copying the rhs in A_ldiv_B! 14 January 2015, 17:38:32 UTC
a6293a2 release-0.3 should not use --HEAD with brew, and should use suite-sparse42-julia (at the moment) [av skip] 14 January 2015, 10:25:41 UTC
e563717 Fixes and tests for sparse scale! - scale!(C, b, A) was checking incorrect matrix dimension - scale!(b, A) and scale!(A, b) returned uninitialized memory Conflicts: base/linalg/sparse.jl (cherry picked from 3e7f8bdd9b881bdab4498023b365a9f6c64287dc) 14 January 2015, 00:39:38 UTC
74acbbf typo (cherry picked from commit 24dbedc0cc3471e28bd69fe4438daab16f881709) [ci skip] 09 January 2015, 16:59:47 UTC
3fc536d mark cell array {} as deprecated in 0.4 (cherry picked from commit be0f0dafa798c26279f4ece2f70afa9fc078772c) [ci skip] 09 January 2015, 15:39:19 UTC
914531d need to ensure openlibm static library gets installed (cherry picked from commit 8400ede0c58f40e0dc75a9693358e569c9b87445) should fix #9047 (cherry picked from commit 6537afecbb06c54cdbedd763fe527721eeeb67d2) 09 January 2015, 06:21:40 UTC
ee38819 Begin the march towards 0.3.6 with a "-pre" mark 08 January 2015, 22:40:38 UTC
a05f87b Tag v0.3.5 08 January 2015, 22:33:48 UTC
ce686f7 init parent to NULL in jl_new_module. ref #9661 (cherry picked from commit 23424b754fffc5967503b137e7f1b61c3775d38a) 08 January 2015, 22:22:03 UTC
c56c13b Update helpdb.jl (let's hope this is the last time we have to do this!) 08 January 2015, 22:18:05 UTC
2d894e5 Insert a missing return statement in `gemm_wrapper!` (cherry picked from commit 4b6aaa6ef5d749de1f369ebe30941940d8107a52) 08 January 2015, 22:14:19 UTC
99f67cd Fix doctest from a1b156fe81af7ee1f1bf2dcf16e9c1dc35d63ab8 08 January 2015, 22:10:54 UTC
ef0df3a warn about changed return value for try without catch https://github.com/JuliaLang/julia/commit/a1b156fe81af7ee1f1bf2dcf16e9c1dc35d63ab8#commitcomment-9203713 [ci skip] 08 January 2015, 15:46:07 UTC
a1b156f Document try without catch. Closes #9320 (slightly modified backport of 76c991d7ac650bfdb5232d057b4ef76a646a326d, try without catch returns `false` on release-0.3) [ci skip] 08 January 2015, 10:46:28 UTC
bfb74a7 Update variables.rst (cherry picked from commit f3866e5ba083d1a51b17536d4ede50410c687630) [ci skip] 08 January 2015, 10:25:35 UTC
e424d33 Need to match number of asterisks for headings Ref: https://github.com/JuliaLang/julia/commit/f1b8633cd163a3120e8eabf8613c15d3e0428ae1#commitcomment-9177929 [ci skip] 07 January 2015, 00:19:41 UTC
f1b8633 Apparently headers need to be underlined, not surrounded by asterisks if they follow an anchor 07 January 2015, 00:08:52 UTC
6c5f2fd Don't prepend module functions with . 06 January 2015, 21:53:43 UTC
8e49183 Various fixes to docs to pass doctests 06 January 2015, 21:49:07 UTC
a94a933 As long as we're going to keep my own absolute paths in here, let's at least make sure they're correct. I personally think it'd be better just to disable doctesting for this chunk, but I'm not sure how to do that 06 January 2015, 21:22:32 UTC
75df2f1 Clean up stdlib/profile, backport of 0b5811d632a66751dfbce77865451ffd06c5d774 06 January 2015, 21:12:39 UTC
0a73933 Profiling docs reorganization from f910cd04c96b55b702c474811809e03d613f8235 06 January 2015, 21:09:55 UTC
c951564 Backport documentation part of 68a09e0f571320f96bcfb8affa2d74864ca514c9 06 January 2015, 20:56:26 UTC
2508fcb gcd and lcm return Int for Int32 inputs on release-0.3 I get the hat of shame for breaking the release branch for an hour 06 January 2015, 12:37:26 UTC
a5ce7db Don't try to listen to closed socket. fixes #8945 (cherry picked from commit dcdeef7734ec0ec3bf031bca7da7e946793b7d13) Use check_open instead of isopen, ref dcdeef7734 #8945 (cherry picked from commit f46d46d2a5b0b389adcb08fbaabf8ec7cb82ad90) 06 January 2015, 12:08:15 UTC
aba7213 intfuncs.jl did not exist yet on release-0.3 add it to test/Makefile and test/runtests.jl 06 January 2015, 11:57:53 UTC
31ef3c1 On release-0.3, this throws an OverflowError rather than an InexactError 06 January 2015, 11:57:53 UTC
0582c44 TST more combinatorics tests (cherry picked from commit ff0470cfe5b94b62db66aa24a431026032bee34c) ref PR #9620 Conflicts: test/combinatorics.jl TST intfuncs more coverage (cherry picked from commit 3d376d18e1398309afef73a83066d319fe020090) (leave out ndigits tests that rely on #8266 which was not backported) Conflicts: test/intfuncs.jl TST fix 32bit bits test, add comment to interesting binomial result (cherry picked from commit 93f6ccbd50f3641a1c0dbd95c3c29404ac944428) 06 January 2015, 11:48:08 UTC
7aa9694 add a couple tests for untested codepaths in binomial (cherry picked from commit d877d63571982ccd6ecb2a0d370380456662e88d) Conflicts: test/bigint.jl 06 January 2015, 11:48:08 UTC
53d156d update documentation for passing struct pointers to C (cherry picked from commit cfba5ba87d7d26a967c357166f991b14e93a133b) ref PR #8948 [av skip] remove incorrect table entry about passing structs by value; note that it's not so much that you cannot pass structs by value, but rather that you cannot pass them reliably (cherry picked from commit 56c722f7a6902b9907f7a8fae75ffa474ab4c759) 06 January 2015, 11:13:52 UTC
4d99f48 set LLVM_VER from LLVM_CONFIG when using system LLVM ref #9563, the LLVM info from `versioninfo()` can be wrong if `USE_SYSTEM_LLVM` is set but `LLVM_VER` isn't. (cherry picked from commit dbe934a751314188e5ea1bc28d4becf2fd12b24a) ref PR #9566 06 January 2015, 11:06:42 UTC
5c065e7 Add guidelines for naming packages Ref: https://groups.google.com/forum/#!topic/julia-dev/Qw1eaMUKYas (cherry picked from commit b5a3d3d65935558f06431c9c38a7b1f114df3327) ref PR #9522 [av skip] 06 January 2015, 11:02:08 UTC
f63dbc5 doc: `parse` gives :incomplete for such input fixes #9505 [ci skip] (cherry picked from commit 8cc787ddfc859da68dd695fce9f45a9890d9b800) 06 January 2015, 11:00:06 UTC
988f3a2 Add Base. annotations to mapfoldl (cherry picked from commit 383f9e3fe655b43fee3b51e42d6cff7712d91cab) ref PR #9605 [av skip] 06 January 2015, 10:57:34 UTC
b22d42a docs: clarify meaning of T in AbstractArray{T,N} Closes #9586. [av skip] (cherry picked from commit 9451e4af8c96d42599dc5ec855027d7b20417c8e) 06 January 2015, 10:53:17 UTC
773404e Added documentation of rotation functions [ci skip] (cherry picked from commit fbfcbed6035605ed1818c4f75447746293154d74) ref PR #9603 [av skip] 06 January 2015, 10:35:03 UTC
93bfc92 Added instructions to manually push metadata Modified instructions to manually push metadata Improved formatting (cherry picked from commit 3f60aed019b46c29ad093a1317338e08d67fa40f) ref PR #9550 [av skip] 06 January 2015, 10:33:34 UTC
72974fb Tests for exp2, exp10, cis, inv, and ^ (cherry picked from commit f9594dd315a5cf47b8dddcd88362b994b07bb309) ref #9615 06 January 2015, 10:10:29 UTC
e1c00cd Document basic A_mul_B! methods Also removes deprecated A_mul_B documentation. Closes #5862. Note: this does _not_ cover all the currently defined methods for A_mul_B!, many of which do _not_ have method signatures of this form. Ref: #5332 created via: git diff d9b1f39a~ d9b1f39a | sed 's/base/math/g' | git apply git add doc/stdlib/math.rst git commit -C d9b1f39a [av skip] 06 January 2015, 09:54:50 UTC
4baf8e4 Fix #4227 (cherry picked from commit d2ed5659e2c0c55e3e8cdd49007bf9870d89ebe7) [av skip] Docs: fix formatting error from d2ed5659e2c0c55e3e8cdd49007bf9870d89ebe7 (cherry picked from commit 38f1c3681db384e4f12441b87184dbf59498fe11) 06 January 2015, 09:40:42 UTC
9b54fc8 The behavior of fft() differs from MATLAB This one caught me out. If `A` is a matrix in MATLAB, then `fft(A)` is a 1D FFT acting column-wise. MATLAB has a `fft2()` command for 2D FFTs. (cherry picked from commit 87d3459558f06184f3b51012c5f9e09071bb7570) ref PR #8158 [av skip] Adding backtick-backtick (cherry picked from commit 3ed6c6164d84b90af9525eb81eb8b234895cba59) 06 January 2015, 09:34:47 UTC
30a892b Add .gitignore for new packages The clutter seems worth it to make code-coverage and track-allocation more painless (/ hopefully common). (cherry picked from commit 5b643ec845bda326c8580f9d555a5eea2c3f4bff) ref PR #9541 Conflicts: base/pkg/generate.jl 06 January 2015, 09:29:31 UTC
a336792 Merge branch 'tcpdocs' of git://github.com/bjarthur/julia into bjarthur-tcpdocs Fix ReST formatting errors. Added @Keno's wording suggestion. (cherry picked from commit 33200d10329aebd0759973ba31401c3d4c780995) [av skip] Conflicts: doc/manual/networking-and-streams.rst 06 January 2015, 09:25:35 UTC
641108a added close,isopen(::TCPSocket) to example docs (cherry picked from commit bc09f18a2df97cca70b7afadb41fc2093f0a93c9) [av skip] ref PR #9453 Conflicts: doc/manual/networking-and-streams.rst 06 January 2015, 09:23:54 UTC
e579732 Revert "build suitesparse-wrapper on appveyor" This reverts commit ad03a56407718236738a0c73d088907d71cd4027. SuiteSparse download is being flaky, we don't need to rebuild this bit at the moment. 06 January 2015, 05:03:56 UTC
bc35068 fix a typo of a help message (cherry picked from commit ff70b93ad6b43ab362df39b72b1191ea4d431b18) ref PR #9632 [ci skip] 06 January 2015, 00:43:17 UTC
99c00d5 Change algorithm for symmetric tridiagonal problems to PWK instead of MRRR when all values are calculated. 05 January 2015, 21:00:55 UTC
83a06b0 Fix #9504. Check second stride before calling BLAS. (cherry picked from commit 210102850be6c35fe7ef947c870333b55d370d82) Conflicts: base/linalg/matmul.jl 05 January 2015, 09:07:20 UTC
2d93d2e add tests for jl_new_bits, and fix bug in min alignment of datatypes 04 January 2015, 22:07:04 UTC
f6f033b doc: edit and expand reflection section mention a few more useful functions and edit/rearrange some sections. (cherry picked from commit 8baa686be07a944e1d607fa0abc988fbab5cda87) ref PR #9542 [av skip] 04 January 2015, 20:48:27 UTC
639ea63 doc: move Reflection section to developer docs (cherry picked from commit fb1d3891ff62a75865a29360a8a09356e36b21f0) [av skip] 04 January 2015, 20:48:16 UTC
1f50251 Doc: fix rst error 04 January 2015, 20:46:06 UTC
59e6142 Docs: Clarify half-open interval in rand generation. Replaces #9478 (cherry picked from commit 3bfe8de0ecde05db8c224971d2070713ee175b2d) [av skip] 04 January 2015, 20:38:30 UTC
587550c MURICA (cherry picked from commit a0bf429d6a0b485b74553eef4d2b776b0ec1b493) [av skip] 04 January 2015, 20:37:48 UTC
back to top