https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
2e358ce Tag v0.4.6 19 June 2016, 17:16:52 UTC
0e2919f Merge pull request #16980 from JuliaLang/tk/backports-0.4.6 [release-0.4, RFC] backports for 0.4.6 19 June 2016, 17:12:51 UTC
ef7b1dd line numbers again after reversion 19 June 2016, 13:03:16 UTC
794245b fix bug in sparse is_hermsym (cherry picked from commit e0d38dcbb95a50fd2431fc22bf408df306cc79d1) ref #16526 19 June 2016, 12:59:04 UTC
c7c8b0f Correction to Date adjuster API docstring (cherry picked from commit 803c5f2f637594fa56c19e178d375e880d87489f) ref #17002 19 June 2016, 08:52:26 UTC
03db8fc Revert "make == type comparisions much cheaper and faster" This reverts commit f9f3726ed8be109fd95c49329b8790bca73b1b43. 18 June 2016, 12:55:20 UTC
2c7288e Merge pull request #16990 from omus/cv/backports-dateformat-docs Julia 0.4.6 backport of #15334 18 June 2016, 07:41:19 UTC
67a5892 Merge pull request #16991 from omus/cv/backport-pkg-build-fix Julia 0.4.6 backport of #16584 18 June 2016, 07:06:09 UTC
fd88b57 Merge pull request #16992 from omus/cv/backport-edit-dir Julia 0.4.6 backport of #13500 18 June 2016, 05:10:01 UTC
210c59e Avoid SIGTERM when error occurs with Pkg.build Closing the file-handle to the subprocess first gives the subprocess the chance to shutdown gracefully. (cherry picked from commit cbf924219f0f62e5b3bbb5696cfa8835c8f18f94) ref #16584 18 June 2016, 04:40:39 UTC
d5fc7b7 Fix Pkg.build when run on a non-installed package (cherry picked from commit 36d57fe9102df4c0b5bfac2d4a67c11d5b6d8ace) ref #16584 18 June 2016, 04:40:24 UTC
3be0d25 Create documentation for Dates.format - Added documentation for Dates.format - Added documentation for date accessors - Eliminated cross-referencing similar to: "see above" - Sync date accessor docstrings with manual - Fixed signatures of certain Period constructors. Hour, Minute, Second and Millisecond would always fail when a Date was given as an argument (cherry picked from commit c26cfa770b416eb0c12cc6933578e2e558e799f9) ref #15334 18 June 2016, 04:22:44 UTC
a4e5625 Update edit documentation to mention directories (cherry picked from commit 3d031fc3fc58e4096ba88e45b8ce19312df69664) ref #13500 18 June 2016, 03:50:41 UTC
67fe80b Rename edit argument from file to path (cherry picked from commit 022e7747e59693210c7e8ee8c79d8704364cfa2f) ref #13500 18 June 2016, 03:50:39 UTC
816bf18 Excluding line info when line is zero (cherry picked from commit 4515dbbbe001068f3ec04d2df6ff9495c2d25af5) ref #13500 18 June 2016, 03:50:34 UTC
8a7fc70 Refactored edit command execution run/spawn command now occurs only in a single place making future editing easier. (cherry picked from commit 6f775a3fca7767ab00cf8c0dd4840040eed7994f) ref #13500 18 June 2016, 03:50:23 UTC
7d54836 another line number doctest fix 17 June 2016, 08:58:44 UTC
081c049 Try not to use address of local variable as stack address to copy. This can trigger bounds check on some libc. Fixes #16792 (cherry picked from commit 47cc54a6fb237210cf41b1ed4ba3c7305114e5a0) ref #16813 17 June 2016, 08:42:28 UTC
668dd1a fix contrib/install.sh when using busybox awk ``` / # echo foobar | busybox awk '{print substr($0, 2, length-2)}' awk: cmd. line:1: Unexpected token / # echo foobar | busybox awk '{print substr($0, 2, length($0)-2)}' ooba / # echo foobar | gawk '{print substr($0, 2, length-2)}' ooba / # echo foobar | gawk '{print substr($0, 2, length($0)-2)}' ooba ``` (cherry picked from commit 2298cb0e5158fe0edc58afdb6a06c8b2d5ae4092) ref #16784 17 June 2016, 08:40:34 UTC
eb9ff32 Minor cleanup of BitArray constructors to fully allow Integer types (#16582) (cherry picked from commit 301156bbe02585f9c03a8921267c6cf89d962724) 17 June 2016, 08:33:52 UTC
718e543 Add convert(::Type{Nullable}, x) method Until now, only convert{T}(::Type{Nullable{T}}, x::T) was supported. The first method is required to avoid creating Nullable{Nullable{T}}. (cherry picked from commit 318b9aae5e7dc5dc1fd7574d5476a6ac0596ec3b) ref #16374 17 June 2016, 08:17:23 UTC
cfd00f5 fix sort and select to work for immutable arrays such as ranges (#16168) (cherry picked from commit edf79a075a56d3fe82456d9b9ed5d5bc54e6660d) 17 June 2016, 08:16:25 UTC
21d7d18 Add a test for issue #13243 (cherry picked from commit 6b6df2f0c1585072fc20f504e2a635cd186ecd5b) 17 June 2016, 08:13:00 UTC
dd1a8f0 Rename runtests to runsubarraytests in test/subarray.jl otherwise make testall1 fails since it calls the wrong runtests function at the end when running the compile test backport of 9a218e91d77f935c82972384d225d87c0d2a9db8 17 June 2016, 08:12:37 UTC
3884d7c enable LLVM assertions on Travis backport of 9db07bea4580030ac8f00bbe1f55df63f3643644 ref #16151 17 June 2016, 08:10:47 UTC
e80d56f Update links to buildbot and caching server should fix a certificate warning (cherry picked from commit 5a56b7cd58b9818d7f45398028d35d32d5f553b7) ref #16147 17 June 2016, 08:08:07 UTC
96614fd Update OpenBLAS to 0.2.18 (cherry picked from commit 746a97ff6c338c315bc7cbdf6dd7556e1047e193) ref #15908 17 June 2016, 08:02:26 UTC
6a1fa45 Use fewer processes while building OpenBLAS Closes #15716 (cherry picked from commit 42d13b4fc74eb7ec67473c45ba8de28193b7c225) ref #15720 17 June 2016, 08:01:12 UTC
76083b4 Correct type of `jl_lineno` (cherry picked from commit 26fe0dfd66df2cd25c6407d9cb3e0b95e0cc8484) ref #16131 17 June 2016, 07:56:41 UTC
7ededdc fix line numbers in doctests 17 June 2016, 06:13:04 UTC
4cd3271 Fix tests in no-GPL build backport of 0dc60552b9a7bca3e88 ref #16016 17 June 2016, 05:48:28 UTC
6829f88 Fix a bunch of 'the the' typos 17 June 2016, 05:12:54 UTC
4bca2df Merge pull request #15847 from dshurick/patch-1 Update functions.rst 17 June 2016, 05:02:29 UTC
3846eb4 Fix float16 test Do not use `rand()` and test both round up and down in different functions. Closes #15993 (cherry picked from commit 6612826ee4b6d2733bd65766c9df85ce56a97c7a) ref #15994 17 June 2016, 04:44:58 UTC
80bad00 Improve dict performance and fix issue with #15077 Make maxallowedprobe/maxprobeshift constants Add tests (cherry picked from commit 58aa57c7a69256b1b1c81e58d8dff351522f353d) ref #15176 17 June 2016, 04:44:07 UTC
8593191 Fix falses(A) and trues(A) Make falses(A::BitArray) and trues(A::BitArray) not change their arguments by implementing falses(A::AbstractArray) and trues(A::AbstractArray) and replacing the completely generic case with more specific ones for ::Dims and ::Interger... arguments. Update documentation accordingly and move it inline while at it. (cherry picked from commit 95239726572a5044eecadd4f9c23e6844ec1a1c8) ref #15827 17 June 2016, 04:25:17 UTC
555d956 Hygiene at-nloops Fix #15894 (cherry picked from commit 5742e22394ed82f321a10845e4013e9e53c9236a) ref #15895 17 June 2016, 04:06:04 UTC
f9f3726 make == type comparisions much cheaper and faster ref #11425 (cherry picked from commit e529058e386595f464e0eb85b34d1ffa75d2dbe8) one piece from #15575, modified to not use @_pure_meta for release-0.4 17 June 2016, 03:54:14 UTC
51d8a18 Use @loader_path instead of @executable_path when searching for shared libraries. Fixes #15670 (cherry picked from commit 2923ff7ab2254eeb041a587a335347a5e35a051f) ref #15756 17 June 2016, 03:50:30 UTC
6063867 Fig bug in cum(sum|prod)!(B, A, axis) when axis>ndims(A) closes `#15654` (cherry picked from commit d5c88e841291ee2d2b3877b75cfe485e960f9084) ref #15658 17 June 2016, 03:48:15 UTC
3430e55 Fix non-deterministic tridiag test failure The signs or eigenvectors are random. Fixes #15565. (cherry picked from commit 31060b023d261e49e067071c280fcd5adfbb083f) ref #15566 17 June 2016, 03:47:46 UTC
a935100 Fix printing of Expr(:vcat) Closes #15525 (cherry picked from commit e8d2b02fb9876107fa1c42593f1bcdab54a231b1) ref #15527 17 June 2016, 03:45:50 UTC
c47090d Use "sidebars" for markdown tables. Adds `|` columns on each side of markdown tables to avoid trailing whitespace problems in rendered documents. This is still valid markdown. This does not change the parsing of markdown tables, which can still be written without the `|` columns on each side. (cherry picked from commit 14a4feda57839182244881da0cebebf80126a37a) ref #15530 17 June 2016, 03:36:18 UTC
632e087 Fix doctest failures Remove a doctest that doesn't make much sense - it's trying to run the code example from within the docstring? ref https://github.com/JuliaLang/julia/pull/15627/files#r67456024 Fix a devdocs link to a file that no longer exists on master run contrib/add_license_to_files.jl 17 June 2016, 03:30:41 UTC
e0aa3c4 fix bug in issymmetric/ishermitian when zeros are stored (cherry picked from commit fd159eb3d201bcee22dcb0f26cac5b944e10fe1c) ref #15504 17 June 2016, 03:10:16 UTC
00c1ac3 Eliminate backtrace display when testing __precompile__() Prevent warning messages to STDERR during compile test (cherry picked from commit 33545c0546bde7706c91382e901612d80567b581) ref #14117 17 June 2016, 01:59:09 UTC
d398d4e Merge pull request #16904 from zhmz90/FixNewlinerelease [release-0.4] Fix wrong output of a code example ref #16903 15 June 2016, 00:25:44 UTC
7e54aa7 Fix wrong output of a code example 13 June 2016, 11:59:04 UTC
bc363de Merge pull request #16639 from zhmz90/patch-11 Add more resources in v0.4 getting-started.rst 03 June 2016, 10:12:15 UTC
f9f13ab Merge pull request #16673 from felipenoris/fn/release-inferred [release-0.4] docstring for @inferred. 03 June 2016, 10:11:32 UTC
99ee70d docstring for @inferred. Ref #16449 and #16497. 31 May 2016, 01:06:33 UTC
6ce538b Add more resources in doc getting-started.rst Add more resources in doc getting-started.rst for new users to get started with Julia since current resources seem a little old for release-0.4. 29 May 2016, 03:25:41 UTC
430601c Add a manifest file for the sake of dlopening Python 2.7 extensions on Windows (#16597) fixes https://github.com/stevengj/PyCall.jl/issues/87 (cherry picked from commit 098a0cc42254c53f1b1d819bea224c3dd6291e04) ref #16442 27 May 2016, 22:56:43 UTC
1e3e941 Support more conversions from AbstractArray to Array (#16265) convert(Array, ::AbstractArray{T}) and convert(Array{T,1}, ::AbstractArray{T}) worked, but not convert(Array{T}, ::AbstractArray{T}) nor conversions between different element types. 19 May 2016, 19:11:43 UTC
e3ac4d1 Update noteworthy-differences.rst Modified modulus comment in section about R. Rebased from #15979 13 May 2016, 09:37:28 UTC
2de0530 Merge pull request #16156 from JuliaLang/sf/remove_2818 Remove mention of issue #2818 from 0.4 manual 05 May 2016, 09:15:25 UTC
1d115fd Merge pull request #16121 from JuliaLang/nl/sign Fix sign() for ranges in 0.4, add tests 05 May 2016, 09:12:57 UTC
c1d533b Remove OUTDIR from extraction of Windows binaries on AppVeyor NSIS must have changed behavior here? (cherry picked from commit e6593302788fb48528d629872db167ac925db82b) 05 May 2016, 02:50:06 UTC
535f171 Add tests for sign(), conj() and ~ on arrays and ranges These did not appear to be covered even for arrays. 04 May 2016, 16:31:51 UTC
05ea3ea Remove mention of issue #2818 from manual 01 May 2016, 20:56:41 UTC
e58fb44 Widen signature of sign() from StridedArray to AbstractArray Backport of a fix part of 57c53af. 29 April 2016, 13:22:36 UTC
022917e Merge pull request #15990 from FedericoAureliano/patch-1 Corrected typo 22 April 2016, 00:59:56 UTC
4bad5dc Merge pull request #15974 from JuliaLang/tk/backport-fix15957 [release-0.4] Fix #15957, ILP64 MKL not working 21 April 2016, 22:15:17 UTC
250996b Corrected typo <<``foo`` is refers to...>> was corrected to <<``foo`` refers to...>> 21 April 2016, 18:51:57 UTC
5a7653e Fix #15957, ILP64 MKL not working use LAPACK.laver() instead of making LAPACK.VERSION a Ref (cherry picked from commit ba76f6599f22dc3c9ed87bb95e1f748057140be2) ref #15958 20 April 2016, 07:33:31 UTC
d939abb Merge pull request #15851 from JuliaLang/jb/fix15848 fix #15848, crash with captured, never-assigned local variable 17 April 2016, 03:57:45 UTC
3d2eebf Merge pull request #15883 from JuliaLang/nl/ggsvd3 Fix attempt to index Ref at position 1 in ggsvd3! 15 April 2016, 22:47:59 UTC
9377f24 Fix attempt to index Ref at position 1 in ggsvd3! Incorrectly backported in e3f3f72. Similar patterns in the file use Array instead of Ref in 0.4. 15 April 2016, 20:04:45 UTC
c351328 Merge pull request #15861 from aytekinar/patch-1 Update strings.rst 14 April 2016, 10:36:12 UTC
4b10304 Update strings.rst Typo in the second `replace` example fixed. 13 April 2016, 14:09:04 UTC
a338ace fix #15848, crash with captured, never-assigned local variable 12 April 2016, 20:14:49 UTC
69d2bc0 Update functions.rst Fixing a typo: `the` --> `to 12 April 2016, 17:28:20 UTC
198644a Merge pull request #15638 from JuliaLang/tk/armabi0.4 [release-0.4] backport ARM ABI 01 April 2016, 03:37:21 UTC
6b50384 Merge pull request #15704 from JuliaLang/sk/fixbigdecomp-0.4 sk/fixbigdecomp 0.4 31 March 2016, 14:08:30 UTC
4511557 BigFloat: test various BigFloat^Integer methods, not BigInt^Integer I was accidentally testing the wrong thing in 50e1eb3d537ecfc4d65f0. (cherry picked from commit 598a9071b7d11c1b2584a3e25662b177eb1c4ee0) 30 March 2016, 22:43:09 UTC
25587fd fix #15659: bug in decompose(::BigFloat) This bug stems from the fact that the bits of a BigFloat are left- aligned in its storage while the bits of a BigInt are right-aligned in its storage. When the precision of a BigFloat is divisible by the BigInt limb size, there is no difference between these, but in other cases, there's a substantial difference. This fix adjusts the exponent returned by `decompose` to account for the difference in alignment. (cherry picked from commit a12f8da3f61c9926f38a265cd3d5cf1001f3801b) 30 March 2016, 22:23:14 UTC
8d280b8 BigFloat: fix (and test) failure of big(2)^3 on Win64 Add much-needed test/bigfloat file, to soon hold far more tests. (cherry picked from commit 50e1eb3d537ecfc4d65f0b0dc9f15db20f4947af) 30 March 2016, 22:23:14 UTC
57b4355 BigFloat: use correct limb type from GMP (cherry picked from commit a7524be94582312096c572e714e9fa9006a76f7f) 30 March 2016, 22:15:38 UTC
bdd4db1 update dsymutil detection logic fix #15594 (cherry picked from commit 168445d6b1ef629dcbb3de69147ac47b8c526c26) 30 March 2016, 22:15:22 UTC
273b487 Merge pull request #15627 from JuliaLang/nl/doc0.4 Backport docstrings documentation 28 March 2016, 14:46:13 UTC
c6b42d6 Add guidelines for writing inline docstrings to the manual Backport of 694180180fa4a88eb2bfc30cc4235c723e7e5558. [av skip] 28 March 2016, 13:35:14 UTC
5d87cad ARM ABI: add fast path checks. (cherry picked from commit d2d6df56adcd51298b41c248fcae56ca2eac0965) 27 March 2016, 01:48:32 UTC
ecef114 ARM ABI: fix HA member counting in the case of nested composite types. (cherry picked from commit b7238d473547fc6cccef2d789032373833b74116) 27 March 2016, 01:48:32 UTC
80e9940 Fix backporting problems for release-0.4 27 March 2016, 01:48:32 UTC
0b2c097 Implement ARM ABI. (cherry picked from commit 0eae5e5208e3b07d14f2d26f498606f742996fd2) ref #14194 27 March 2016, 01:48:31 UTC
a9032e0 Synchronize documentation indexes Also add comments to prevent them from getting out of sync again. Bakcport of 4908131c4dd047cf6f056577c9d7eaaebf9b2d85. 25 March 2016, 17:32:34 UTC
03c072d Merge pull request #15549 from JuliaLang/nl/lapack3.6 Backport LAPACK 3.6 support 19 March 2016, 15:00:59 UTC
e3f3f72 Add xggsvd3 wrappers. The subroutines replace xggsvd in LAPACK 3.6.0 so calls are made conditionally on the existence of the symbols by defining a constant with the LAPACK version number. This is a partial backport of 15c70cb. 18 March 2016, 13:33:01 UTC
411dcec Check for NaNs in before LAPACK calls that balance the matrix. These routines don't support NaNs and will print errors and have caused memory errors in Julia. Fixes #13976, #14065, #14220 Backport of aee907caf9d085d4ec9359a3c16f08edcbaece57. 18 March 2016, 10:53:23 UTC
a7d8a3a Begin the march towards 0.4.6 with a "-pre" mark back to our regular schedule, hopefully 18 March 2016, 00:59:22 UTC
2ac304d Tag v0.4.5 I broke Pkg.publish (#15381), so may as well re-tag a new release that includes the fix (#15536) 18 March 2016, 00:58:17 UTC
6ee262e Merge pull request #15538 from JuliaLang/tk/headers0.4 [release-0.4] Fix #12973, ui sources not rebuilding when src headers change 18 March 2016, 00:13:40 UTC
a5d90d8 Merge pull request #15536 from slundberg/fix-github-curl Fix bug in github CURL function #15381 17 March 2016, 05:23:38 UTC
5d44e5b Fix bug in github CURL function 16 March 2016, 18:31:14 UTC
c2a7042 Merge pull request #15429 from JuliaLang/yyc/gc/array-owner-0.4 [release-0.4] Fix arrayset codegen 16 March 2016, 16:35:20 UTC
d3ccbd2 Fix arrayset codegen when inference failed to infer the array dimensions. (cherry picked from commit d28c2656f4091455f7a1e6b95a90da7c938cf8a4) 16 March 2016, 13:21:17 UTC
baf0d52 Merge pull request #15441 from JuliaLang/amitm/backport_finalizeshmem backport of #15436 16 March 2016, 13:14:52 UTC
e5e774b Fix #12973, ui sources not rebuilding when src headers change backport of 611aa277b3d9023d50fffafdc7a31c869cc35e33 15 March 2016, 17:41:23 UTC
d829429 Begin the march towards 0.4.5 with a "-pre" mark 15 March 2016, 15:43:55 UTC
ae683af Tag v0.4.4 15 March 2016, 15:43:06 UTC
back to top