Skip to content

Tags: marius311/Pluto.jl

Tags

v0.11.12

Toggle v0.11.12's commit message
## Pluto v0.11.12

[Diff since v0.11.11](fonsp/Pluto.jl@v0.11.11...v0.11.12)


**Closed issues:**
- Error when displaying non-1-based array indices (fonsp#197)
- support ? and ] REPL modes (fonsp#336)
- Order of the cells (fonsp#337)
- Base.Iterators.Pairs is displayed as a Dict (fonsp#340)

v0.11.11

Toggle v0.11.11's commit message
## Pluto v0.11.11

[Diff since v0.11.10](fonsp/Pluto.jl@v0.11.10...v0.11.11)


**Closed issues:**
- reorder cells in GUI according to order of command execution (fonsp#270)
- Enhancement: latex to SVG (fonsp#317)

**Merged pull requests:**
- ⌨ More keyboard shortcuts (fonsp#334) (@fonsp)
- βœ‚ Offer to split multiline cells (fonsp#335) (@fonsp)

v0.11.10

Toggle v0.11.10's commit message
## Pluto v0.11.10

[Diff since v0.11.9](fonsp/Pluto.jl@v0.11.9...v0.11.10)


**Closed issues:**
- Live docs - include prefixed module in search term (fonsp#239)

v0.11.9

Toggle v0.11.9's commit message
## Pluto v0.11.9

[Diff since v0.11.8](fonsp/Pluto.jl@v0.11.8...v0.11.9)


**Closed issues:**
- kwagrs for macro calls (fonsp#252)
- Possibility to have the code before the output? (fonsp#312)
- LaTeXString in markdown block has extra L" " (fonsp#313)
- UndefVarError (fonsp#314)
- The markdown used in Pluto notebooks doesn't render/support HTML tags (fonsp#315)
- Types? (fonsp#320)

**Merged pull requests:**
- Add First Steps Math sample (fonsp#272) (@GlenHertz)
- Allow Pluto.run(host), i.e. without specifying port. (fonsp#310) (@fredrikekre)

v0.11.8

Toggle v0.11.8's commit message
## Pluto v0.11.8

[Diff since v0.11.7](fonsp/Pluto.jl@v0.11.7...v0.11.8)


**Closed issues:**
- Feature Request: support open notebooks directly (fonsp#236)
- kwagrs for macro calls (fonsp#252)
- Even bigger live docs (fonsp#267)

v0.11.7

Toggle v0.11.7's commit message
## Pluto v0.11.7

[Diff since v0.11.6](fonsp/Pluto.jl@v0.11.6...v0.11.7)


**Closed issues:**
- Collapsible typeparameters (fonsp#122)
- Formatter (fonsp#258)
- Cells with @Bind value run twice (fonsp#275)
- Assign a variable more than once (fonsp#276)
- Safari no longer supported after Pluto v0.11.4? (fonsp#286)
- [small improvement] Add docstring (fonsp#287)
- Using tmp for file storage can be insecure (fonsp#294)
- Importing or installing packages is not reactive (fonsp#295)
- [Bug] Loading BSON variable with unit (fonsp#301)
- Issue with plotting using `PGFPlotsX` package (fonsp#305)
- Pluto.jl does not support Julia <1.0.4, only 1.0.5 and up (fonsp#306)
- redirect worker process stdout to notebook? (fonsp#308)

**Merged pull requests:**
- Fixes Safari support (fonsp#286) (fonsp#289) (@oem)
- moved arraybuffer fix to polyfill (fonsp#290) (@fonsp)

v0.11.6

Toggle v0.11.6's commit message
## Pluto v0.11.6

[Diff since v0.11.5](fonsp/Pluto.jl@v0.11.5...v0.11.6)


**Closed issues:**
- Give more helpful error message when address is already in use (fonsp#143)

**Merged pull requests:**
- Automatically select an open port ... (fonsp#266) (@Paethon)
- README: fix JSON.jl license link (fonsp#282) (@zdroid)
- 🦈 Performance! MsgPack for faster images and pre-rendered md (fonsp#285) (@fonsp)

v0.11.5

Toggle v0.11.5's commit message
## Pluto v0.11.5

[Diff since v0.11.4](fonsp/Pluto.jl@v0.11.4...v0.11.5)


**Closed issues:**
- Keyboard shortcuts (fonsp#163)
- Scroll-to-definition for Markdown footnotes & headers (fonsp#232)
- CLI for Pluto (fonsp#237)
- Add "Presentation Mode" (fonsp#256)
- variable name starting with `end` gets dedented incorrectly (fonsp#257)
- Cells error before giving the correct result with @Bind (fonsp#262)
- Where can I see the command history used in my Pluto session? (fonsp#263)
- Displaying preformatted text (fonsp#264)
- Some types not getting displayed, although they're displayed normally in JULIA REPL (fonsp#271)
- Feature Request: support hotkeys (fonsp#273)

**Merged pull requests:**
- πŸ’© Fix notebook saving issue (fonsp#277) (@fonsp)

v0.11.4

Toggle v0.11.4's commit message
## Pluto v0.11.4

[Diff since v0.11.3](fonsp/Pluto.jl@v0.11.3...v0.11.4)


**Closed issues:**
- Formatting DataFrame output nicely (fonsp#246)

**Merged pull requests:**
- Fix svg display in cells (fonsp#261) (@jveres)

v0.11.3

Toggle v0.11.3's commit message
## Pluto v0.11.3

[Diff since v0.11.2](fonsp/Pluto.jl@v0.11.2...v0.11.3)


**Closed issues:**
- Feature Request: Watch for updates to the underlying .jl file (fonsp#240)
- Allow spaces immediately after the $$ for math equations in a markdown cell (fonsp#248)

**Merged pull requests:**
- Update editor.css to add CSS for table outputs (fonsp#247) (@mthelm85)