# Latest

**URL:** https://discourse.julialang.org/latest.md?page=58

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

**Page:** 59

---

## [Is scalar getindex supposed to be allocating](https://discourse.julialang.org/t/is-scalar-getindex-supposed-to-be-allocating/135427)

<div class="topic-metadata">

**Author:** [@Gregstrq](https://discourse.julialang.org/u/Gregstrq)\
**Replies:** 2\
**Last updated:** [February 3, 2026, 2:30pm UTC](https://discourse.julialang.org/t/is-scalar-getindex-supposed-to-be-allocating/135427 "2026-02-03T14:30:30Z")

</div>

I am a bit stumped by the behavior I have bumped into. I thought that only slicing allocates and scalar indexing should not. But try this thing: a = collect(0.0:1.0:10.0) a\[2\] @allocated a\[2\] For me, it somehow alloca…

---

## [New OERs for julia courses](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309)

<div class="topic-metadata">

**Author:** [@BeastyBlacksmith](https://discourse.julialang.org/u/BeastyBlacksmith)\
**Replies:** 5\
**Last updated:** [February 3, 2026, 11:58am UTC](https://discourse.julialang.org/t/new-oers-for-julia-courses/98309 "2026-02-03T11:58:33Z")

</div>

I am happy to share some open educational resources (OER). As part of a introductional julia course I am giving, we produced videos about setting up VSCode + julia and about the git workflow of contributing to a julia p…

---

## [Julias v1.12.5 testing period](https://discourse.julialang.org/t/julias-v1-12-5-testing-period/135422)

<div class="topic-metadata">

**Author:** [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)\
**Replies:** 0\
**Last updated:** [February 3, 2026, 11:32am UTC](https://discourse.julialang.org/t/julias-v1-12-5-testing-period/135422 "2026-02-03T11:32:06Z")

</div>

The release-1.12 branch on the Julia repository now contains the set of commits we’re planning to tag as v1.12.5. The list of commits included since v1.12.5 is available here. As a patch release, it should be non-breakin…

---

## [AnovaGLM: computing partial eta squared](https://discourse.julialang.org/t/anovaglm-computing-partial-eta-squared/135412)

<div class="topic-metadata">

**Author:** [@mahmah](https://discourse.julialang.org/u/mahmah)\
**Replies:** 1\
**Last updated:** [February 3, 2026, 9:38am UTC](https://discourse.julialang.org/t/anovaglm-computing-partial-eta-squared/135412 "2026-02-03T09:38:54Z")

</div>

Hi, I’ve been using anova\_lm to compute some ANOVAs. However, the tables don’t come with Partial eta squared (\\eta \_{p}^{2}), which is often asked in journals as measure of effect size. And I seem to be unable to access …

---

## [\[ANN\] Inline Debugging for Code Cells in VS Code (Call for Testing)](https://discourse.julialang.org/t/ann-inline-debugging-for-code-cells-in-vs-code-call-for-testing/135420)

<div class="topic-metadata">

**Author:** [@mkh](https://discourse.julialang.org/u/mkh)\
**Replies:** 0\
**Last updated:** [February 3, 2026, 9:37am UTC](https://discourse.julialang.org/t/ann-inline-debugging-for-code-cells-in-vs-code-call-for-testing/135420 "2026-02-03T09:37:09Z")

</div>

Hi everyone, This post announces an upcoming feature for the Julia VS Code extension: Inline Cell Debugging. I’m sharing this Pull Request as an announcement because the core functionality is now complete, and a prebui…

---

## [Explain the UniquedById example in the manual](https://discourse.julialang.org/t/explain-the-uniquedbyid-example-in-the-manual/135413)

<div class="topic-metadata">

**Author:** [@paiv](https://discourse.julialang.org/u/paiv)\
**Replies:** 2\
**Last updated:** [February 3, 2026, 8:06am UTC](https://discourse.julialang.org/t/explain-the-uniquedbyid-example-in-the-manual/135413 "2026-02-03T08:06:34Z")

</div>

The manual section Module initialization and precompilation gives this example of a bad pattern: mutable struct UniquedById myid::Int let counter = 0 UniquedById() = new(counter += 1) end end All s…

---

## [There is so much great stuff happening in RISC-V land](https://discourse.julialang.org/t/there-is-so-much-great-stuff-happening-in-risc-v-land/103647)

<div class="topic-metadata">

**Author:** [@dlakelan](https://discourse.julialang.org/u/dlakelan)\
**Replies:** 39\
**Last updated:** [February 3, 2026, 12:33am UTC](https://discourse.julialang.org/t/there-is-so-much-great-stuff-happening-in-risc-v-land/103647 "2026-02-03T00:33:58Z")

</div>

Like this substantial “microcontroller board” that actually has 64MB of RAM for $9 And this monster server with 64 cores for the price of a typical gaming machine. Debians next release will include RISCV as an archi…

---

## [Closures magic and how stable?](https://discourse.julialang.org/t/closures-magic-and-how-stable/135408)

<div class="topic-metadata">

**Author:** [@mattsignorelli](https://discourse.julialang.org/u/mattsignorelli)\
**Replies:** 7\
**Last updated:** [February 2, 2026, 4:53pm UTC](https://discourse.julialang.org/t/closures-magic-and-how-stable/135408 "2026-02-02T16:53:47Z")

</div>

There is a feature in Julia that has enabled us to do some magical things. It is all thanks to this: julia\> adder(f, a) = ()-\> f() + a adder (generic function with 1 method) julia\> f = ()-\>5 #3 (generic function with 1…

---

## [An LLM fine-tuned for Julia, call for comments + help](https://discourse.julialang.org/t/an-llm-fine-tuned-for-julia-call-for-comments-help/113462)

<div class="topic-metadata">

**Author:** [@cpfiffer](https://discourse.julialang.org/u/cpfiffer)\
**Replies:** 32\
**Last updated:** [February 2, 2026, 4:31pm UTC](https://discourse.julialang.org/t/an-llm-fine-tuned-for-julia-call-for-comments-help/113462 "2026-02-02T16:31:45Z")

</div>

Overview There’s been some discussion in the Julia slack about fine-tuning a model for Julia specifically, in part because the language does not have as large an existing code base as other, much older languages. There’s…

---

## [Error when creating my system image with package compiler](https://discourse.julialang.org/t/error-when-creating-my-system-image-with-package-compiler/135409)

<div class="topic-metadata">

**Author:** [@K5Julien](https://discourse.julialang.org/u/K5Julien)\
**Replies:** 0\
**Last updated:** [February 2, 2026, 2:27pm UTC](https://discourse.julialang.org/t/error-when-creating-my-system-image-with-package-compiler/135409 "2026-02-02T14:27:02Z")

</div>

When I want to create my system image, I get the following error resulting from create\_app, do you have an idea what it means? I don’t understand the error message. julia\> create\_app("MyApp", "mysolver", force=true) Pac…

---

## [Social media for JuliaCon](https://discourse.julialang.org/t/social-media-for-juliacon/135402)

<div class="topic-metadata">

**Author:** [@vchuravy](https://discourse.julialang.org/u/vchuravy)\
**Replies:** 6\
**Last updated:** [February 2, 2026, 2:01pm UTC](https://discourse.julialang.org/t/social-media-for-juliacon/135402 "2026-02-02T14:01:00Z")

</div>

In light of doing a lot of social media for JuliaCon these days, I was wondering what platforms people actually/still use these days. My goal here is to escape the Julia echo chamber and to reach people outside of Discou…

---

## [Parameter sensitivity of ODE with parameter-dependent event](https://discourse.julialang.org/t/parameter-sensitivity-of-ode-with-parameter-dependent-event/103602)

<div class="topic-metadata">

**Author:** [@Neodym](https://discourse.julialang.org/u/Neodym)\
**Replies:** 4\
**Last updated:** [February 2, 2026, 11:28am UTC](https://discourse.julialang.org/t/parameter-sensitivity-of-ode-with-parameter-dependent-event/103602 "2026-02-02T11:28:17Z")

</div>

Hey, I’m trying to get parameter sensitivities of an ODE problem with a parameter-dependent time-event. Just throwing AD at the problem doesn’t seem to work: using OrdinaryDiffEq using SciMLSensitivity using ForwardDi…

---

## [Callbacks are skipped in various settings](https://discourse.julialang.org/t/callbacks-are-skipped-in-various-settings/135293)

<div class="topic-metadata">

**Author:** [@sceptri](https://discourse.julialang.org/u/sceptri)\
**Replies:** 2\
**Last updated:** [February 2, 2026, 10:59am UTC](https://discourse.julialang.org/t/callbacks-are-skipped-in-various-settings/135293 "2026-02-02T10:59:58Z")

</div>

Hello! I am working on simulations related to spiking neuron networks (with discontinuous models, like LIF, and possible delays), and I have run into several problems with callbacks in DifferentialEquations.jl. I opene…

---

## [Setting up a more optimal Julia LSP in neovim](https://discourse.julialang.org/t/setting-up-a-more-optimal-julia-lsp-in-neovim/135333)

<div class="topic-metadata">

**Author:** [@firebat](https://discourse.julialang.org/u/firebat)\
**Replies:** 7\
**Last updated:** [February 2, 2026, 9:54am UTC](https://discourse.julialang.org/t/setting-up-a-more-optimal-julia-lsp-in-neovim/135333 "2026-02-02T09:54:25Z")

</div>

Hello everyone! I have an LSP for Julia in neovim that just doesn’t seem to be performing well. It is unable to do “go to definition” and some of the more rudimentary things that an LSP should do (expose symbols, etc.). …

---

## [Adding significance to boxplots and violin plots](https://discourse.julialang.org/t/adding-significance-to-boxplots-and-violin-plots/135398)

<div class="topic-metadata">

**Author:** [@mahmah](https://discourse.julialang.org/u/mahmah)\
**Replies:** 1\
**Last updated:** [February 2, 2026, 9:53am UTC](https://discourse.julialang.org/t/adding-significance-to-boxplots-and-violin-plots/135398 "2026-02-02T09:53:24Z")

</div>

I’m having the same question as here, but for Algebra of Graphics. How can I add significance stars to boxplots? Thanks!

---

## [Invoke for functor methods](https://discourse.julialang.org/t/invoke-for-functor-methods/135397)

<div class="topic-metadata">

**Author:** [@ettersi](https://discourse.julialang.org/u/ettersi)\
**Replies:** 1\
**Last updated:** [February 2, 2026, 8:20am UTC](https://discourse.julialang.org/t/invoke-for-functor-methods/135397 "2026-02-02T08:20:36Z")

</div>

A minimal example demonstrating the use of invoke() might look something like the following. julia\> abstract type A end struct B \<: A end f(a::A) = "hello world from $a" f(b::B) = invoke(f, Tuple{A}…

---

## [Help with CI Failures on JuliaDocs PR #2870](https://discourse.julialang.org/t/help-with-ci-failures-on-juliadocs-pr-2870/135396)

<div class="topic-metadata">

**Author:** [@AMAN\_KASHYAP](https://discourse.julialang.org/u/AMAN_KASHYAP)\
**Replies:** 2\
**Last updated:** [February 2, 2026, 6:35am UTC](https://discourse.julialang.org/t/help-with-ci-failures-on-juliadocs-pr-2870/135396 "2026-02-02T06:35:58Z")

</div>

Hi everyone! I’m Aman, a B.Tech CS student at Thapar University. I’ve started contributing to the Julia ecosystem recently, specifically focusing on Documenter.jl and JuliaDocs, as I’m hoping to apply for GSoC 2026. I …

---

## [Monorepo \[workspace\] structure](https://discourse.julialang.org/t/monorepo-workspace-structure/135255)

<div class="topic-metadata">

**Author:** [@t-bltg](https://discourse.julialang.org/u/t-bltg)\
**Replies:** 2\
**Last updated:** [February 2, 2026, 12:42am UTC](https://discourse.julialang.org/t/monorepo-workspace-structure/135255 "2026-02-02T00:42:51Z")

</div>

I want to add a \[workspace\] to the monorepo Plots, mostly because of Dependabot. How should I structure it ? Will a toplevel Project.toml without a name, uuid and version work ? Project.toml \[workspace\] projects = \[…

---

## [How long before new package version appears on juliapackages.com?](https://discourse.julialang.org/t/how-long-before-new-package-version-appears-on-juliapackages-com/135388)

<div class="topic-metadata">

**Author:** [@Andrea\_Vigliotti](https://discourse.julialang.org/u/Andrea_Vigliotti)\
**Replies:** 6\
**Last updated:** [February 1, 2026, 9:07pm UTC](https://discourse.julialang.org/t/how-long-before-new-package-version-appears-on-juliapackages-com/135388 "2026-02-01T21:07:58Z")

</div>

A few days ago I called registrator to register a new version of AD4SM from v0.06 to v0.07, after fixing a few issues the registrator terminated successfully with all check passed see here but still juliapackages hold t…

---

## [Paper on the accuracy of math functions](https://discourse.julialang.org/t/paper-on-the-accuracy-of-math-functions/132227)

<div class="topic-metadata">

**Author:** [@JeffreySarnoff](https://discourse.julialang.org/u/JeffreySarnoff)\
**Replies:** 1\
**Last updated:** [February 1, 2026, 9:04pm UTC](https://discourse.julialang.org/t/paper-on-the-accuracy-of-math-functions/132227 "2026-02-01T21:04:20Z")

</div>

Mantas Mikaitis and Tejaswa Rizyal have this well developed, reliable paper The software is available on github:

---

## [How to access a Face defined in faces.toml?](https://discourse.julialang.org/t/how-to-access-a-face-defined-in-faces-toml/135387)

<div class="topic-metadata">

**Author:** [@matthias314](https://discourse.julialang.org/u/matthias314)\
**Replies:** 0\
**Last updated:** [February 1, 2026, 4:09pm UTC](https://discourse.julialang.org/t/how-to-access-a-face-defined-in-faces-toml/135387 "2026-02-01T16:09:12Z")

</div>

If a define a face myface in my config/faces.toml, say \[myface\] inverse = true then I can apply it to strings via styled"{myface:abc}". But what is the official way to get the face itself as an object of type Face?

---

## [Concave parameteric surface mesh generation](https://discourse.julialang.org/t/concave-parameteric-surface-mesh-generation/135375)

<div class="topic-metadata">

**Author:** [@Avina-cK](https://discourse.julialang.org/u/Avina-cK)\
**Replies:** 2\
**Last updated:** [February 1, 2026, 3:54pm UTC](https://discourse.julialang.org/t/concave-parameteric-surface-mesh-generation/135375 "2026-02-01T15:54:10Z")

</div>

I would like to generate a surface mesh, using a parametric function f(x,y,z) = (x-(z^2))^2 + y^2 + z^2-1. Generating points and creating a vertex list is not an issue. How would I create a proper topology, to then crea…

---

## [\[ANN\] AustralianElectricityMarkets.jl: Simulate the Australian electricity market](https://discourse.julialang.org/t/ann-australianelectricitymarkets-jl-simulate-the-australian-electricity-market/135383)

<div class="topic-metadata">

**Author:** [@captainoblivious](https://discourse.julialang.org/u/captainoblivious)\
**Replies:** 1\
**Last updated:** [February 1, 2026, 3:16pm UTC](https://discourse.julialang.org/t/ann-australianelectricitymarkets-jl-simulate-the-australian-electricity-market/135383 "2026-02-01T15:16:54Z")

</div>

Announcing AustralianElectricityMarkets.jl I am excited to announce the release of AustralianElectricityMarkets.jl, a Julia package designed to bridge the Julia energy modelling ecosystem with data from the Australian En…

---

## [Direct collocation, stiff dynamics, and discrete adjoints — where does the instability go?](https://discourse.julialang.org/t/direct-collocation-stiff-dynamics-and-discrete-adjoints-where-does-the-instability-go/135385)

<div class="topic-metadata">

**Author:** [@PhysicsBender](https://discourse.julialang.org/u/PhysicsBender)\
**Replies:** 3\
**Last updated:** [February 1, 2026, 1:33pm UTC](https://discourse.julialang.org/t/direct-collocation-stiff-dynamics-and-discrete-adjoints-where-does-the-instability-go/135385 "2026-02-01T13:33:00Z")

</div>

Hi all, I’ve been experimenting with ModelingToolkit.jl and InfiniteOpt.jl for direct-collocation optimal control problems. In my model I am using smooth boolean logic that is based on hyperbolic functions quite extensi…

---

## [Union structs type tag memory layout](https://discourse.julialang.org/t/union-structs-type-tag-memory-layout/133816)

<div class="topic-metadata">

**Author:** [@PatrickHaecker](https://discourse.julialang.org/u/PatrickHaecker)\
**Replies:** 12\
**Last updated:** [February 1, 2026, 6:55am UTC](https://discourse.julialang.org/t/union-structs-type-tag-memory-layout/133816 "2026-02-01T06:55:16Z")

</div>

Structs containing isbits fields of type Union use the isbits Union structs optimization. I was surprised to learn that The type tag byte for a type’s Union field is stored directly after the field’s computed Union mem…

---

## [\[ANN\] ToonFormat.jl - Token-Oriented Object Notation for Julia 🔵](https://discourse.julialang.org/t/ann-toonformat-jl-token-oriented-object-notation-for-julia/134748)

<div class="topic-metadata">

**Author:** [@scelles](https://discourse.julialang.org/u/scelles)\
**Replies:** 5\
**Last updated:** [January 31, 2026, 8:23pm UTC](https://discourse.julialang.org/t/ann-toonformat-jl-token-oriented-object-notation-for-julia/134748 "2026-01-31T20:23:49Z")

</div>

Hello Julia community! I’m excited to announce ToonFormat.jl, a community-driven Julia implementation of TOON (Token-Oriented Object Notation) - a compact, human-readable serialization format optimized for LLM contexts. …

---

## [Install Julia - incorrect image](https://discourse.julialang.org/t/install-julia-incorrect-image/135355)

<div class="topic-metadata">

**Author:** [@angeloaliano1](https://discourse.julialang.org/u/angeloaliano1)\
**Replies:** 1\
**Last updated:** [January 31, 2026, 6:03pm UTC](https://discourse.julialang.org/t/install-julia-incorrect-image/135355 "2026-01-31T18:03:55Z")

</div>

Dear all, I have installed the last version of Julia using However, when I open VsCode, an error apperars: Could anyone can help me please?

---

## [Problem with Optim.optimize](https://discourse.julialang.org/t/problem-with-optim-optimize/135368)

<div class="topic-metadata">

**Author:** [@dnldlg](https://discourse.julialang.org/u/dnldlg)\
**Replies:** 2\
**Last updated:** [January 31, 2026, 1:45pm UTC](https://discourse.julialang.org/t/problem-with-optim-optimize/135368 "2026-01-31T13:45:23Z")

</div>

Consider the minimal example using Optim f(x) = (x\[1\]-2)^2 + (x\[2\]-3)^2 + sin(3\*x\[1\] + 1) + cos(5\*x\[2\]) optimize(f, \[1., 1.\], BFGS()) For reasons that I don’t comprehend, I get the following error: ERROR: BoundsErro…

---

## [Interactive equation solver](https://discourse.julialang.org/t/interactive-equation-solver/135367)

<div class="topic-metadata">

**Author:** [@dharmatech](https://discourse.julialang.org/u/dharmatech)\
**Replies:** 1\
**Last updated:** [January 31, 2026, 11:02am UTC](https://discourse.julialang.org/t/interactive-equation-solver/135367 "2026-01-31T11:02:23Z")

</div>

Hello :man\_raising\_hand: Are there any projects that provide an interactive equation solver for Symbolics.jl? Here’s an example of what I mean, but for sympy/Python: Just curious to review any existing w…

---

## [Show significance on boxplots](https://discourse.julialang.org/t/show-significance-on-boxplots/77365)

<div class="topic-metadata">

**Author:** [@jewh](https://discourse.julialang.org/u/jewh)\
**Replies:** 18\
**Last updated:** [January 31, 2026, 10:32am UTC](https://discourse.julialang.org/t/show-significance-on-boxplots/77365 "2026-01-31T10:32:34Z")

</div>

I want to annotate the statistical significance of the difference between a pair of boxplots on my figure, as one of 'n.s.', '\*', '\*\*', '\*\*\*'. An example image of what I want is below, the best analogue I can find of wha…

[Previous page](https://discourse.julialang.org/latest.md?page=57)

[Next page](https://discourse.julialang.org/latest.md?page=59)
