Ecosyste.ms: OpenCollective

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

github.com/JuliaLang/IJuliaCore.jl


https://github.com/JuliaLang/IJuliaCore.jl

Merge pull request #25 from Carreau/patch-1

Update readme with instruction to create profile

45d41a0db1ede91c857bee197ad916eb8a37cab9 authored over 11 years ago by Keno Fischer <[email protected]>
Update readme with instruction to create profile

Plus some info on setting notebook password.

25df9c944a9cd220b25043da3f1d4bc20be2808c authored over 11 years ago by Matthias Bussonnier <[email protected]>
hmac: default to SHA-256; handle empty string as signature_scheme.

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

That com...

e27972202e8f1584b147065acd3d336f67f808a2 authored over 11 years ago by Stefan Karpinski <[email protected]>
fix can_display_foo to work with display_stack

7de112b6bf5694a873235d4b93ff3989590d5737 authored over 11 years ago by Steven G. Johnson <[email protected]>
changed default display to display stack

cb3e3b954f6792b96cc870e4bdac5616dbf9b4b3 authored over 11 years ago by Steven G. Johnson <[email protected]>
treat +xml mime types as text

ea4146e72dff79363c5a7265c26fe9d0651712d5 authored over 11 years ago by Steven G. Johnson <[email protected]>
fixes to object_info_request, now return methods for functions and datatypes (see issue #13)

986f3a7617b6fadbf070127ffd8cb159aed1bfb1 authored over 11 years ago by Steven G. Johnson <[email protected]>
whoops, must "using IJulia" to get history variables

c5e320ee02b0f6f440e5ec7ed662a543e01f421c authored over 11 years ago by Steven G. Johnson <[email protected]>
verbose output disabled by default (fixes #21)

98f825387d02e6857c3bd1fb1482a49e2c76e398 authored over 11 years ago by Steven G. Johnson <[email protected]>
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)

e534f24007773664aff5ee4f425db8e9189d1b42 authored over 11 years ago by Steven G. Johnson <[email protected]>
document how to create a julia profile for IPython

e7218f3d55d262030937e92e3d0f0d62a3bd7a9e authored over 11 years ago by Steven G. Johnson <[email protected]>
delete obsolete docs

042c00b27080f8f0f88ef6b339d7cc0d41288196 authored over 11 years ago by Steven G. Johnson <[email protected]>
rm obsolete python-julia kernel

662b6fedc00ad08b7c8ab796216f3aeb2afb4d0e authored over 11 years ago by Steven G. Johnson <[email protected]>
repo reorganization to look more like a Julia package; python stuff into subdir

365856f214d7f82ee5bc1e2957ccebe6ba11e125 authored over 11 years ago by Steven G. Johnson <[email protected]>
Merge branch 'master' of github.com:JuliaLang/julia-ipython

e6349f1e81b540233117ee014f9f6efd90056110 authored over 11 years ago by Stefan Karpinski <[email protected]>
qtconsole expects metadata and source in content (fixes #19)

e4adc30361324a5e19b51cdcb8ad69789290fad8 authored over 11 years ago by Steven G. Johnson <[email protected]>
stub implementation of history_request (sent by qtconsole), pending clarification in ipython/ipython#3806

f1da940b3ab899fee36d4750c442bca1c66027de authored over 11 years ago by Steven G. Johnson <[email protected]>
temporarily work around problem with rethrow (from #20)

b2e6062f6c67b64309a305215ee3121dad0cf1c5 authored over 11 years ago by Steven G. Johnson <[email protected]>
bugfix in shutdown_request handler

bc336ad109f023d6e1cd473f54c7d35544104397 authored over 11 years ago by Steven G. Johnson <[email protected]>
workaround for JuliaLang/julia#3066

f056205943640d61d4cd6069c727de757e28fa17 authored over 11 years ago by Steven G. Johnson <[email protected]>
add IPython-like __ and ___ variables for 2nd-to-last and 3rd-to-last results; _ works now due to the previous commit

12b88c3e8eb5bb3df4bb3e137d49f92d6f291a4e authored over 11 years ago by Steven G. Johnson <[email protected]>
bugfix for 1-char cells, honor store_history if present

602b989cd91361b2b622ac1834ec6ec387cf18e4 authored over 11 years ago by Steven G. Johnson <[email protected]>
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

d743b44f5cce6730c569ed3d4e04c4ba5a65fc33 authored over 11 years ago by Steven G. Johnson <[email protected]>
implement IPython-like In/Out history

4a4770e0fd9564e99dcc0c4342d5d8a0c093ad1e authored over 11 years ago by Steven G. Johnson <[email protected]>
some more eval_cell fixes

607f38a559aa4e140ab47f2cca99ebc81d3ddf4b authored over 11 years ago by Steven G. Johnson <[email protected]>
treat empty cells as silent

00eb5a6367bf273f6a67b03df1367dcaca92b00e authored over 11 years ago by Steven G. Johnson <[email protected]>
handle multi-line cells as a block

b69dd35d4eb85f638f3184f8c451ea61afad1aba authored over 11 years ago by Steven G. Johnson <[email protected]>
foundations for rich display (prototype DataDisplay module, to be merged into Base)

e0a5590ba87cc98200b8917b8d13ac612ca24b1a authored over 11 years ago by Steven G. Johnson <[email protected]>
separate kernel stuff from Main namespace, and evaluate user code in Main

dbc81ef7b1a3341dcd6f60905de1fe32926de847 authored over 11 years ago by Steven G. Johnson <[email protected]>
Merge branch 'master' of https://github.com/JuliaLang/julia-ipython

21cc66abd70d326b92b9928b8caf9330465f37d1 authored over 11 years ago by Steven G. Johnson <[email protected]>
fix object_info_request

817484a711f76a6128815b4032082e622024f3ab authored over 11 years ago by Steven G. Johnson <[email protected]>
complete_request: return "status" and "matched_text" also.

Needed by IPython Notebook. Requires latest REPL.

fffbcc6de68cc2a8fa58f7a62c2189a4dec49fc2 authored over 11 years ago by Stefan Karpinski <[email protected]>
complete_request: don't need "block" and not sent by the notebook.

47b0a7483f6412dc0ad17079bec03584fde3760f authored over 11 years ago by Stefan Karpinski <[email protected]>
object_info_request for #4

eeec46c6b32d3423c6c6c8dc8eeea106062a6e52 authored over 11 years ago by Steven G. Johnson <[email protected]>
document GnuTLS dependency

b2e489acbc316631d230324010bcb03b2df506ee authored over 11 years ago by Steven G. Johnson <[email protected]>
implement HMAC signatures (fixes #3); default should be changed to sha256 once ipython/ipython#3756 lands

b62445abc5ff0b1c56a1ebf7636320a26fed82bd authored over 11 years ago by Steven G. Johnson <[email protected]>
slight correction to msg_pub protocol (according to current IPython behavior, though not officially part of the spec)

7a91fbdab7f37305cfe25918c5e60e8f495dca42 authored over 11 years ago by Steven G. Johnson <[email protected]>
Prepend the uncompleted part of of the completion request

7e6c0350edd705f0c5b56cbb30a7f0d4ec9addb5 authored over 11 years ago by Keno Fischer <[email protected]>
Merge branch 'master' of github.com:JuliaLang/julia-ipython

86908855e48a50a26fc2094c814bdf068b5c23ae authored over 11 years ago by Jeff Bezanson <[email protected]>
move using and include to top, and remove dead code in completion handler

af277a8a0fdb1c9eda98638ca833832549c043d3 authored over 11 years ago by Jeff Bezanson <[email protected]>
Note REPL requirement in README and remove old completion code

0611fc92fd0997d92cbf823701105c899e5e05b9 authored over 11 years ago by Keno Fischer <[email protected]>
REPL based completions (fixes #11)

a680fcb537b1ec687a4baf4b534b3a46ee6c5687 authored over 11 years ago by Keno Fischer <[email protected]>
draft crash message for #4

4d06e66955a53760be2c4981363a4bb0feec554a authored over 11 years ago by Steven G. Johnson <[email protected]>
make a few globals const

fa7fefd261c46b0846671862466c66efe58b6789 authored over 11 years ago by Steven G. Johnson <[email protected]>
Re-add that got lost in merge

8958092ed83ea267120c69b97cb1de454a925471 authored over 11 years ago by Keno Fischer <[email protected]>
Merge branch 'master' of github.com:JuliaLang/julia-ipython

Conflicts:
jlkernel/handlers.jl

60ba8447fa03f2be6d496216ae5e6f1dd0e1219b authored over 11 years ago by Jeff Bezanson <[email protected]>
add kernel_info_request and connect_request messages

38cb1ce84a89cf0aaa341e60eefe08f63d81fb87 authored over 11 years ago by Jeff Bezanson <[email protected]>
pyin for #4

0b9855c33c4d2dc6e4fa51528bfa561f4779854f authored over 11 years ago by Steven G. Johnson <[email protected]>
shutdown_request for #4

fd596d4275a7b0f685337222098de980e7c0f2c2 authored over 11 years ago by Steven G. Johnson <[email protected]>
do more-or-less the right thing on exceptions from execute_request

bc18c238aeb8a6d458cc8f616f338eaba48255f5 authored over 11 years ago by Steven G. Johnson <[email protected]>
allow passing the profile JSON file name as ARGS[1]

9264399d5fb08cfb4782d79e48a24cb4b4042557 authored over 11 years ago by Stefan Karpinski <[email protected]>
cosmetic: minor reformatting

bd8f6e01122d0f6e413289dbc016b62f4328b387 authored over 11 years ago by Stefan Karpinski <[email protected]>
send_status shouldn't ignore its argument (duh)

dbf52cdf93bdeab40a4ee526867b0ee2405ca3e6 authored over 11 years ago by Steven G. Johnson <[email protected]>
Merge branch 'master' of github.com:JuliaLang/julia-ipython

18876bd52f68a369046539189d390064dd7e92b4 authored over 11 years ago by Jeff Bezanson <[email protected]>
very simple complete_request handler

cc4cb77c3c4a8a02f4072677cbcd67eb5dc9ac80 authored over 11 years ago by Jeff Bezanson <[email protected]>
ipython seems to want pyout message before execute_reply

cc91e3b47a6a24fa32a1bce61c5d9707138bbd3f authored over 11 years ago by Steven G. Johnson <[email protected]>
use print_repl, honor silent, and evaluate user vars for #5; status messages for #4; still some weirdness for #10

a3b73f51705cca64fc3997e6077181e24035a9d8 authored over 11 years ago by Steven G. Johnson <[email protected]>
added README for prototype jlkernel

1bcb49ddfeb4929f82bf0082be716678cdaa98f9 authored over 11 years ago by Steven G. Johnson <[email protected]>
fix In/Out numbering (although issue #10 is still messing us up)

30a255d460aef89b0caeacf1d5233129c0bedceb authored over 11 years ago by Steven G. Johnson <[email protected]>
refactoring and cleanup of jlkernel

1fb8b382b72d9c26c729551e4d2f5927b26b5b0a authored over 11 years ago by Steven G. Johnson <[email protected]>
use new Random.uuid4() function, move to jlkernel subdirectory

e9e04fbdd7a797417c7663c345fc1a9e9ae1bad2 authored over 11 years ago by Steven G. Johnson <[email protected]>
Merge branch 'master' of https://github.com/JuliaLang/julia-ipython

c94bbf8cf20fd1d6df77548312d5dabc3cab0efb authored over 11 years ago by Steven G. Johnson <[email protected]>
barely functional pure-Julia IPython kernel

a3a254524fbc50dbb675ced214871f9f53264abe authored over 11 years ago by Steven G. Johnson <[email protected]>
.gitignore: ignore *.pyc

6f4757e1106c10e4b2a5165c9ef6c0cbfb2e7aae authored over 11 years ago by Stefan Karpinski <[email protected]>
another seemingly redundant void_p cast that is apparently essential on MacOS

f32f76f0f36a37e88b831cf70ebfc75f74acabc5 authored over 11 years ago by Steven G. Johnson <[email protected]>
Fix for new julia kwargs syntax.

2e324f1d0f21d25219ac4b6def14971348eff39a authored over 11 years ago by Fernando Perez <[email protected]>
Documentation improvements.

310d3d9a3be961a6ac5b8d5c567a161bddd048ca authored over 11 years ago by Fernando Perez <[email protected]>
Minor formatting cleanup.

57a21ea700ff5503041cc5eedfac3aecc1d3eaf3 authored over 11 years ago by Fernando Perez <[email protected]>
Remove workaround for IPython bug that is now fixed upstream.

a3aecdf69ce81305389441262ac81bd6d64e876b authored over 11 years ago by Fernando Perez <[email protected]>
Allow the initialization of Julia to be controlled at startup.

9eb4238436b8c3401e2a3656ee27f54e974e5647 authored over 11 years ago by Fernando Perez <[email protected]>
Reorg and create proper test directory.

b99b26c1d535e7716f5fd233157a7c626399d900 authored over 11 years ago by Fernando Perez <[email protected]>
raise exceptions on NULL return from Julia API (see Julia issue #2755)

7f0ff66a45e6b01b8f41dfdbd1f9cb9dab20cbcc authored almost 12 years ago by Steven G. Johnson <[email protected]>
Rename IPython magics extension to simply 'julia.magic'.

52ac574060cb91537f5208c4d7a798bf0ff8dec9 authored almost 12 years ago by Fernando Perez <[email protected]>
Add setup.py file to properly install as a Python package, named 'julia'.

beabcbd624e5a1391e4218d3a74163939044b968 authored almost 12 years ago by Fernando Perez <[email protected]>
Create simple gitignore file.

adbb10e4c2661cbe983dc1f896c3607f7722e077 authored almost 12 years ago by Fernando Perez <[email protected]>
Fix broken imports.

9be7876e31b81c8262ae033bc9e6c506a6af5fed authored almost 12 years ago by Fernando Perez <[email protected]>
Add a proper package init for the Python package.

de7d7c9f3c2bc588592d41703214e231686aad0e authored almost 12 years ago by Fernando Perez <[email protected]>
Reorganize into a proper directory layout.

c2cc749e3e2ccac50b85ddf2a8c945a8c58628a5 authored almost 12 years ago by Fernando Perez <[email protected]>
Clean up execution loop and ensure counters are properly synced.

7f20678ae59f7be0cec6430f6bb504b17a1ffddb authored almost 12 years ago by Fernando Perez <[email protected]>
Ensure that only pure python strings (not unicode) are passed to Julia.

I think this is a bug in either Julia or PyCall, but until we sort out
their unicode support, we...

420c1f6cb758e48b32a8f4b872f78f7850e6f8c3 authored almost 12 years ago by Fernando Perez <[email protected]>
Add logging type info.

81e29d07d79df828ff90927437f94dca5fce009e authored almost 12 years ago by Fernando Perez <[email protected]>
Move over readmes to markdown.

0bf6961ac317102ebe6107ac0b39eea07fa114c4 authored almost 12 years ago by Fernando Perez <[email protected]>
Clean up notebooks, add proper README.md.

Right now there's a strange bug in kernel mode, where only the first
character of the input come...

12c3374d3a521448380756de54b2f2d85071d1dc authored almost 12 years ago by Fernando Perez <[email protected]>
Clean up and leave ready for testing the simpler kernel/frontend pair.

3c221825443e83c6dacc2ff6ee3a528a64ab2d6e authored almost 12 years ago by Fernando Perez <[email protected]>
Add basic numpy test.

f51a03be01630e1fc666f66d44a10f6b4bae00c0 authored almost 12 years ago by Fernando Perez <[email protected]>
Clean up the setup part, hold the PyObject in main Julia interpreter.

8ce4785640396fa0d083017407fa0dd73c32340c authored almost 12 years ago by Fernando Perez <[email protected]>
Refactor magic into separate lib and magic file, start a real test suite.

75e3c64c56141dddce2e683f0b334edc96fd9b75 authored almost 12 years ago by Fernando Perez <[email protected]>
Fix invalid call to rcvmore(), it seems to now be an attribute instead.

d0d737e774e60679160ddc33840b1b0aa5ef4384 authored almost 12 years ago by Fernando Perez <[email protected]>
starting to have a semi-working kernel...

7291ad3b9daccfe8898343159bca15ce60c73f46 authored almost 12 years ago by Fernando Perez <[email protected]>
Add a full IPython kernel for now, which we'll then gradually juila-fy

b6dc0523c95cd03b0af361a73ede95979beec8f9 authored almost 12 years ago by Fernando Perez <[email protected]>
Add local patch for IPython in our subclasss, will fix in ipython later

63b76628c9b7d42523f2498ce1366e91d9d2afda authored almost 12 years ago by Fernando Perez <[email protected]>
Prototype ipython kernel

7d54562613aa21a174a3ee698e1f8cfdd97072b1 authored almost 12 years ago by Fernando Perez <[email protected]>
added traceback code for future ref

f9ba0892c668da7e4369b984d41e8ce930d7c0e8 authored almost 12 years ago by Steven G. Johnson <[email protected]>
aha, sys.argv needed

3169aa56eb3b4407874b6747bf2556906e1f66f0 authored almost 12 years ago by Steven G. Johnson <[email protected]>
Merge branch 'master' of git://github.com/JuliaLang/julia-ipython

48b734072e67f2f496abfcde9d1c332cd946c82b authored almost 12 years ago by Steven G. Johnson <[email protected]>
added ipython importing test

6c70570b099946741c1c3ce71384b80b9cb8b181 authored almost 12 years ago by Steven G. Johnson <[email protected]>
Fix accidental addition of .so

af1e5c7a96f470d74b59a14033db715640cd5e66 authored almost 12 years ago by Fernando Perez <[email protected]>
Add tiny example of python zmq kernel.

3953b9b286e34f6eaad1c541edbefcbd7eba3c8c authored almost 12 years ago by Fernando Perez <[email protected]>
Fixed conflict in abspath setup.

2ad14957e364cda90dfffb63a4734ce91c41111e authored almost 12 years ago by Fernando Perez <[email protected]>
delete obsole magics; use ctypes.util.find_library so that correct extension gets added to shared lib; explicit ctypes.c_void_p calls seem needed on MacOS to pass pointer arguments correctly (not sure why??)

891f3d07bb44bad8a36570fa56c4cc01612fc82e authored almost 12 years ago by Steven G. Johnson <[email protected]>