Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Julia Language

Julia is a fast and user-friendly programming language for high-performance scientific computing.
Collective - Host: numfocus - https://opencollective.com/julialang - Website: https://julialang.org/ - Code: https://github.com/JuliaLang/julia

use logo in README

github.com/JuliaLang/IJuliaCore.jl - 18c27191ebcf54187f0ec75e2aa01df0dead14b8 authored over 11 years ago
use Base.convert to parse VersionNumber, duh

github.com/JuliaLang/IJuliaCore.jl - 44e9ff26782a46dca7e29a401695f59b4d379d97 authored over 11 years ago
fix merge conflict

github.com/JuliaLang/IJuliaCore.jl - 3939ec60cb234c502ffcb829f7ed9662650e98e4 authored over 11 years ago
replace PDF logo with SVG logo, install alongside PNG version

github.com/JuliaLang/IJuliaCore.jl - 7dee1b2dadd8686812de9f8c43abb8d34788b4e5 authored over 11 years ago
print build messages to STDERR, to match other Pkg messages

github.com/JuliaLang/IJuliaCore.jl - feb5ed5b9410ec6e65bec0a1095f13836bdae6e9 authored over 11 years ago
grammatical cleanups in comments

github.com/JuliaLang/IJuliaCore.jl - 074d77320d3ecdb7d51ae6914d1f973c2e71226f authored over 11 years ago
Merge pull request #40 from Carreau/master

tooltip on in-place functions, julia lang hint in metadata

github.com/JuliaLang/IJuliaCore.jl - 064883758a9b2e59f0e81d0c794773e31c6df863 authored over 11 years ago
remove advice to patch by hand

github.com/JuliaLang/IJuliaCore.jl - c3a64c2b771f9b08034aea83d5a25b99933397d0 authored over 11 years ago
tooltip on in-place functions, julia lang hint in metadata

ship (for now) our own version of tooltip.js to have tooltip on mutating
function:

permute!...

github.com/JuliaLang/IJuliaCore.jl - 3d349dea93900e8b57ff742596240ae4f58664f4 authored over 11 years ago
use correct julia executable name

github.com/JuliaLang/IJuliaCore.jl - 911f93079c2b46cac5978442995838d6143003a7 authored over 11 years ago
more verbose output from build.jl

github.com/JuliaLang/IJuliaCore.jl - bba96ee7b68abd7b4bbcb023cf009d87c9b3b584 authored over 11 years ago
send info to front-end on kernel exception (fixes #20)

github.com/JuliaLang/IJuliaCore.jl - 36be3f82fc2b2b7f7a9d516c44d3729bf1b86943 authored over 11 years ago
added logo and Pkg build file (to install Julia IPython profile; punt on installing IPython itself)

github.com/JuliaLang/IJuliaCore.jl - 5d700b723323f9d1be7072e15ca9befff9a36349 authored over 11 years ago
Merge pull request #39 from johnmyleswhite/master

Fix REQUIRE filename

github.com/JuliaLang/IJuliaCore.jl - 8a41359c4cc17864d9ada1d0f1c5672c5d5943d6 authored over 11 years ago
Fix REQUIRE filename

github.com/JuliaLang/IJuliaCore.jl - 119aec44f8fd619a8b22062de170bcc933f8352a authored over 11 years ago
switch to new REPLCompletions package

github.com/JuliaLang/IJuliaCore.jl - 12a8fde9e7f0dfb411ae38c5dc7f53dd29baa6ae authored over 11 years ago
rm obsolete PyPlot wrappers, now that we have a real PyPlot package

github.com/JuliaLang/IJuliaCore.jl - 8be02d7754160d913cf4e97920897023b4ffc6ba authored over 11 years ago
display strings with repl_show (fixes #35)

github.com/JuliaLang/IJuliaCore.jl - c8ee7afed2580536bcbaaf4b2d1f3027850ae046 authored over 11 years ago
fix LaTeX display

github.com/JuliaLang/IJuliaCore.jl - d59cc2f556f179243d19b3b20642fcd2eff5fbda authored over 11 years ago
Multimedia is now merged into Base

github.com/JuliaLang/IJuliaCore.jl - 65ccf4193b52d98462885f94147685c15552667e authored over 11 years ago
skeleton of Julia Pkg

github.com/JuliaLang/IJuliaCore.jl - 6606c2a21ba9dca02b8ea32c2328dad2e9095f71 authored over 11 years ago
exported clear_history function, so that users can easily clear history in the unlikely event that it gets too big

github.com/JuliaLang/IJuliaCore.jl - 2d747930495de8245a8deafb8bb77773a657ea63 authored over 11 years ago
Merge pull request #34 from jakevdp/mac_osx

make Julia library search compatible with OSX

github.com/JuliaLang/IJuliaCore.jl - 777816cba8c192f0979cf7e7853acd902b478ffa authored over 11 years ago
make Julia library search compatible with OSX

github.com/JuliaLang/IJuliaCore.jl - 5c54a18ef40c155cb6ad906f13647e4a9e43ae77 authored over 11 years ago
make sure UTF8 strings are allowed in display dictionary

github.com/JuliaLang/IJuliaCore.jl - 1649445c202f63a9518f696fa62c84b8faa7a623 authored over 11 years ago
Replace amap with mapslices in cor

github.com/JuliaLang/Statistics.jl - c7c89e0270ed07e306491ad5e63da481482b2d77 authored over 11 years ago
whoops, a couple fixes

github.com/JuliaLang/IJuliaCore.jl - 3bc8c9fbb937a57c57cb14accdfe793c1300e15d authored over 11 years ago
spawn real OS thread for heartbeat (fixes #8)

github.com/JuliaLang/IJuliaCore.jl - 85ecfc5e26e9a043d57b995a9db188f8edcc848e authored over 11 years ago
duh, stupid typo, fixes #23

github.com/JuliaLang/IJuliaCore.jl - 496c64558f50943a107159321457d191b19eaad1 authored over 11 years ago
slight rearrangement of async loops

github.com/JuliaLang/IJuliaCore.jl - c2e52a5b901011d929068e41c7e20b236d4176e0 authored over 11 years ago
stdout/stderr capture for #23

github.com/JuliaLang/IJuliaCore.jl - 8d40d9df805efc77b091ebf81e3eef04f7045dd5 authored over 11 years ago
inline PyPlot plots! fixes #15

github.com/JuliaLang/IJuliaCore.jl - 2616ff0e5081f7e1783805a8a9bee0e97e9aac80 authored over 11 years ago
better Pylab support (though still need to auto-close figures at end of cell) for #15; updated multimedia.jl to latest proposal

github.com/JuliaLang/IJuliaCore.jl - 00172fe34e473ef36d48a42c27dea66b15c4633a authored over 11 years ago
Merge pull request #42 from ihnorton/patch-1

Add LDA paper to publications.

github.com/JuliaLang/www_old.julialang.org - f9b6b156123a452a4f156e35fea10c7f76f6f9d5 authored over 11 years ago
Add LDA paper to publications.

github.com/JuliaLang/www_old.julialang.org - 658c3ff7f9d02b292a7a957f314aebd27d3a8c93 authored over 11 years ago
take care of InterruptExceptions for #31; don't send pyerr message and continue on unexpected exception for #20

github.com/JuliaLang/IJuliaCore.jl - 13890ac13e1fc7d664a621b573ce46f8e4bc73b0 authored over 11 years ago
Merge pull request #32 from JuliaLang/kf/31

Fix #31

github.com/JuliaLang/IJuliaCore.jl - 46e33424b2de4604fed1e6ca4d66a64e1e4a384a authored over 11 years ago
update to latest Multimedia API from JuliaLang/julia#3932

github.com/JuliaLang/IJuliaCore.jl - 114d47dee70fcecb83bdcf67fbf8e22e6875c724 authored over 11 years ago
datadisplay -> mimedisplay: more extensible mechanism to define export and display for arbitrary MIME types

github.com/JuliaLang/IJuliaCore.jl - 84ea1f6178424b5709bc983f534fee86730d2c3c authored over 11 years ago
Change $(QUIET_PERL) and friends to @$(PRINT_PERL) and friends.

Allows for these macros to be used inside of bash if-statements, etc... where the @ symbol is il...

github.com/JuliaLang/Microbenchmarks - 3e83453b5ebc1b915959a95c21dcb237bdd2bdc7 authored over 11 years ago
Merge branch 'master' of https://github.com/JuliaLang/IJulia.jl

github.com/JuliaLang/IJuliaCore.jl - 2d63c54dda372a1c5f0966f69125108f96f75798 authored over 11 years ago
use tight bounding box for pylab figs, same as IPython

github.com/JuliaLang/IJuliaCore.jl - 9bced1e9b20a1a7d1ffb225516a0970811c5d1ad authored over 11 years ago
Merge pull request #30 from minrk/handlers

send actual empty history

github.com/JuliaLang/IJuliaCore.jl - 117f2943b0ac7a467b18583d3179cd8b26ccd572 authored over 11 years ago
send actual empty history

in history_request

github.com/JuliaLang/IJuliaCore.jl - 7222db3780e7876d2e16bb989daeea6ef3f1d0f6 authored over 11 years ago
standardize display-queue mechanism (needed for pyplot, but probably useful for other packages as well)

github.com/JuliaLang/IJuliaCore.jl - 515ea961765d6fefdaf87c75857ec79623beefd7 authored over 11 years ago
added ability to display Pylab figure objects for issue #15

github.com/JuliaLang/IJuliaCore.jl - 514fac231855aaed0342c32450475959bea9063e authored over 11 years ago
fix error in assigning _{n} history var when result is a Symbol or Expr

github.com/JuliaLang/IJuliaCore.jl - 9f756d391d91646995d7ecf0791aa613d655f25c authored over 11 years ago
rm stray reference to javascript

github.com/JuliaLang/IJuliaCore.jl - 2737ed8f624adcdc95230fb6471467615d172135 authored over 11 years ago
removed application/javascript, which seems redundnant with text/html + <script>, and does not seem to work in IPython anyway

github.com/JuliaLang/IJuliaCore.jl - bf2d95e7aa5841407535cce31fedcc36b2607836 authored over 11 years ago
Merge pull request #26 from minrk/complete

mention disabling execute_on_complete_input

github.com/JuliaLang/IJuliaCore.jl - 445c90191fe10086a20ce8af42588718f634a048 authored over 11 years ago
mention disabling execute_on_complete_input

For use in the QtConsole

github.com/JuliaLang/IJuliaCore.jl - 933cfcd33c5eb28cb418b7023cc4478aa7f27588 authored over 11 years ago
Merge pull request #25 from Carreau/patch-1

Update readme with instruction to create profile

github.com/JuliaLang/IJuliaCore.jl - 45d41a0db1ede91c857bee197ad916eb8a37cab9 authored over 11 years ago
Update readme with instruction to create profile

Plus some info on setting notebook password.

github.com/JuliaLang/IJuliaCore.jl - 25df9c944a9cd220b25043da3f1d4bc20be2808c authored over 11 years ago
hmac: default to SHA-256; handle empty string as signature_scheme.

See https://github.com/ipython/ipython/commit/0f43d86ac8f05f8362e7979729c93822d721f065

That com...

github.com/JuliaLang/IJuliaCore.jl - e27972202e8f1584b147065acd3d336f67f808a2 authored over 11 years ago
Fix link to C randmatstat (fixes #41)

Lost in the codespeed reorg, I think

github.com/JuliaLang/www_old.julialang.org - 478ea0e3107276d396c93c04b43b2d989dc3f67d authored over 11 years ago
fix can_display_foo to work with display_stack

github.com/JuliaLang/IJuliaCore.jl - 7de112b6bf5694a873235d4b93ff3989590d5737 authored over 11 years ago
changed default display to display stack

github.com/JuliaLang/IJuliaCore.jl - cb3e3b954f6792b96cc870e4bdac5616dbf9b4b3 authored over 11 years ago
treat +xml mime types as text

github.com/JuliaLang/IJuliaCore.jl - ea4146e72dff79363c5a7265c26fe9d0651712d5 authored over 11 years ago
fixes to object_info_request, now return methods for functions and datatypes (see issue #13)

github.com/JuliaLang/IJuliaCore.jl - 986f3a7617b6fadbf070127ffd8cb159aed1bfb1 authored over 11 years ago
whoops, must "using IJulia" to get history variables

github.com/JuliaLang/IJuliaCore.jl - c5e320ee02b0f6f440e5ec7ed662a543e01f421c authored over 11 years ago
verbose output disabled by default (fixes #21)

github.com/JuliaLang/IJuliaCore.jl - 98f825387d02e6857c3bd1fb1482a49e2c76e398 authored over 11 years ago
use new include_string (requires today's git master), store ans even for silent cells (like Julia REPL), silence for ; at end of cell, regardless of whether it inside a comment (similar to Julia REPL and IPython REPL)

github.com/JuliaLang/IJuliaCore.jl - e534f24007773664aff5ee4f425db8e9189d1b42 authored over 11 years ago
document how to create a julia profile for IPython

github.com/JuliaLang/IJuliaCore.jl - e7218f3d55d262030937e92e3d0f0d62a3bd7a9e authored over 11 years ago
delete obsolete docs

github.com/JuliaLang/IJuliaCore.jl - 042c00b27080f8f0f88ef6b339d7cc0d41288196 authored over 11 years ago
rm obsolete python-julia kernel

github.com/JuliaLang/IJuliaCore.jl - 662b6fedc00ad08b7c8ab796216f3aeb2afb4d0e authored over 11 years ago
repo reorganization to look more like a Julia package; python stuff into subdir

github.com/JuliaLang/IJuliaCore.jl - 365856f214d7f82ee5bc1e2957ccebe6ba11e125 authored over 11 years ago
Merge branch 'master' of github.com:JuliaLang/julia-ipython

github.com/JuliaLang/IJuliaCore.jl - e6349f1e81b540233117ee014f9f6efd90056110 authored over 11 years ago
qtconsole expects metadata and source in content (fixes #19)

github.com/JuliaLang/IJuliaCore.jl - e4adc30361324a5e19b51cdcb8ad69789290fad8 authored over 11 years ago
stub implementation of history_request (sent by qtconsole), pending clarification in ipython/ipython#3806

github.com/JuliaLang/IJuliaCore.jl - f1da940b3ab899fee36d4750c442bca1c66027de authored over 11 years ago
temporarily work around problem with rethrow (from #20)

github.com/JuliaLang/IJuliaCore.jl - b2e6062f6c67b64309a305215ee3121dad0cf1c5 authored over 11 years ago
bugfix in shutdown_request handler

github.com/JuliaLang/IJuliaCore.jl - bc336ad109f023d6e1cd473f54c7d35544104397 authored over 11 years ago
workaround for JuliaLang/julia#3066

github.com/JuliaLang/IJuliaCore.jl - f056205943640d61d4cd6069c727de757e28fa17 authored over 11 years ago
add IPython-like __ and ___ variables for 2nd-to-last and 3rd-to-last results; _ works now due to the previous commit

github.com/JuliaLang/IJuliaCore.jl - 12b88c3e8eb5bb3df4bb3e137d49f92d6f291a4e authored over 11 years ago
bugfix for 1-char cells, honor store_history if present

github.com/JuliaLang/IJuliaCore.jl - 602b989cd91361b2b622ac1834ec6ec387cf18e4 authored over 11 years ago
added display_text (text/plain) to display machinery, some rearrangements; only display 1 arg at a time (at least for now), as allowing display(x...) led to stack overflow in some cases because Julia gets confused about which routine to call

github.com/JuliaLang/IJuliaCore.jl - d743b44f5cce6730c569ed3d4e04c4ba5a65fc33 authored over 11 years ago
implement IPython-like In/Out history

github.com/JuliaLang/IJuliaCore.jl - 4a4770e0fd9564e99dcc0c4342d5d8a0c093ad1e authored over 11 years ago
some more eval_cell fixes

github.com/JuliaLang/IJuliaCore.jl - 607f38a559aa4e140ab47f2cca99ebc81d3ddf4b authored over 11 years ago
treat empty cells as silent

github.com/JuliaLang/IJuliaCore.jl - 00eb5a6367bf273f6a67b03df1367dcaca92b00e authored over 11 years ago
handle multi-line cells as a block

github.com/JuliaLang/IJuliaCore.jl - b69dd35d4eb85f638f3184f8c451ea61afad1aba authored over 11 years ago
foundations for rich display (prototype DataDisplay module, to be merged into Base)

github.com/JuliaLang/IJuliaCore.jl - e0a5590ba87cc98200b8917b8d13ac612ca24b1a authored over 11 years ago
separate kernel stuff from Main namespace, and evaluate user code in Main

github.com/JuliaLang/IJuliaCore.jl - dbc81ef7b1a3341dcd6f60905de1fe32926de847 authored over 11 years ago
Merge branch 'master' of https://github.com/JuliaLang/julia-ipython

github.com/JuliaLang/IJuliaCore.jl - 21cc66abd70d326b92b9928b8caf9330465f37d1 authored over 11 years ago
fix object_info_request

github.com/JuliaLang/IJuliaCore.jl - 817484a711f76a6128815b4032082e622024f3ab authored over 11 years ago
complete_request: return "status" and "matched_text" also.

Needed by IPython Notebook. Requires latest REPL.

github.com/JuliaLang/IJuliaCore.jl - fffbcc6de68cc2a8fa58f7a62c2189a4dec49fc2 authored over 11 years ago
complete_request: don't need "block" and not sent by the notebook.

github.com/JuliaLang/IJuliaCore.jl - 47b0a7483f6412dc0ad17079bec03584fde3760f authored over 11 years ago
object_info_request for #4

github.com/JuliaLang/IJuliaCore.jl - eeec46c6b32d3423c6c6c8dc8eeea106062a6e52 authored over 11 years ago
document GnuTLS dependency

github.com/JuliaLang/IJuliaCore.jl - b2e489acbc316631d230324010bcb03b2df506ee authored over 11 years ago
implement HMAC signatures (fixes #3); default should be changed to sha256 once ipython/ipython#3756 lands

github.com/JuliaLang/IJuliaCore.jl - b62445abc5ff0b1c56a1ebf7636320a26fed82bd authored over 11 years ago
Merge pull request #40 from rsrock/master

Updated a Canvas API change in Tim's GUI blog post

github.com/JuliaLang/www_old.julialang.org - 2bea9afc0aa73b8f41f7eb6c2119fd40b679f460 authored over 11 years ago
slight correction to msg_pub protocol (according to current IPython behavior, though not officially part of the spec)

github.com/JuliaLang/IJuliaCore.jl - 7a91fbdab7f37305cfe25918c5e60e8f495dca42 authored over 11 years ago
Prepend the uncompleted part of of the completion request

github.com/JuliaLang/IJuliaCore.jl - 7e6c0350edd705f0c5b56cbb30a7f0d4ec9addb5 authored over 11 years ago
Merge branch 'master' of github.com:JuliaLang/julia-ipython

github.com/JuliaLang/IJuliaCore.jl - 86908855e48a50a26fc2094c814bdf068b5c23ae authored over 11 years ago
move using and include to top, and remove dead code in completion handler

github.com/JuliaLang/IJuliaCore.jl - af277a8a0fdb1c9eda98638ca833832549c043d3 authored over 11 years ago
Note REPL requirement in README and remove old completion code

github.com/JuliaLang/IJuliaCore.jl - 0611fc92fd0997d92cbf823701105c899e5e05b9 authored over 11 years ago