Releases: fonsp/Pluto.jl
Releases Β· fonsp/Pluto.jl
v0.12.12
Pluto v0.12.12
Closed issues:
- Code Cell line height (#545)
- Can't ArrowDown on the last line if it wrapped (#653)
- Anonymous function using
function(x)
unrecognised (#654) - no method matching process_ws_message (#656)
- Live docs tokenizing issues (#694)
- Cannot see content of nested namedtuple vectors (#697)
- Run Pluto on jost but work on Local over SSH (#698)
- Modules defined at separate cells got evaluated into different workspaces (#702)
- Confusion Between Latex and Variable (#704)
- Option to increase cell width to display tables (#715)
- Tuple of dataframes is not printed (#718)
- Add features to navigate big notebooks (#721)
Merged pull requests:
- fix anonymous function canonalization, fixes #654 (#709) (@Pangoraw)
- Getting started sample notebook: Properly escaped quotes (#714) (@BioTurboNick)
v0.12.11
Pluto v0.12.11
Closed issues:
- Ideas from other notebooks (#173)
- @test macro with rtol (#383)
- Segmentation fault with PyPlot.pygui(true) (#494)
- Header font for 0123456789 is too artsy (#613)
- Adaptive cell width (#642)
- Stop a long Flux.jl call cleanly (#668)
- Editing the .jl file in a separate text editor (#669)
- Assign in a macro should not be analysed as a real assign (#670)
- Crash on 0.12.10: MethodError: no method matching
unmake_workspace(::Pluto.Promise{Plut o.WorkspaceManager.Workspace})
(#674) - Pluto crashes with PyCall and ImageView (#675)
- Recapture output of an open session (#679)
- ylims doesn't show plot correctly. (#680)
- Plots rotation=90 doesn't show ticks (#681)
- Calling a notebook as a function from command line or REPL? (#684)
- segmentation fault ScikitLearn.jl (#686)
- Authentication issue with VS Codespaces, ipadOS (#687)
- Store user config/data on server instead of client (#690)
- Printing variables defined through SymPy (#692)
- No method matching shouldlog world age error (#695)
- TaskFailedException in Cromium Based Browser (I am using brave browser)? (#696)
Merged pull requests:
- Tables Interactive viewer - Sticky Headers (#672) (@pankgeorg)
- PLJ-613 Import Vollkorn from fonsp repo & enable features (#673) (@pankgeorg)
- Add missing wait() (#682) (@fghzxm)
- π fuzzy completions (#689) (@aviatesk)
v0.12.10
Pluto v0.12.10
v0.12.9
v0.12.8
Pluto v0.12.8
Closed issues:
- Display DataFrame with more than 18 rows/columns (#292)
- Attempted to send feedback but got this error. :-) (#643)
- The β icon is misaligned on chrome (#647)
- Updating Pluto to v0.12.7 rolls back some dependancies (#648)
- Cannot open new notebook (#655)
- Hidden Dependencies - Always Re-Run Directive (#657)
- How to handle side effects? (#658)
- Only first letter of NamedTuple keys is shown (#660)
Merged pull requests:
v0.12.7
Pluto v0.12.7
Closed issues:
- Interactive inspector - lazy load more items (#102)
- Floating-point display precision (#167)
- support API for open and run a notebook file (#435)
- How to make a self refreshing cell work? (#515)
- Stuck at Loading... with problem code "with^S_terminal(dump, o)" (#518)
- Problems with SVG files containing
<script>
(#546) - IOError when opening a new Pluto nb (#578)
- JS
this
state should persist for self updating @Bind cells (#619) - RangeError: Start offset undefined is outside the bounds of the buffer (#620)
- Feature request: Spell check for markdown cells (#622)
- Pluto unusable on one of my installs. (#624)
- Table of Contents/Outline (#629)
- convert notebook to app (#630)
- High CPU load on client side with long running notebooks (#631)
- PDF output does not preserve links (#632)
- Make the cell's runtime count up while the cell is running (#636)
Merged pull requests:
- start with all threads (#616) (@fonsp)
- Remove the mini JSON serializer (#633) (@fonsp)
- PJL-631 translateY keyframe animation (#634) (@pankgeorg)
- πͺ Remove tree viewer HTML generation in PlutoRunner (#635) (@fonsp)
- π΄ Lazy load more items (#638) (@fonsp)
- Update Basic mathematics.jl (#639) (@Sleort)
- PLJ-636 Make the cell's runtime count up while the cell is running (#640 (#640) (@pankgeorg)
v0.12.6
Pluto v0.12.6
v0.12.5
Pluto v0.12.5
Closed issues:
- Cells with @Bind value run twice (#275)
- Backspace to delete cell is not ideal (#408)
- Notebook without cells (#444)
- Development: better VS Code experience (#460)
- Updating a variable interpolated into a MathJax equation scrolls notebook (#535)
- Don't assume Plutos deps are available from toplevel (#542)
- Shortcut to run all selected cells (#556)
- Input elements lead to too many cell evaluations (#567)
- Since v0.12.4 : browser JS error on notebook opening (#576)
- Pluto doesn't load if firebase did not initialize (#583)
- Pluto frontend doesn't display ligature fonts despite using JuliaMono (#584)
- Is macro incompatible with Pluto? (#585)
- tabs/indenting (#586)
- Output from commands not showing inside Pluto notebook but showing in Julia Terminal (#587)
- IPv6 address printing (#589)
- Failed to process update Error: BUFFER_SHORTAGE (#593)
using
wants to run ahead ofadd
(#595)- Bind canvas data to Julia array (#598)
- Is there a way to detect command line execution? (#603)
- Possible to autoreload packages which are devoloped in IDE like VS code? (Idea: no cluttering in notebook) (#604)
- Extra space in nested markdown lists (#605)
- CORS request did not succeed (#607)
- [feature request] begin...end button ? (#610)
- Cannot assign a value to variable IJulia.ans (#614)
- Printing using markdown (#618)
Merged pull requests:
- End-to-end tests using Puppeteer and Jest (#387) (@novoselrok)
- Sort autocomplete by showing lowercase first (#526) (@iboss-ptk)
- Implement a fix for the "splitting" that http.jl was doing on websocket messages (#580) (@dralletje)
- π Fancy JS animation magic support (#582) (@fonsp)
- Correct 5 spelling issues, all in strings, touching no logic. (#588) (@PhilipLoewen)
- Ligatures (#590) (@pankgeorg)
- FAQ link location (#591) (@pbouffard)
- Actually show the event that errored in the alert box (#594) (@Pocket-titan)
- Open a pluto notebook directly (#601) (@GiggleLiu)
- Shortcut to run selected cells (#602) (@pbouffard)
- Autocomplete improvements (#606) (@fonsp)
- IPv6 Address Printing (#608) (@UtkarshChemE)
- WS fix (#609) (@fonsp)
- jsdelivr for everything (#611) (@fonsp)
v0.12.4
Pluto v0.12.4
Closed issues:
- Error when deleting cell during execution (#152)
- Remove deleted files from 'Recents' list (#174)
- π§ Before Pluto v0.12 (#280)
- Compress Live Docs button so that it can be shown with reduced window size (#447)
- blank notebook screen when launching offline (#552)
- can't run and add cell (#553)
- Plotly (and PlotlyJS) don't appear in static HTML (#555)
- "HTTP upgrade failed for unknown reason" when starting Pluto session (#557)
- Formatting Live Docs (#558)
- Failed to load notebook (#559)
- Making executable file (#560)
- Can't re-evaluate cells containing
Sympy.@vars
(#561) - Live Docs should look like Documenter.jl (#562)
- Manually remove notebooks from "Recent sessions" (#563)
- zipfile.ZipFile from python not working properly (#565)
- someone else π broke cyclic refs (#568)
- Cell dependencies not being correctly determined (#569)
- Move button no longer does anything (#570)
- Julia web assembly backend (#572)
- Time to first notebook open (#573)
- Issues using name
result
in global scope (#574)
Merged pull requests:
- Live doc search (#547) (@iboss-ptk)
- add css style for code inside markdown (#551) (@Moelf)
- Fix typo in Getting started.jl (#575) (@elliotsayes)
v0.12.3
Pluto v0.12.3
Closed issues: