https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
63b33a2 Homebrew changed tap layouts [av skip] 04 November 2016, 23:38:30 UTC
7739477 use an old branch of homebrew-julia for release-0.4 osx travis analogous to #15761 [av skip] 04 November 2016, 22:13:09 UTC
4c608f1 -pre mark towards 0.4.8 18 September 2016, 17:06:58 UTC
ae26b25 Tag v0.4.7 18 September 2016, 16:17:02 UTC
1246886 Merge pull request #18478 from JuliaLang/tk/backports-0.4.7 [release-0.4] backports for 0.4.7 18 September 2016, 16:16:36 UTC
6975bd8 Attempt to fix osx travis (#18563) * Attempt to fix osx travis We're now getting > Error: You must `brew link autoconf` before staticfloat/julia/julia can be installed Probably because Homebrew officially started supporting 10.12 Sierra, and that broke something. Try to use the 10.10 Travis OSX image instead of the default 10.9 (https://docs.travis-ci.com/user/osx-ci-environment/) * explicitly install cmake on osx travis (cherry picked from commit 45bc17d41b40f271dd5ebb2357e7f3564f969007) 17 September 2016, 16:32:22 UTC
e770e92 Fix a doctest for release-0.4 Fix a redirect for TimeZones.jl flagged by linkcheck 13 September 2016, 14:03:19 UTC
bff7011 comment out a test that relies on #14425 13 September 2016, 13:01:24 UTC
a5bc279 Avoid aliasing in in UniformScaling*AbstractMatrix (#18286) * Avoid aliasing in in UniformScaling*AbstractMatrix ...and remove unnecessary UniformScaling*SparseMatrixCSC methods * Broaden the tests for non-commutative multiplication * Add Quaternion test case for q*[q] and clean up the Quaternion test type (cherry picked from commit cd94c996877b798fe0b3b74b433c4bfecfabc076) 13 September 2016, 13:01:23 UTC
015eec0 Don't throw in eigs on semidefinite Bs for generalized eigenproblems. (#17873) This makes it possible to solve problems with semidefinite B via explicit shift. (cherry picked from commit f95b8b12b128b1ed7de876f9a456d4dff4ec79db) 13 September 2016, 13:01:22 UTC
d25162d use readall instead of readstring for release-0.4 13 September 2016, 13:01:21 UTC
9b7d308 Add test for PR #17803 The PR fixes jl_static_show for bitstypes (cherry picked from commit 718391db9ec76d4a12c128d2ae6165ad90a1fb8c) ref #17961 Change test to Int128(-1) (cherry picked from commit 462a1ebd9348ba46f7983b6e0b17a8cfcd9e3e4d) 13 September 2016, 12:49:33 UTC
4247e81 Rename issymmetric to issym for release-0.4 13 September 2016, 12:49:32 UTC
3db409f Add istriu, istril, issymmetric, and ishermitian methods for UniformScaling (#17950) (cherry picked from commit 57df5f15dff5b30a9e34308b4162fa2b4ca4a5d4) 13 September 2016, 12:28:20 UTC
ac54480 updates to README.md (#18093) This link has moved. (cherry picked from commit 0f805fb2a4cc63cd0ba7ae0d5ec1048bc7223c89) 13 September 2016, 12:27:55 UTC
7da826f Reinstate downloading old versions of winrpm gcc dll's (#18059) This mostly reverts #17906 and puts #15521 back in place, but from a slightly more permanent download location now. Unfortunately using the latest opensuse copy of the gcc dll's is causing issues when a cygwin-built Julia tries to load an opensuse-built libzmq.dll. Using these slightly old gcc 5 versions seems to fix it. I suspect the difference is which libstdc++ ABI is being used. GCC 5 has both old and new available, but many distros had it using the old ABI by default for compatibility. GCC 6 (which opensuse is using now) is more likely to be using the new ABI by default. (cherry picked from commit 7b4077fbaf061ba1f3c0a68d9e923d2a301f9abc) 13 September 2016, 12:22:03 UTC
a0dc8e7 fix missing line break in precompile error message (cherry picked from commit 8dfe9c83edeff215c47729d3677e5775ab804af3) ref #17947 13 September 2016, 12:15:30 UTC
d1cae50 Define conj and conj! for for Symmetric and Hermitian. (#17827) Fixes #17780 (cherry picked from commit 3f6b2b26a2d4ccef77f0b54ae664e5dcae157db1) 13 September 2016, 12:14:55 UTC
08358b0 Update url's in docs to fix `make -C doc linkcheck` (cherry picked from commit b824da4732f7e711ced3b63b1de146fc95f3121b) ref #17862 13 September 2016, 12:11:46 UTC
bf118b7 Use sphinx 1.4.5 to fix a linkcheck unicode bug with valgrind doc site (cherry picked from commit 99c8ea0f2ff857fabcc1a1852bf39302b5257af6) ref #17862 13 September 2016, 12:10:29 UTC
b11e479 excluse asc signature files from checksum listing (cherry picked from commit c3ca3dc3a34d1fc09a4962110168aeb00d8ab3e4) ref #17862 13 September 2016, 12:09:15 UTC
58eb3b3 also gpg sign arm binaries (cherry picked from commit ad048719a25b00716105710fb84cda60b9d0b8fb) 13 September 2016, 12:08:56 UTC
93dbee3 prepare_release.sh: strip -rc# from julianightlies download url add note about code signing, and add arm [ci skip] (cherry picked from commit d0a378de30046bc2d09e669296eb6a4e69585d83) 13 September 2016, 12:08:32 UTC
7b2bcd4 Revert "Temporary ugly hack to download old versions of winrpm gcc dll's" (#17906) This reverts commit 97f18418b257bdcf625a5384687389b048e9c2ab. ref #15521 (cherry picked from commit 8a24871dcc2cd2b4175be198c159b7ec81b7a614) 13 September 2016, 12:07:02 UTC
cf87b56 Fix `jl_static_show` for `bitstype` The byte gets sign extended when passing to the vararg `jl_printf` and then printed as an unsigned int which might come with unwanted `0xff` prefix... (cherry picked from commit bffa84e0c25492f15646586ace7e4bb77bb2916e) ref #17803 13 September 2016, 12:02:31 UTC
2533924 Fix exit status of install.sh script Otherwise it can return a non-zero status even in case of success, and make the build fail. (cherry picked from commit 0f2878146ca385d55b7627c1da04ae472cb03d99) ref #17776 13 September 2016, 12:01:51 UTC
740fe85 Fix bug in channels with multiple for loops on the same channel (cherry picked from commit 58a0af4fee0a2c9f1d78ff4950e7a877abd354e5) ref #17331 13 September 2016, 12:00:21 UTC
9c6e8bd Fix utf8proc include path for flisp close #17734 (cherry picked from commit 159f8f59a146f38f9c0e648d9a6470a4dddb94bd) 13 September 2016, 11:58:25 UTC
46ab18a Comment out an assertion and add a test case that triggers it (cherry picked from commit bf43f2d8a2035d48929ad8e5538112ed85411d5f) for #16546 13 September 2016, 11:56:20 UTC
bf25dcd fix Mmap.sync! for array mapped from an offset This fixes error when calling `Mmap.sync!` on an array that is not memory mapped from a pagesized offset of a file. ```` julia> using Base.Mmap julia> f = open("arrayfile", "r+"); julia> A = Mmap.mmap(f, Vector{Int64}, (200,), 0); julia> Mmap.sync!(A) julia> B = Mmap.mmap(f, Vector{Int64}, (200,), 8); julia> Mmap.sync!(B) ERROR: SystemError: msync: Invalid argument [inlined code] from ./int.jl:33 in sync!(Base.Mmap.#sync!, Array{Int64,1}, Int64) at ./mmap.jl:207 (repeats 2 times) in eval at ./boot.jl:267 ```` Since `Mmap.mmap` maps from the beginning of a page boundary, `pointer(A)` is not at the page boundary when an offset is provided. But since the pointer returned from `mmap` is aligned at page boundary, `sync!` now recalculates the offset before calling `msync!`. ```` julia> using Base.Mmap julia> f = open("arrayfile", "r+"); julia> B = Mmap.mmap(f, Vector{Int64}, (200,), 8); julia> Mmap.sync!(B) ```` (cherry picked from commit fc9fd22181664b4c61c52dfcf973ab919529bf49) ref #14885 13 September 2016, 11:28:55 UTC
e14fe8e Remove VC90 from julia-manifest.xml (cherry picked from commit 0ea3fadc324e02726dd4dc7e89842919e41dd7ff) ref #17136 13 September 2016, 11:28:25 UTC
7cb9cda Work around issue with truncated Float32 representation of lwork in sgesdd by using nextfloat. Now with comments and test so this commit supersedes ad59ceb6398114b6ee49756ed14f493d9d28485c See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4587&p=11036&hilit=sgesdd#p11036 and scipy/scipy#5401 Fixes #15784 (cherry picked from commit b6988df6959a00c879a5a090310d8f3d5c6d9e11) ref #15824 13 September 2016, 11:27:19 UTC
d45443f Fix handling of `Array` argument type in `ccall`. Fixes #17204 (cherry picked from commit 8536543e7019a7e0a9faab5abfe3fc0139a5851a) ref #17237 13 September 2016, 11:21:11 UTC
9d6006c More Julia over julia consistency "Julia" refers to the language while "`julia`" (lowercase in backticks) specifically refers to the executable. (cherry picked from commit 6313630845a5fc851ab8db7b2fe60700d43a1025) 13 September 2016, 11:15:34 UTC
9290c46 Remove unnecessary punctuation (cherry picked from commit 904f34ca40e21ab06ece03a26158cdb799083b0f) 13 September 2016, 11:15:33 UTC
9348c2a Made splice example into a doctest (cherry picked from commit aa6515a8712335cc2f2e1aa78a8a492c2ca11eef) 13 September 2016, 11:15:32 UTC
6e239ac Disable syntax highlighting of `julia` options (cherry picked from commit c8c417afa9b7c2c1507295e9aa62b79351154db7) 13 September 2016, 11:15:31 UTC
3461e86 Consistently refer to Julia over julia The manual would sometimes refer to the language as either "Julia" or "julia". This commit changes references to the Julia language as "Julia" and any reference to the command line program as `julia`. (cherry picked from commit cbefb9bec88760739a093ac5410575bf1f6dc30f) 13 September 2016, 11:15:30 UTC
c68c9c0 Move "Elementary Function" section to improve flow The original location of the "Elementary Function" section broke the flow between "Numerical Conversions" about round and the next section: "Rounding Functions". Additionally moved the "Elementary Function" section to be a subsection of "Numeric Comparisons". (cherry picked from commit d1cf43c232891f0ec96389c6a81b09f655d31107) removed reference to new-in-0.5 `f.(A)` syntax in backport 13 September 2016, 11:15:29 UTC
f03f44d Fix invalid version literal (cherry picked from commit 2965d24d02ff3ccf3d17a944b1035f235e6c6d71) 13 September 2016, 11:15:28 UTC
aba3de2 Move non-standard string literal conventions (cherry picked from commit f8f896a55475f81ce3b07b589406c823b0881ef4) ref #17064 13 September 2016, 11:15:27 UTC
46b080e Fix bug in several Float16 methods where the second positional argument wasn't used. Add test based on original issue #17148. (cherry picked from commit 22a4d8ba57df005887ec0832720d2f532038e796) ref #17150 13 September 2016, 11:15:26 UTC
e30c796 avoid double-finalizing SharedArray sdata fix #16782 (cherry picked from commit b1871cf814e572402fb3a744266cf9f6639ecd52) ref #16899 13 September 2016, 11:15:25 UTC
634204e fix sharedarrays for singleton immutables (cherry picked from commit 8221cfb9a0e83bd297910b3455e6a497381d9b3f) ref #17067 13 September 2016, 11:15:24 UTC
b63bd33 install libgfortran explicitly on osx travis (cherry picked from commit 7dac41c42a856ec7a5929763477c9435b7ecf5bc) ref #16803 13 September 2016, 09:29:38 UTC
3b06c86 Merge pull request #18230 from JuliaLang/jn/release-0.4-cache-compile-dep-tracking [release 0.4] cache compile dep tracking 13 September 2016, 09:26:11 UTC
917acce fix sort / fallback order for incremental precompile fix #18069 (cherry picked from PR #18150 commit 94ce57dd28e939ee0805766ae2809980a6a00067) 30 August 2016, 19:07:51 UTC
355445a document __init__ behavior during precompile fix #18115 (cherry picked from PR #18150 commit 5276a4d21d0a5dabf0da74e277192e5e3030feef) 30 August 2016, 19:07:30 UTC
5e4aa53 Revert "Improve readability of a note in ParallelComp docs" This reverts commit f1754d850e866562f3378f5d241ec9ab94566a23. 10 July 2016, 15:56:35 UTC
eb322c0 Merge pull request #17357 from saurvs/patch-1 Improve readability of a note in ParallelComp docs 10 July 2016, 08:08:37 UTC
f1754d8 Improve readability of a note in ParallelComp docs 10 July 2016, 07:46:55 UTC
57d0834 -pre mark towards 0.4.7 19 June 2016, 17:17:40 UTC
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
back to top