swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40

sort by:
Revision Author Date Message Commit Date
d85ee1f VERSION: 0.2.0-rc3 06 November 2013, 18:35:40 UTC
b48cccc Merge pull request #4665 from ivarne/no_branch_tag Removed branch info from splash screen on tagged commits 06 November 2013, 18:25:04 UTC
5ed41e4 quaternion example: use promote for heterogenous constructor. 06 November 2013, 17:32:59 UTC
d9450c2 NEWS: various copy and punctuation improvements. 06 November 2013, 17:16:20 UTC
9e407b1 added missing quaternion constructor and promotion rule 06 November 2013, 15:05:51 UTC
1288510 fixed println in quaternion example 06 November 2013, 14:41:52 UTC
5799009 missing imports in quaternion example 06 November 2013, 14:39:41 UTC
4c435b9 `;cmd` – use "($cmd) && true" instead of detach [#4659]. If this works without problems on Linux, we're good to go. 06 November 2013, 06:53:39 UTC
129975b Revert "correct a number of over-specified function types in intfuncs" This reverts commit 3ddc69966c9501b1ddec6c090d27a40ffddf2585. 06 November 2013, 06:40:53 UTC
3ddc699 correct a number of over-specified function types in intfuncs 06 November 2013, 04:43:55 UTC
25dd30f Merge pull request #4734 from JuliaLang/jb/fixstdfd in init_stdio, get FD out of the file object instead of hard-coding it 05 November 2013, 21:30:50 UTC
1955073 Fix build when git is not availible 05 November 2013, 19:27:14 UTC
908f680 in init_stdio, get FD out of the file object instead of hard-coding it 05 November 2013, 17:05:02 UTC
b556951 Merge pull request #4732 from waldir/patch-1 typo: regsitered --> registered 05 November 2013, 01:25:03 UTC
0aae40a typo: regsitered --> registered 05 November 2013, 00:56:43 UTC
e9ed801 fix bug in function name in some line number nodes ref #4716 04 November 2013, 18:21:29 UTC
eb73aa5 Merge pull request #4721 from sebastien-villemot/master Fix code for cholmod < 2.1. 04 November 2013, 14:47:06 UTC
cca45a4 Added a make flag TAGGED_RELEASE_BANNER As the commit information line is hidden when compilling a taged release, this adds a make flag so that distributes can cusomize 45 characters of the splash screen. 04 November 2013, 14:46:44 UTC
b4187d6 Updated splash screen to show more relevant information Theese changes are made to the splash screen * Branch name was hidden when if name == "master", now it is hidden if the current commit is in the history of (origin/)master * Latest commit datetime is shown on the same line as the version string. * The age of last commit in (origin/)master is calculated at runtime startup and shown to the user as # days old master. This is to encurage users that compile and follow master to stay current. * If julia was compiled from a fork the number of commits not in master is shown on startup. * For tagged releases all git info is hidden in the splash screen. 04 November 2013, 14:13:43 UTC
5cc1652 Don't compute factorization twice See #4732 and d46936bcc9a55ea184f3420ef900ba7f9ccc83b9. Ugh. 04 November 2013, 12:12:33 UTC
d46936b Fix #4723 04 November 2013, 11:09:22 UTC
d720865 fix #4688, inlining too early inside method definitions 04 November 2013, 06:08:55 UTC
1dbd8b5 quick hack to fix #4715 04 November 2013, 03:45:10 UTC
da429a3 improve type of set union 04 November 2013, 03:33:19 UTC
7ed13ba improve array intersect/union. fixes #4725 04 November 2013, 03:22:52 UTC
a9a756b apply @timholy's optimizations to sparse * to a couple other cases 04 November 2013, 02:21:28 UTC
4632905 Merge pull request #4720 from JuliaLang/teh/sparsematvecmul Speed up (and test) sparse matrix-vector multiplication 04 November 2013, 02:14:44 UTC
c9f930c revert change to splitline benchmark. ref #4724 04 November 2013, 02:02:55 UTC
9f032fa a small inlining improvement that makes Zip2 faster 04 November 2013, 02:00:04 UTC
0822307 add eltype methods for iterators 04 November 2013, 01:41:48 UTC
9f3f2ed fix #4718, Zip iterator was impure this also makes it faster, and special-cases zipping 2 iterators other iterators updated to be immutable 04 November 2013, 01:36:17 UTC
1c8d316 Merge pull request #4712 from JuliaLang/cb/helpfix Another attempt at fixing #4697 03 November 2013, 20:31:22 UTC
b715921 improve printing of kw expressions 03 November 2013, 20:18:46 UTC
4820e9d fix #4710, export/document searchindex and rsearchindex 03 November 2013, 19:57:43 UTC
f3f9a7f Merge pull request #4711 from GlenHertz/patch-7 Update docs for previous change in ambiguous function warning message. 03 November 2013, 19:38:37 UTC
031cf5b Fix code for cholmod < 2.1. It is field IPerm which was added in cholmod 2.1, not field Perm. 03 November 2013, 14:30:17 UTC
41b85b0 test/bigint: fix failure on 32-bit system 03 November 2013, 14:25:42 UTC
675748b Speed up (and test) sparse matrix-vector multiplication 03 November 2013, 12:07:55 UTC
ead9ec6 Merge pull request #4705 from JuliaLang/cb/bitmmapfix Fix mmap_bitarray; make it available in Windows 03 November 2013, 10:54:07 UTC
cba1d12 docs: replace usages of home() with homedir(). 02 November 2013, 20:11:53 UTC
83b0c59 doc/stdlib: homedir() 02 November 2013, 19:48:29 UTC
a5a03d1 rename home() => homedir(). https://github.com/JuliaLang/julia/commit/456fb0a1d162de1b45bac22a48ab7580a43573ee#commitcomment-4494896 02 November 2013, 19:45:31 UTC
20b76e4 Fix #4709 02 November 2013, 19:15:59 UTC
a724217 Improve help() * Discriminates between functions from different modules with the same name when calling help on the function itself (fix #4697) * Attempts to prepend "Base." to function names 02 November 2013, 16:20:50 UTC
de70a0b Update docs for previous change in ambiguous function warning. 02 November 2013, 16:07:28 UTC
a42aca3 Pkg docs: fixes for proper display via help() * Removed the Pkg prefix in the definitions, since otherwise help() doesn't work * Added preamble to make clear Pkg functions are not exported * Linked the page in stdlib index * Updated helpdb.jl Together with the actual writing of the docs in 468c0297f67e16a2d47983c2a7b31a3bcd30daed, this closes #4696. 02 November 2013, 13:11:58 UTC
ba5ef5d Update documentation for Base.Test module function registerhandler no longer exists; withhandler is now called with_handler; updated example Also updated helpdb.jl 02 November 2013, 00:47:05 UTC
1114290 Document task_local_storage(body,symbol,value) 02 November 2013, 00:45:46 UTC
f661394 Fix task_local_storage(body,symbol,value) actually store the symbol-value pair. This also fixes Test.with_handler 02 November 2013, 00:44:34 UTC
61ab346 Update helpdb.jl 02 November 2013, 00:14:44 UTC
7dc9781 doc/stdlib: add BitArrays to interfaces where appropriate Also fix trues and falses entries 02 November 2013, 00:11:06 UTC
2f0af6a Merge branch 'master' of github.com:JuliaLang/julia 02 November 2013, 00:08:14 UTC
07a0c09 remove undefined exports. fixes #4703 also store "ans" in Main instead of Base. it is part of the current session, not the library 02 November 2013, 00:07:52 UTC
468c029 Pkg docs: complete documentation for Pkg plus a few code tweaks. 01 November 2013, 22:40:54 UTC
456fb0a home(): export portable function for finding your home directory. 01 November 2013, 22:40:54 UTC
cd0586d Merge pull request #4704 from GlenHertz/patch-6 Clarify warning for how to resolve ambiguous types 01 November 2013, 22:32:25 UTC
c24b526 use pairwise algorithm for reduce as well as mapreduce. fixes #4702 01 November 2013, 22:26:42 UTC
670e9b8 Merge branch 'master' of github.com:JuliaLang/julia 01 November 2013, 22:26:05 UTC
c922cdc syntax error for non-symbol used as keyword argument 01 November 2013, 22:25:39 UTC
8b53c13 Fix mmap_bitarray; extend it to Windows Also add tests. Fixes breakage introduced in d4d433d756 01 November 2013, 18:18:47 UTC
0e200da home(): no more user_{home,pref,documents}dir(). 01 November 2013, 17:09:31 UTC
355b627 disallow : at the end of a line; fixes #4701 01 November 2013, 15:40:27 UTC
b3248cf Clarify warning for how to resolve ambiguous types (take 2) This warning message had me confused in two ways: 1) It wasn't clear that a remedy was suggested. 2) It wasn't clear before which definition the remedy was for. 3) (new) Doesn't use odd capitalization (as in previous patch). Hopefully this clears this up for new users. 01 November 2013, 13:37:18 UTC
aa8e07f Clarify warning for how to resolve ambiguous types This warning message had me confused in two ways: 1) It wasn't clear that a remedy was suggested. 2) It wasn't clear before which definition the remedy was for. Hopefully this clears this up for new users. 01 November 2013, 03:26:11 UTC
bae7025 Some more updates to DISTRIBUTING.md 31 October 2013, 23:47:43 UTC
8b32327 Some language cleanups to DISTRIBUTING.md and link it in README.md 31 October 2013, 23:43:26 UTC
8d56cf2 Merge branch 'master' of github.com:JuliaLang/julia 31 October 2013, 22:48:49 UTC
482cf58 don't test associativity of reduce and mapreduce, since it is undefined 31 October 2013, 22:48:09 UTC
51c7d53 Merge pull request #4700 from simonster/bitarray-tuple Use tuple for BitArray dimensions 31 October 2013, 21:04:51 UTC
249f0c1 fix #4479, method ordering bug 31 October 2013, 20:52:01 UTC
d4d433d Use tuple for BitArray dimensions Since we only have push! for vectors, which don't use the dims tuple, I don't see a reason for these dimensions ever to change. This fixes type inference for operators, which speeds up DataArray operators that need to compute | of two BitArrays by a factor of 2+. 31 October 2013, 20:18:32 UTC
5167476 better definition of index_shape unroll some cases of indices(), sufficient to fix #4672 this should be done the same way as index_shape, but at this time I'm minimizing changes and possible breakage. 31 October 2013, 18:03:04 UTC
19aa815 Merge pull request #4690 from JuliaLang/db/showcompactvector Add showcompact method for vectors of Number's 31 October 2013, 17:09:26 UTC
a6e242c Print the [] for a vector of length 0 ```jl julia> showcompact(rand(5)) [0.335052,0.678365,0.187975,0.345677,0.981752] julia> showcompact(Float64[]) [] ``` 31 October 2013, 16:14:55 UTC
1e96e2b update helpdb 30 October 2013, 23:37:29 UTC
6ace7cf Merge branch 'master' of github.com:JuliaLang/julia 30 October 2013, 23:17:49 UTC
c7cbe31 fix #4681; error needed when convert returns the wrong type to ccall 30 October 2013, 23:16:00 UTC
b616ecb Merge pull request #4693 from astrieanna/patch-1 Update base.rst to match currently available `quantile` methods 30 October 2013, 22:10:43 UTC
9b41ac1 fix bug in code_native when debug info is missing. fixes #4692 30 October 2013, 22:07:51 UTC
ceeade0 fix #4505, scope of inner functions with static parameters also incidentally fixes #4677 30 October 2013, 21:33:20 UTC
970388e Update base.rst to match currently available `quantile` methods This edits help(quantile) and help(quantile!) to match up with methods(quantile) and methods(quantile!) 30 October 2013, 20:52:46 UTC
8cc8880 Add showcompact method for vectors of Number's 30 October 2013, 17:28:24 UTC
2cc702d Merge branch 'master' of github.com:JuliaLang/julia 30 October 2013, 17:01:01 UTC
7d5f71c update doc for copy!. fixes #4689 30 October 2013, 17:00:44 UTC
3130435 doc/manual: mention Int128,Uint128,Float16 in types 30 October 2013, 13:17:37 UTC
d9a946d Merge pull request #4683 from ivarne/new_collect Documented the new collect(type, iter) function 30 October 2013, 08:25:10 UTC
49e5654 Documented the new collect(type, iter) function and excecuted $ cd doc $ make helpdb.jl to get recent documentation updates into helpdb.jl 30 October 2013, 07:54:25 UTC
a818feb NEWS: various fixes and copy edits 30 October 2013, 06:10:49 UTC
513e8b2 Merge pull request #4680 from staticfloat/master Add DISTRIBUTING.md 30 October 2013, 05:52:08 UTC
1b5f5d0 NEWS: primes/isprime – remove non-working link to a commit Just mention the new functions by name instead. 30 October 2013, 05:44:03 UTC
9ea44fe NEWS: link to the packages chapter 30 October 2013, 05:28:04 UTC
dbf3336 Add in notice about licensing of distribution bundles 30 October 2013, 05:21:26 UTC
d2a57cb Add DISTRIBUTING.md, notes for those looking to create distributable packages for Julia on various platforms 30 October 2013, 05:11:20 UTC
bd67a6d Change test bounds to 2*n instead of n^2 30 October 2013, 03:31:39 UTC
16bb363 fix error information for stat syscall 30 October 2013, 01:56:58 UTC
cfdce69 workaround for #4419 30 October 2013, 01:29:51 UTC
59a4083 Merge branch 'master' of github.com:JuliaLang/julia 30 October 2013, 01:00:19 UTC
442179e slightly better transpose for ranges 30 October 2013, 01:00:04 UTC
f074033 Merge pull request #4676 from JuliaLang/sf/sysconfdir Add makevar SYSCONFDIR, closes #4560 30 October 2013, 00:40:16 UTC
1357d0d fix #4667, parsing of .. by itself 30 October 2013, 00:31:47 UTC
back to top