Stream: helpdesk (published)

Topic: Which stdlibs are upgradeable?


view this post on Zulip Fons van der Plas (Sep 27 2025 at 09:01):

Hi! Since Julia 1.11, Statistics is an upgradeable stdlib. (This means that within the same Julia version, you can Pkg.update Statistics to a newer version, right?)

Are there other upgradeable stdlibs? Where can I find this info?

view this post on Zulip James Wrigley (Sep 27 2025 at 14:02):

I think this is the best reference ATM: https://github.com/JuliaLang/julia/issues/50697

TL;DR, Statistics and DelimitedFiles. Distributed is also possible since it's out of the sysimage but you have to dev it because there's no registry entry for it (I attempted to add one but it didn't get through).


Last updated: Oct 18 2025 at 04:39 UTC