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?
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: Nov 27 2025 at 04:44 UTC