https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
3737cc2 update VERSION to 0.3.0-rc1 14 July 2014, 02:04:24 UTC
9f6983f Merge pull request #7592 from jakebolewski/jcb/rm_ccall_bytestring remove unnecessary bytestring call for ccall string arguments 14 July 2014, 01:53:21 UTC
9182a50 Merge pull request #7487 from JuliaLang/jb/clear add workspace() function that replaces Main 14 July 2014, 01:25:04 UTC
a918537 remove unnecessary bytestring call for string arguments in ccall 14 July 2014, 01:20:36 UTC
fd6a7e9 rename `clear` to `workspace`, which seems apt since it makes a new workspace, and I find it hard to explain the function without using that word. 14 July 2014, 01:08:56 UTC
6ed2dc1 fix recent mistake in type checking for new() 14 July 2014, 00:29:43 UTC
7c7d30a NEWS and documentation for `clear` 13 July 2014, 23:23:37 UTC
0afb5b2 return nothing from clear() 13 July 2014, 23:23:37 UTC
07d0e0c add clear() function that replaces Main a link to the previous Main called LastMain is provided. `using LastMain.Package` works to restore access to loaded libraries. fixes #1195, fixes #2385 13 July 2014, 23:23:37 UTC
28bf877 Merge branch 'master' of github.com:JuliaLang/julia 13 July 2014, 22:35:37 UTC
e960c74 update help for nnz 13 July 2014, 22:35:25 UTC
d80a232 Add faster cumsum and cumprod to NEWS. 13 July 2014, 22:23:09 UTC
562d895 remove 0.2 deprecations and update one old precompile directive. 13 July 2014, 22:05:41 UTC
ef1b3f0 Update NEWS.md Includes missing cross-references and minor formatting changes. 13 July 2014, 21:55:24 UTC
477f774 update helpdb 13 July 2014, 21:53:27 UTC
1d63400 fix gemv! and gemm! in empty cases. fixes #7571 should always mutate, not sometimes return a new array 13 July 2014, 07:34:35 UTC
5ef0d8f fix #7564 this is a combination of convert(Rational{T},x) not returning the correct type, and the lack of a type check in codegen for new(). 13 July 2014, 06:56:42 UTC
cf26976 Merge branch 'master' of github.com:JuliaLang/julia 13 July 2014, 02:12:25 UTC
e869eac add conversion from SubArray to Ptr{None} 13 July 2014, 02:12:02 UTC
053d01f Merge pull request #7562 from JuliaLang/sjk/perf-tips Remove outdated size tweak from performance tips section of manual 13 July 2014, 01:54:51 UTC
0e0c20d changes to Base to make it easier to statically compile some fixes and cleanups in umfpack wrappers Conflicts: base/fftw.jl 13 July 2014, 01:47:54 UTC
a65221f add missing $s in cholmod 13 July 2014, 01:45:10 UTC
3d1fe9c fix some typos in the cholmod wrappers 13 July 2014, 01:44:51 UTC
1a41588 Fix two bugs causing missing backtraces on recent LLVM 3.5 12 July 2014, 21:50:15 UTC
e9d92c8 More detail about using a proxy server in README 12 July 2014, 18:27:20 UTC
d4674c7 fix #7579, Windows bootstrap error TTY not defined 12 July 2014, 17:03:25 UTC
8ff17a4 Change file extension for --track-allocation from .mlc -> .mem 12 July 2014, 09:42:25 UTC
cdcd19a WINDOWS: cache ispty call for #7174 12 July 2014, 05:36:26 UTC
772f312 MathConst: fix conversion to Complex 12 July 2014, 04:48:04 UTC
5e6f4aa some makefile improvements (quieter no-op, re-enable fftw tests, improve setting of -march flag on Darwin) 12 July 2014, 03:54:23 UTC
8627fa9 Merge pull request #7570 from catawbasam/patch-1 fix typo in function esc() description 11 July 2014, 20:48:05 UTC
e35b83b fix type in function esc() description 11 July 2014, 20:38:32 UTC
3962af2 examples/modint.jl: make the ModInt example usable again. 11 July 2014, 16:43:26 UTC
44dc637 Cartesian: preserve {} when the argument can't be reduced to a number 11 July 2014, 15:06:40 UTC
fdfccd7 Merge pull request #7560 from mbauman/filtarray Filtering (filt) across columns of arrays and method signature tweaks 11 July 2014, 14:54:19 UTC
06803c9 API change to fix the type instability Because we're back to only one optional element for both `filt` and `filt!` (the initial state), I figure it's simpler to just use a positional argument in both cases. So now the API is: filt(b, a, x, [si]) filt!(out, b, a, x, [si]) 11 July 2014, 13:58:59 UTC
3f0adc6 Merge branch 'master' of github.com:JuliaLang/julia 11 July 2014, 13:55:33 UTC
572eb7b Remove outdated size tweak from performance tips section of manual 11 July 2014, 01:50:22 UTC
d42b141 Merge pull request #7446 from tkelman/busybox Windows: download busybox-win32 during make win-extras 11 July 2014, 00:01:24 UTC
359efd8 Merge branch 'master' of github.com:JuliaLang/julia 10 July 2014, 23:49:55 UTC
251b069 Bump openspecfun 10 July 2014, 23:48:57 UTC
ced6fd4 Bump openspecfun fix exporting of Faddeeva and amos functions from libopenspecfun.dll 10 July 2014, 23:34:52 UTC
e6ecf24 Fix deprecation for Triangular(::Matrix) 10 July 2014, 22:10:38 UTC
128c4a6 Relax filt signatures to allow heterogeneous types Previously, filt[!] methods were only defined for arguments of all the same type T<:Number. This relaxes that restriction, allowing one to, for example, filter an array of Float32s by Float64 coefficients. By default, the output of filt will be the determined by promote_type of all arguments. Instead of defining many type parameters (T<:Number, S<:Number, ...), filt now simply trusts that the eltype of the arrays have methods for basic arithmetic. 10 July 2014, 21:40:23 UTC
20430b3 Enable filtering (filt) across columns of arrays When passed a multidimensional array, simply iterate over its columns, independently filtering each one. The starting filter state may be given as a vector (in which case it is common across all columns) or an array with the same number of columns as the input. 10 July 2014, 20:27:15 UTC
e9948b4 Merge pull request #7547 from JuliaLang/vs/icc WIP: Compile julia with icc and ifort 10 July 2014, 19:16:03 UTC
f2d9546 Rename USE_MKL -> USE_INTEL_MKL and add deprecation Introduce USE_INTEL_MKL_FFT Disable dsp and fft tests that are not supported by MKL's fftw wrappers 10 July 2014, 18:52:17 UTC
a26b7ca Use rem_pio2 from openspecfun. Allows other libms to be used again. Fix #5365 10 July 2014, 18:52:17 UTC
d6b7175 Support for icc and ifort. It is possible to use MKL's FFT through their FFTW wrappers Clean up compiler warnings 10 July 2014, 18:51:21 UTC
0365676 distinguish between libraries and bundled exe's 10 July 2014, 16:59:29 UTC
330423b Merge pull request #7557 from scidom/patch-1 Fix typo and enumeration list in README.windows.md 10 July 2014, 15:42:41 UTC
e347e14 Fix typo and enumeration list in README.windows.md 10 July 2014, 15:33:37 UTC
c5cf785 Merge pull request #7513 from mbauman/filt RFC: filt improvements 10 July 2014, 14:28:49 UTC
118c071 rational: print ±1//0 as ±1//0 instead of ±Inf 10 July 2014, 07:28:21 UTC
c333287 Merge pull request #7553 from simonp0420/using_func Added FAQ on non-use of import and using in functions 10 July 2014, 05:40:54 UTC
a08a4cb Added FAQ on non-use of import and using in functions 10 July 2014, 05:06:39 UTC
6418bfa deps/Makefile: allow soft override of LLVM_GIT_URL_* variables. 09 July 2014, 23:47:21 UTC
adb54ec deps/Makefile: reinstall-llvm target to reinstall LLVM 09 July 2014, 22:30:44 UTC
4952d4d deps/Makefile: include Versions.make before ../Make.inc This allows overriding dependency versions from Make.user, which is quite handy when trying to reproduce a particular configuration. 09 July 2014, 21:58:30 UTC
0c0579f Merge pull request #7548 from tanmaykm/tanmaykm fix searchsorted for sorted segments of arrays 09 July 2014, 21:53:25 UTC
1b9401d deps/Makefile: factor out LLVM git URLs into variables. 09 July 2014, 21:38:05 UTC
3fd8c64 Merge pull request #7550 from JuliaLang/db/chksquare Add single-argument method for chksquare. 09 July 2014, 21:32:35 UTC
97ee80f Add single-argument method for chksquare. 09 July 2014, 21:23:41 UTC
b8c530c Merge pull request #7537 from hammer/patch-1 Add Apache License as an option for Pkg.generate 09 July 2014, 20:54:53 UTC
8ad5e64 Apache license is abbreviated as "ASL", not "APL" 09 July 2014, 20:27:48 UTC
b2acfa5 Update documentation to include the Apache License 09 July 2014, 20:24:34 UTC
a60de70 Merge pull request #7464 from JuliaLang/teh/malloclog More instrumentation (memory allocation, also fixes #7259) 09 July 2014, 18:28:40 UTC
494eba8 Update filt! API to have out as its first argument Add a secondary method with keyword arguments to allow si and the output array to be optional. 09 July 2014, 14:53:34 UTC
196dfbc More instrumentation (memory allocation, also fixes #7259) 09 July 2014, 12:41:44 UTC
e0dd47d fix searchsorted for sorted segments of arrays 09 July 2014, 11:33:35 UTC
b43b391 Use strip instead of chop in openblas_get_config() As of https://github.com/xianyi/OpenBLAS/commit/552119c48429c76a701600d05d3a1f472a41c65c, OpenBLAS now returns the processor family at the end of the config string (yay!), without a trailing whitespace. Using strip makes this compatible with both new and old versions of OpenBLAS. 09 July 2014, 08:58:05 UTC
2b6d708 checksums for openblas-v0.2.10.rc2 09 July 2014, 02:16:06 UTC
610ff42 Merge pull request #7540 from stevengj/printsymbol print invalid-identifier symbols as symbol("..."); fixes #7188 09 July 2014, 02:00:02 UTC
bbe307f Bump openblas to 0.2.10.rc2 09 July 2014, 01:41:23 UTC
3ed785a REPL: allow modes to be made sticky. For example, to make shell mode sticky, which was my motivation, do try Base.active_repl.interface.modes[2].sticky = true end in your ~/.juliarc.jl file. 09 July 2014, 00:02:39 UTC
34384e9 Refactor filt! to use an output argument - No longer modifies the filter state in place, instead uses a copy 08 July 2014, 23:59:43 UTC
f53358a Add a 3-argument method for scale! for scalars Just like as scale! allows a pre-allocated argument for scaling a matrix by a vector, this allows specifying a third array as the output for scaling by scalars. 08 July 2014, 23:40:58 UTC
5194ccd linrange: wrap definition for readibility (cosmetic). 08 July 2014, 21:47:44 UTC
892f070 Merge pull request #7544 from JuliaLang/anj/det Define det and logdet for AbstractMatrix. 08 July 2014, 16:26:33 UTC
fa95908 Explain symlink() behavior under WinXP. Ref #7542 08 July 2014, 15:58:14 UTC
dc5b422 Define det and logdet for AbstractMatrix. Fix some unrelated ambiguity warnings triggered by that change. 08 July 2014, 15:33:32 UTC
7ea9837 Merge pull request #7542 from sjkelly/patch-1 add documentation for symlink 08 July 2014, 12:47:04 UTC
8501039 add documentation for symlink Taking it off the secret menu :) 08 July 2014, 06:55:59 UTC
8856c8a Merge pull request #7532 from lendle/IntSet-hash hash for IntSet 08 July 2014, 00:42:04 UTC
2835960 don't quote operators, and do quote end keyword, in symbol display as suggested by #7531 07 July 2014, 20:38:01 UTC
c69c40e isidentifier paranoia: don't assume id_char ⊆ id_start_char 07 July 2014, 20:09:36 UTC
ac7f777 added test case for #7188 07 July 2014, 19:57:11 UTC
8136e63 print invalid-identifier symbols as symbol("..."); fixes #7188 07 July 2014, 19:50:36 UTC
71457cd Update generate.jl 07 July 2014, 16:39:10 UTC
a8c680b Add Apache License as an option for Pkg.generate 07 July 2014, 15:55:26 UTC
1762452 hash for IntSet 07 July 2014, 07:23:38 UTC
56851a1 NEWS and doc for filt state and filt! 07 July 2014, 03:18:45 UTC
70ac949 Fix copy! for ranges 07 July 2014, 03:04:24 UTC
1d94ff9 Merge pull request #7528 from JuliaLang/kms/remove_order_deprecation Remove sort(...;order=...) deprecation. 06 July 2014, 10:37:46 UTC
7bd992a Remove sort(...;order=...) deprecation. * Per @StefanKarpinski, the order keyword was deprecated with the expectation that functions would be specialized soon. As this does not seem to be the case, the keyword is still useful when performance is important. 06 July 2014, 07:22:50 UTC
15a2231 Merge pull request #7511 from crayxt/pcre-gcc4.9-compile Patch pcre to pass all tests when compiled with GCC 4.9. 06 July 2014, 03:38:50 UTC
8ecf8d7 Merge pull request #6086 from JuliaLang/kms/sphinx_julia_version RFC: Sphinx: get Julia version from ../VERSION 06 July 2014, 01:26:53 UTC
9ac3e2f windows: update download URLs 05 July 2014, 21:36:41 UTC
65b9f3f Merge pull request #7526 from yomichi/patch-1 Fixed a typo of function name, besselkx(nu, x). 05 July 2014, 18:19:18 UTC
d7f211e make next(::UTF8String, i) a bit more robust. fixes #7525 skip 1 byte when returning an invalid character, because the data might be Latin-1, and the result is not well-defined anyway. the previous performance hack in next() is no longer necessary, since returning tuples is now fast. 05 July 2014, 18:03:03 UTC
back to top