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

fixed read me file for updated `Pkg` keyword use (#714)

`Pkg.*` keywords don't work without importing 'Pkg'. Updated read-me so that there's no confusion.

4b1286a100fbf89424926b7d4cbcc4f1d9ebe912 authored over 6 years ago by Nilesh <[email protected]>
replicate REPL pkg mode for cells starting with ] (#715)

9a982ccf176706fab653e16cf7854c5a8df83499 authored over 6 years ago by Steven G. Johnson <[email protected]>
Move flush_all() out from @async (#693) (#711)

* Move flush_all() out from @async

* no need for async around idle message

6bde68f0002181556e176122757bbebbec0a7acd authored over 6 years ago by DanielChen <[email protected]>
make sure completions are unique (#712)

See JuliaLang/julia#28694

88e47e766175cd5d84b0e84b741540e6677ace82 authored over 6 years ago by Steven G. Johnson <[email protected]>
corrections to history function (fixes #706)

81d98a3466db9843b26f6a294c8ca0b544d390c2 authored over 6 years ago by Steven G. Johnson <[email protected]>
Fix CI (#710)

9ebc928fc7f72fb32d5298a9a79daf2f884ba5e8 authored over 6 years ago by Takafumi Arakaki <[email protected]>
Check whether Revise is running at startup, and if so configure it (#708)

Revise checks whether IJulia is running in its `__init__` function,
and if so defines an approp...

31d0a4dea33965145c5660c8058593c22d2604c4 authored over 6 years ago by Tim Holy <[email protected]>
Fix shell mode for Julia 1.0 (#703)

`replace(string::AbstractString, pat, r[, n::Integer=0])`
gets removed in Julia 1.0. The new si...

acbd9e24ef95f04645ac6602c6dbfaea9bebbca8 authored over 6 years ago by Robert Hönig <[email protected]>
more 0.7 updates (#696)

44aa186c345dc26416742fd0b490bdf4dcd9d2b9 authored over 6 years ago by Steven G. Johnson <[email protected]>
Make ipy_mime variable more readable (#694)

1f0d6b5eda07c4bb7a8d54c42756da2d86c9637a authored over 6 years ago by Morten Piibeleht <[email protected]>
use IJULIA_DEBUG env var to enable debugging output in build, rather than requiring user to edit the source

7fcd0ef62f8a0ab06cd28b21dcd50aa5ef54aa18 authored over 6 years ago by Steven G. Johnson <[email protected]>
set the context_module for the REPLCompletions (#680)

* set the context_module for the REPLCompletions

* Update handlers.jl

3baf8e2d3dce759c91d4837ffad53ade9dca3d35 authored over 6 years ago by Kristoffer Carlsson <[email protected]>
Monkeypatch Compat.stdio to match Base. (#691)

894a0fc7e701451499b027509edc593e10a3dc8a authored over 6 years ago by Travis DePrato <[email protected]>
fix #688 (? cells)

bb438dc04003039a3168fff9ca1a4625f3b08e2c authored over 6 years ago by Steven G. Johnson <[email protected]>
fix #682: using InteractiveUtils on 0.7 (#687)

b4b3c09086f7b09a817a21df57f99862ae4bbb46 authored over 6 years ago by Ed Schmerling <[email protected]>
fix #678: override Julia prompt and getpass

b5ea8af2bf76f822263f615b67ba3b59ef1a81d9 authored over 6 years ago by Steven G. Johnson <[email protected]>
update new REPLCompletions API (fixes #679)

993315d974d8124501dda8d1f00bfc2a052c658e authored over 6 years ago by Steven G. Johnson <[email protected]>
fix chr2ind deprecation

002f6503845350503b3f7a2f323813a64625f24c authored over 6 years ago by Steven G. Johnson <[email protected]>
a few more 0.7 updates (#672)

* findlast/first updates

* tighten where clause

* another showable call

* having pop_fo...

757ff171f1d34bdf8c0c70a2eaaaa5f814be0181 authored over 6 years ago by Steven G. Johnson <[email protected]>
fixes for 0.7 (#671)

* 0.7 compatibility (mostly)

* update appveyor to test nightly too

* fix merge error

* ...

533ca5d3a0c2d23b0385f34f0db8f41accef4f99 authored over 6 years ago by Fredrik Ekre <[email protected]>
default to system jupyter on non-Apple unices (fixes #615)

90b0165cf0902f9ca678f968d63e8834119ccc63 authored over 6 years ago by Steven G. Johnson <[email protected]>
Don't send vega if vega-lite is being sent (#669)

e0c705c856c6ead4d1843cad87a753634dc1e1e6 authored over 6 years ago by David Anthoff <[email protected]>
Add application/vnd.vega.v3+json MIME type (#668)

afd87152c4131e4ad9c2072bb0b30b2f099a1774 authored over 6 years ago by David Anthoff <[email protected]>
Removed idle_delay! (#655)

4fef79f8a50e0e2d33f0f7e2d3e69af2b8dd9e0a authored over 6 years ago by Joseph Murphy <[email protected]>
Add support for the dataresource MIME type (#630)

* Use JSON.JSONText for vegalite mime type

* Add support for vnd.dataresource mime type

002236c5b6c7967d37c4b486f22ef18c91bee167 authored over 6 years ago by David Anthoff <[email protected]>
super useful info (#656)

that is mentioned on some issue but not in the readme...

dba8e89796d860810f51ac439fd62006952cb6ea authored over 6 years ago by George Datseris <[email protected]>
require ZMQ 0.6 for upcoming 0.7 support

5715e95bef5ebf1da95067cada8c9036cdbeeb08 authored over 6 years ago by Steven G. Johnson <[email protected]>
Ensure copied code in readme can be rerun (#653)

fc827129adc7158d0b792c048381fc14cb2618bd authored over 6 years ago by Dan Segal <[email protected]>
fix heartbeat thread for latest ZMQ

004e0fbd83a2d1dcae2e6a50127e0b231cb62d19 authored over 6 years ago by Steven G. Johnson <[email protected]>
allow setting the module which code gets evaluated in (#651)

e11ae261fee943eec665e90203cdab7dc4f0ee66 authored over 6 years ago by Kristoffer Carlsson <[email protected]>
Drop Julia v0.5 (#642)

* stop testing v0.5 on Travis

* drop Julia v0.5 entirely

9cba26457abe25058e1331b76f7b117406d72507 authored over 6 years ago by Robin Deits <[email protected]>
implement Base.redirect_{stdout,stderr,stdin} (#641)

* implement Base.redirect_{stdout,stderr,stdin}

* fix test brittleness

* only allow stdio ...

2ef4873faed852bd2646e0d6c73993cd58419673 authored over 6 years ago by Robin Deits <[email protected]>
Typo and grammatical corrections (#643)

* Typo and grammatical corrections

* Changed "behaviour" to "behavior"

55feb48e19ee07201aae99e4b58eb3f83295df55 authored almost 7 years ago by Rishab Gupta <[email protected]>
Remove further `"source" => "julia"` mappings for JupyterLab compat (#638)

5bc0c8729ddf8f3f2f40c857fc643dcf0ca50503 authored almost 7 years ago by Elliot Saba <[email protected]>
Add metadata to complete_reply (#632)

* Add metadata to complete request

* Improved compact display

* Remove extra definition

...

153fee84c9d71f3828ae2003c9468289d3a5b74d authored almost 7 years ago by Matti Pastell <[email protected]>
Remove `"source" => "julia"` mapping (#633)

This does not seem to be supported in JupyterLab 0.31. See this link
[0] for more detail

[0...

c5195dbce0be2337042964162d11eeed6db0c438 authored almost 7 years ago by Elliot Saba <[email protected]>
more informative error message when JUPYTER is not a valid executable

397d190ae68c6d61425b0239733090cd93450875 authored almost 7 years ago by Steven G. Johnson <[email protected]>
Update to latest CodeMirror commit (#627)

This provides correct syntax highlighting for `struct`.

eb3ca8631dd2545c84f14ce529b175e4240d3aef authored almost 7 years ago by Miles Lubin <[email protected]>
fix (x...) deprecation

ca289952991d8a49e66f4768eff87d9a836dbf5b authored almost 7 years ago by Steven G. Johnson <[email protected]>
Fix Windows package locations (#619)

ff4e03a2187a5225691af725ff62b216c0b19359 authored almost 7 years ago by Christopher Rackauckas <[email protected]>
Allow failures for builds on julia nightlies (#622)

669ebe36d891c8639dbbefbe0793a4364b83c8d6 authored almost 7 years ago by David Anthoff <[email protected]>
Embed vega-lite JSON directly in JSON message (#621)

6bbb0693363b9220f5ad6f0ecd8b46c909d95bdf authored almost 7 years ago by David Anthoff <[email protected]>
Add %qtconsole magic (#620)

* Add %qtconsole magic

* Warn if qtconsole is called outside a running IJulia session

* Er...

272b4823cd6364a0ae2cb330ac13f75569bb5d5e authored almost 7 years ago by Mehul Tikekar <[email protected]>
Capture the parent message locally for idle messages (#618)

* Capture the parent message locally for idle messages

@async no longer implicitly captures v...

668c77319cc1178f582d0cb603b272d43d611b5d authored almost 7 years ago by Nathaniel Nicandro <[email protected]>
Add vega-lite mime type (#611)

828b424bc1bbe4169913ee5cceb7f7a7562d7e59 authored almost 7 years ago by David Anthoff <[email protected]>
Use uppercase, lowercase, and now from Compat (#605)

* use lowercase from Compat.Unicode

* fix compatibility with 0.7

48f5bafa06d3efb919743b2a8567ae911b8fd629 authored almost 7 years ago by Robin Deits <[email protected]>
fix setup_stdio for IJuliaStdio (fixes #604)

b54785213e1b0ce12483ce6f6ff23b6baf15eac3 authored about 7 years ago by Steven G. Johnson <[email protected]>
fix IO colorization for Julia 0.7, remove some type piracy hacks

8b7ee4c7b3fc326318c23bc2c10345d9613eb2ec authored about 7 years ago by Steven G. Johnson <[email protected]>
Fix findfirst depreciation (#598)

* Fix findfirst depreciation

equalto is only available in Julia 0.7. When support for Julia 0...

51a1e54d65ae99084a482b99d03b43c8cf38b2cf authored about 7 years ago by José Bayoán Santiago Calderón (史志鼎) <[email protected]>
allow display of arbitrary MIME types via explict display calls (closes #595)

34d9d0d8ea534ad85c81557cc27610b0ff21cba0 authored about 7 years ago by Steven G. Johnson <[email protected]>
handle 0 indices in more cases (for #589)

4efeb51d610319f0b2a99c93ac4aeb329c793967 authored about 7 years ago by Steven G. Johnson <[email protected]>
Merge pull request #588 from JuliaLang/yyc/0.7

Fix 0.7 depwarns

739ef7fbe5cf0eed043575b19bac348f88c0ef42 authored over 7 years ago by Yichao Yu <[email protected]>
Fix 0.7 depwarns

05f34cc953708affecf0c5e6c1c83b0275591d88 authored over 7 years ago by Yichao Yu <[email protected]>
Merge pull request #587 from JuliaLang/yyc/0.7

Fix most depwarns on 0.7

42d103eaa89d8cf1ab3bc0a8ee0e298bb9a91f80 authored over 7 years ago by Yichao Yu <[email protected]>
Fix most depwarns on 0.7

3eec4598006e5bbc37236136ccfab05d281f723e authored over 7 years ago by Yichao Yu <[email protected]>
Allows adding metadata to comm_open message (#583)

70d1b9022bbb6c403f36c1143d2f716ce7c51a00 authored over 7 years ago by Joel Mason <[email protected]>
widen chr2ind signature, fixes #564

c6a33c40eb0cf463644648988581dc6e8aed95e5 authored over 7 years ago by Steven G. Johnson <[email protected]>
update to using tuple type for cfunction (#577)

df3f83839f8a7a2287298eb25cd9f9d77c6db57c authored over 7 years ago by Mus M <[email protected]>
use @__DIR__ instead of Pkg.dir (#576)

this is more likely to be correct without needing to manually set IJULIA_DIR

382c6657732435f3ef96c3113d3fc9a4339ba58e authored over 7 years ago by Tony Kelman <[email protected]>
Merge pull request #575 from JuliaLang/yyc/0.7

Fix most of 0.7 depwarns

806cbf09421d4e945b728d657769f7e25e584d62 authored over 7 years ago by Yichao Yu <[email protected]>
Fix most of 0.7 depwarns

209481984d4287212aaf619f906614761608f990 authored over 7 years ago by Yichao Yu <[email protected]>
whoops, forgot git add kspec.jl (fixes #573)

26780fb4e4860a4f0d2ef0d767a6e7cdcb7092d0 authored over 7 years ago by Steven G. Johnson <[email protected]>
rename addkernel -> installkernel

ebeb2541d6b131330501e8293fec65a7918756a5 authored over 7 years ago by Steven G. Johnson <[email protected]>
add IJulia.addkernel

92aedf945f127399c62f428c38147e75635dd727 authored over 7 years ago by Steven G. Johnson <[email protected]>
Get the latest syntax highlighter at build time (#569)

415681aede012d215daf9968b7050836e3c97cde authored over 7 years ago by Pablo Zubieta <[email protected]>
Merge pull request #570 from pabloferz/pz/ci

Add missing CI configuration for 0.6

b14e69ea5fc28949b15c6fe978159e8849eab02a authored over 7 years ago by Pablo Zubieta <[email protected]>
Add missing CI configuration for 0.6

41b8ea73380170319e1fec5513285a1e3ba88358 authored over 7 years ago by Pablo Zubieta <[email protected]>
modified: deps/build.jl (#560)

* modified: deps/build.jl
On linux systems, try "jupyter-notebook" to retrieve the
...

6b53efd27826b42b3431062569c56a7e84c46084 authored over 7 years ago by ajalexei <[email protected]>
missing invokelatest when flushing display queue

1b17812b9ee2a544821fe4d00cfd9ac93a2491e5 authored over 7 years ago by Steven G. Johnson <[email protected]>
better fix for #513 using invokelatest

95897bacf6f747b4c8332cdf09ad124742335b48 authored over 7 years ago by Steven G. Johnson <[email protected]>
Allows self referential result history (#553)

Julia 3066 is long resolved: https://github.com/JuliaLang/julia/issues/3066#issuecomment-45560974

ad14a20472c7804a04178bb3be4865ac9b806748 authored over 7 years ago by Joel Mason <[email protected]>
Temporary fix for #551 (#552)

eba3bd14427b0505acdd56c89c5c31c42830be78 authored over 7 years ago by Ron Rock <[email protected]>
include date in message headers for Jupyter 5.1 compatibility, simplify message code

2db7e84f032d6b6f84372cb9529c6f9aba5112aa authored over 7 years ago by Steven G. Johnson <[email protected]>
handle v5.2 protocol change (jupyter/jupyter_client#262)

18417eb7f0a264afc89b1864dde31d33c39d7194 authored over 7 years ago by Steven G. Johnson <[email protected]>
use invokelatest instead of eval

def6165a34271be4581e6399a69e642d99745f4e authored over 7 years ago by Steven G. Johnson <[email protected]>
Call message handlers with invokelatest on 0.6 (#542)

Bump Compat version in REQUIRE

aaa0e21a8dac31740f39fb8efedd57b129279e95 authored over 7 years ago by Joel Mason <[email protected]>
Update CI URLs to point to new caching infrastructure (#543)

95dd91f16f1eb94e336c180147f13ab49cf1c11c authored over 7 years ago by Elliot Saba <[email protected]>
use UTF-16 code units, not characters, for Jupyter string indices (fixes #541)

d42f79f7f9a6924874f0833e606e81bbe77609b5 authored over 7 years ago by Steven G. Johnson <[email protected]>
Fix comparision with nothing (#540)

bfd39721b5f8657dce38f4f2d50cd6077da22252 authored over 7 years ago by Benoît Legat <[email protected]>
Merge branch 'master' of git://github.com/JuliaLang/IJulia.jl

a8bf63edb36a57a0bac70d4cbf45787c72f9ca07 authored over 7 years ago by Steven G. Johnson <[email protected]>
reset output throttling on clear_output (closes #537)

0c5ce618edea6a83ffafd6b0bf9f20fdca18fd38 authored over 7 years ago by Steven G. Johnson <[email protected]>
workaround for broken data-rate limit in Jupyter 4.2-5.0 (closes #528)

61a8938dbb7f7a463af8aa092c4e09a780912f6a authored over 7 years ago by Steven G. Johnson <[email protected]>
fix #530: tab completion for empty completions array

3cde122588f09eb2cb21d05483e923fc5e28f011 authored over 7 years ago by Steven G. Johnson <[email protected]>
Merge pull request #527 from JuliaLang/yyc/0.6

Fix depwarn on 0.6

ba921418c5bec2418fddc98f1be98ba36a68a78c authored over 7 years ago by Yichao Yu <[email protected]>
Fix depwarn on 0.6

cf7519ce33a6206bb6b8b23d81fba16b5ffda54a authored over 7 years ago by Yichao Yu <[email protected]>
seed explicitly MersenneTwister(0) (#525)

* seed explicitly MersenneTwister(0)

* randomize internal RNG seed

843fdb0d20253ac4e8a4bdb3c19f4b507afbd987 authored over 7 years ago by rfourquet <[email protected]>
Fix a typo in IJulia.jl (#521)

* `pretexecute_hooks` must be `preexecute_hooks`.

012e94bbf7e31417c4c353809ea85372695ec029 authored almost 8 years ago by Joongi Kim <[email protected]>
Update Readme to add julia syntax highlighting (#520)

3877ee382e35d45abebd6e85ec6d2d30a5f05b1f authored almost 8 years ago by Mus M <[email protected]>
use Base.REPL.ends_with_semicolon to check for semicolon at end of code cell. This somewhat improves #109 in Julia 0.6 thanks to JuliaLang/julia#20918

0f14cbaaa8adf2a10692a5f99e1c6969970a566f authored almost 8 years ago by Steven G. Johnson <[email protected]>
don't swallow build errors (noticed in #516)

6e2967aec9321625ad51550ded30c1ce2f76a4cc authored almost 8 years ago by Steven G. Johnson <[email protected]>
Merge pull request #514 from JuliaLang/yyc/0.6

More 0.6 depwarn fix

1cb16ecdac6124a12952bc8948ccf9438b675f3c authored almost 8 years ago by Yichao Yu <[email protected]>
More 0.6 depwarn fix

e27f7c619765b7ed898f07de960325ca59b2033a authored almost 8 years ago by Yichao Yu <[email protected]>
use eval on hooks to run in the current world (#513)

4497c150653c648182d1fc891dca4e56c8a6f81f authored almost 8 years ago by adambrewster <[email protected]>
Fix depwarn on 0.6 (#512)

86d7094acb43ccd3bf58b1adcc43e4d890e3de8d authored almost 8 years ago by Yichao Yu <[email protected]>
Evaluate result in current_module(). Fix #507 (#508)

* Evaluate the result in current_module(). Fix #507

* Eval in current_module()

13551c6e4fc4e940654018ad5a76085005bccd93 authored almost 8 years ago by Cédric St-Jean <[email protected]>
default to system jupyter (not Conda) on Linux, as discussed in #501 and #506

83010814b031ab2953cae1f2fad24f17b32de894 authored almost 8 years ago by Steven G. Johnson <[email protected]>
handle signature schemes other than sha256

7c8fe35fe2e61ab231defdb1fbe304ab275f6db7 authored almost 8 years ago by Steven G. Johnson <[email protected]>
refactor IJulia.readprompt

1695a223a9a6de94c848104bf4d5a1f4942576fe authored almost 8 years ago by Steven G. Johnson <[email protected]>
remove Compat stuff for 0.4 that is no longer needed now that we REQUIRE 0.5 (as of #447)

720ddb253aa3573390b5497a68e58e74913c7d50 authored almost 8 years ago by Steven G. Johnson <[email protected]>
Switch to MbedTLS

91d16d3ac9e089799425181230ac404153a2408e authored almost 8 years ago by Jon Malmaud <[email protected]>