+
Skip to content

Tags: sethaxen/Pluto.jl

Tags

v0.20.8

Toggle v0.20.8's commit message
> **Try this release in your browser!** _(Available 30 minutes after …

…the release)_

>
> <a href="https://binder.plutojl.org/v0.20.8/"><img alt="Binder logo" src="https://mybinder.org/badge_logo.svg"></a>
>
> Generate your own binder links using [pluto-on-binder.glitch.me](https://pluto-on-binder.glitch.me/)!

**Merged pull requests:**
- Fix broken path and package autocomplete (fonsp#3213) (@fonsp)

*(TODO)*

*(TODO)*

*(TODO)*

*(TODO)*

[Diff since v0.20.7](fonsp/Pluto.jl@v0.20.7...v0.20.8)

v0.20.7

Toggle v0.20.7's commit message
> **Try this release in your browser!** _(Available 30 minutes after …

…the release)_

>
> <a href="https://binder.plutojl.org/v0.20.7/"><img alt="Binder logo" src="https://mybinder.org/badge_logo.svg"></a>
>
> Generate your own binder links using [pluto-on-binder.glitch.me](https://pluto-on-binder.glitch.me/)!

**Merged pull requests:**
- Use GracefulPkg.jl (fonsp#3185) (@fonsp)
- Don't override Pkg error message when using Pkg.activate (fonsp#3194) (@fonsp)
- feat: add option to completely disable motivational quotes (fonsp#3197) (@pankgeorg)
- Frontmatter editor lazy image loading (fonsp#3199) (@fonsp)
- 💫 Use AI to automatically fix syntax errors (fonsp#3201) (@fonsp)
- Dont use inline flag on Julia 1.12 during tests (fonsp#3203) (@fonsp)
- Julia 1.12: Support `Base.@__doc__` (fonsp#3204) (@fonsp)
- Improve future Julia version warning (fonsp#3205) (@fonsp)
- Disable "more" tree viewer button when not possible (fonsp#3206) (@fonsp)
- Use CodeMirror 6 instead of FuzzyCompletions.jl for fuzzy autocomplete (fonsp#3207) (@fonsp)
- Disable AI features if ChatGPT is blocked (fonsp#3211) (@fonsp)
- Use past-present-future list of stdlibs (fonsp#3212) (@fonsp)

**Closed issues:**
- "Motivational words for errors" are being displayed for all errors (fonsp#3062)
- Memory Leak when using CUDA (and Flux) (fonsp#3183)
- julia Version 1.11.5 - Pluto PkgPrecompileError  Windows (fonsp#3190)
- julia Version 1.11.5 - Pluto PkgPrecompileError Linux (fonsp#3191)
- Pluto can't follow shortened URL (fonsp#3208)
- ADA Compliance? (fonsp#3210)

*(TODO)*

*(TODO)*

*(TODO)*

*(TODO)*

[Diff since v0.20.6](fonsp/Pluto.jl@v0.20.6...v0.20.7)

v0.20.6

Toggle v0.20.6's commit message
> **Try this release in your browser!** _(Available 30 minutes after …

…the release)_

>
> <a href="https://binder.plutojl.org/v0.20.6/"><img alt="Binder logo" src="https://mybinder.org/badge_logo.svg"></a>
>
> Generate your own binder links using [pluto-on-binder.glitch.me](https://pluto-on-binder.glitch.me/)!

**Merged pull requests:**
- Add support for TestEnv.activate() (fonsp#3157) (@jonas-schulze)
- PlutoSliderServer: support bond-defining-bond (fonsp#3158) (@fonsp)
- Deprecate `notebook` argument in MoreAnalysis functions (fonsp#3160) (@fonsp)
- downstream_recursive and upstream_recursive: don't include initial cells in output (fonsp#3161) (@fonsp)
- Performance: LRU cache for topological order (fonsp#3164) (@fonsp)
- Performance: Skip unneeded updates (fonsp#3165) (@fonsp)
- Remove `FileEditEvent` and add `StateChangeEvent` in its place (fonsp#3166) (@fonsp)
- 😵‍💫 Make the pluto-editor component embeddable inside a pluto editor (fonsp#3169) (@fonsp)
- Puppeteer tests: change index load waitUntil from networkidle0 to domcontentloaded (fonsp#3170) (@fonsp)
- Add keyboard shortcuts to documentation (fonsp#3172) (@AshlinHarris)
- Add Julia 1.12 beta tests (fonsp#3173) (@fonsp)
- Fix precompilation on Julia 1.12 beta (fonsp#3174) (@fonsp)
- Support complete_remote_package! (fonsp#3180) (@fonsp)
- Compat PrecompileTools = "~1.2, ~1.3" (fonsp#3181) (@fonsp)
- Julia 1.12 – support pretty_stackcall Core.CodeInstance (fonsp#3182) (@fonsp)
- Just ignore the deleted stdlib warnings (fonsp#3186) (@fonsp)

**Closed issues:**
- incorrect unicode subscript highlighting (fonsp#3117)
- Pluto not precompiling with Julia 1.12.0-beta1 – ERROR: LoadError: Creating a new global in closed module `anonymous` (`anonymous`) breaks incremental compilation because the side effects will not be permanent (fonsp#3171)
- Julia 1.12 – MethodError: no method matching pretty_stackcall(::Base.StackTraces.StackFrame, ::Core.CodeInstance) (fonsp#3175)
- Julia 1.12 – notebooks with MbedTLS_jll give many errors (fonsp#3176)
- Update needed for tweak in Pkg for new julia 1.11 (fonsp#3178)
- Pluto.run(workspace_use_distributed=false) not loading packages (fonsp#3184)
- Pluto fails to precompile under Julia 1.11.5 on apple silicon (fonsp#3189)

*(TODO)*

*(TODO)*

*(TODO)*

*(TODO)*

[Diff since v0.20.5](fonsp/Pluto.jl@v0.20.5...v0.20.6)

v0.20.5

Toggle v0.20.5's commit message
> **Try this release in your browser!** _(Available 30 minutes after …

…the release)_

>
> <a href="https://binder.plutojl.org/v0.20.5/"><img alt="Binder logo" src="https://mybinder.org/badge_logo.svg"></a>
>
> Generate your own binder links using [pluto-on-binder.glitch.me](https://pluto-on-binder.glitch.me/)!

**Merged pull requests:**
- Upgrade codemirror with new parser (fonsp#2980) (@fonsp)
- Update syntax highlighting colors (fonsp#3017) (@savq)
- Use public API for Pkg stdlibs (fonsp#3098) (@fonsp)
- Make fake_bind compatible to runic. (fonsp#3106) (@j-fu)
- Some code comments (fonsp#3108) (@fonsp)
- Remove frontend AST pattern matching (WIP) (fonsp#3132) (@fonsp)
- New API: Pluto.is_single_expression (fonsp#3134) (@fonsp)
- update lodash, dompurify, iframe-resizer, julia-actions/setup-julia (fonsp#3138) (@fonsp)
- Fix MsgPack issue with AppendOnlyMarker (fonsp#3141) (@fonsp)
- Ignore silly windows precompile cache miss tests (fonsp#3146) (@fonsp)
- 🎨 Update cell deleted popup styling (fonsp#3148) (@fonsp)
- `frontmatter(nbpath::String)` performance fix (fonsp#3150) (@fonsp)
- Reenable cm6 locals autocomplete (fonsp#3151) (@fonsp)

**Closed issues:**
- Syntax highlighting error involving range and macro (fonsp#2063)
- Global not marked after `√` (fonsp#2575)
- Expression of the form `[f(y[i]) for i in v]` disables global highlighting in the cell (fonsp#2724)
- Wrong formatting of a comment (fonsp#2731)
- Improve contrast of code highlighting (fonsp#2921)
- Update CodeMirror Julia support (fonsp#2943)
- String highlighting confused by "#" (fonsp#3065)
- Fix Windows 1.11 precompilation compile flag tests (fonsp#3078)
- CodeMirror: function product without * after macro (fonsp#3116)
- Failed to load notebook w/ MacOS iCloud (fonsp#3127)
- GraphViz.layout! command causes Malt.TerminatedWorkerException() (fonsp#3128)
- How can I set the numerical progression to decimal for all `UInt` types? (fonsp#3130)
- CM6: string macro with empty contents (fonsp#3131)
- Moving file during Safe Preview not fully supported (fonsp#3136)
- Cannot execute code in notebooks that were open for a while – cache gets cleaned up? (fonsp#3139)
- Better experience after deleting the only cell of a new notebook (fonsp#3140)
- not a Pluto issue (fonsp#3147)
- Autocomplete inside let block not showing locals (fonsp#3149)
- cm6 new scopestate: function arguments with type (fonsp#3152)

*(TODO)*

*(TODO)*

*(TODO)*

*(TODO)*

[Diff since v0.20.4](fonsp/Pluto.jl@v0.20.4...v0.20.5)

v0.20.5-src

Toggle v0.20.5-src's commit message

v0.20.4-src

Toggle v0.20.4-src's commit message

v0.20.4

Toggle v0.20.4's commit message
> **Try this release in your browser!** _(Available 30 minutes after …

…the release)_

>
> <a href="https://binder.plutojl.org/v0.20.4/"><img alt="Binder logo" src="https://mybinder.org/badge_logo.svg"></a>
>
> Generate your own binder links using [pluto-on-binder.glitch.me](https://pluto-on-binder.glitch.me/)!

**Merged pull requests:**
- More embedded Pkg API (fonsp#2868) (@fonsp)
- CompatHelper: bump compat for MIMEs to 1, (keep existing compat) (fonsp#3087) (@github-actions[bot])
- Frontend bundler update nov 2024 (fonsp#3091) (@fonsp)
- Prevent layout shift on load by mounting codemirror styles earlier (fonsp#3092) (@fonsp)
- parcel bundle: fix index.html prefetch bundle issue (fonsp#3110) (@fonsp)
- Warn when using future Julia versions (fonsp#3113) (@fonsp)
- Fix Julia 1.11.2 WorkspaceManager race condition (fonsp#3119) (@fonsp)
- Fix frontend chrome download (fonsp#3120) (@fonsp)

**Closed issues:**
- Allow package updates in "safe preview" (fonsp#2705)
- HTML exports from Pluto 0.19.4 do not load (recurrence of fonsp#2606) (fonsp#2707)
- Pluto ignores the thread settings (fonsp#3032)
- Pluto ignores the Julia package settings (fonsp#3035)
- Pluto crashes on closing (fonsp#3036)
- Pluto 0.20: BasicREPL has no field interface (fonsp#3059)
- Try `resolve` before removing manifest when instantiating fails (fonsp#3071)
- Spurious "It looks like you are developing the Pluto package, using the unbundled frontend" (fonsp#3083)
- Overeager autocomplete for `@.` gives `@__DOT__.` (fonsp#3086)
- Bundled MathJAX? (fonsp#3094)
- Fix index.html bundle CI failure (fonsp#3095)
- Pluto does not delete its temp folders (fonsp#3097)
- ResumableFunctions don't work in Pluto.jl (fonsp#3104)
- Featured Heatmap notebook is broken (fonsp#3109)
- can't run Pluto after updating to julia 1.11.1 (fonsp#3112)
- Error when opening notebook file: `schedule: Task not runnable` (fonsp#3114)
- branding blocking user view (fonsp#3115)
- Can't update to v0.20.3 using JuliaSimControl (fonsp#3118)

*(TODO)*

*(TODO)*

*(TODO)*

*(TODO)*

[Diff since v0.20.3](fonsp/Pluto.jl@v0.20.3...v0.20.4)

v0.20.3

Toggle v0.20.3's commit message
> **Try this release in your browser!** _(Available 30 minutes after …

…the release)_

>
> <a href="https://binder.plutojl.org/v0.20.3/"><img alt="Binder logo" src="https://mybinder.org/badge_logo.svg"></a>
>
> Generate your own binder links using [pluto-on-binder.glitch.me](https://pluto-on-binder.glitch.me/)!

**Merged pull requests:**
- Make JuliaFormatter ignore bind macro in notebook file (fonsp#3072) (@christiangnrd)
- Improve display of DimensionalData.DimVector (fixes fonsp#2936) (fonsp#3075) (@greimel)

**Closed issues:**
- Make Pluto boilerplate formatted according to JuliaFormatter (fonsp#2623)
- Stack traces: kwargs shown at wrong place (fonsp#2770)
- Binder not working (fonsp#3070)
- Within the Pluto notebook `isinteractive()` returns `false` (fonsp#3074)

*(TODO)*

*(TODO)*

*(TODO)*

*(TODO)*

[Diff since v0.20.1](fonsp/Pluto.jl@v0.20.1...v0.20.3)

v0.20.3-src

Toggle v0.20.3-src's commit message

v0.20.2

Toggle v0.20.2's commit message

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载