When I update in Pkg it actually downgrades quite a lot of packages.
My best guess was that this was happening as a result of some package that depend on old packages.
But when I got a new version of julia, updated and then only installed StochasticIntegrals with:
(@v1.6) pkg> add StochasticIntegrals
It installed the old version (v2.1). So it seems like my computer just likes old package versions. Any idea what could be causing this and how to fix it?
Below shows a larger number of downgrades when I upgraded in the REPL.
(@v1.6) pkg> update
Updating registry atC:\Users\dr\.julia\registries\General
Updating git-repohttps://github.com/JuliaRegistries/General.git
Installed GeometryBasics ββββββ v0.3.12
Installed StructArrays ββββββββ v0.5.1
Installed ColorTypes ββββββββββ v0.10.12
Installed StochasticIntegrals β v0.2.1
Installed StaticArrays ββββββββ v0.12.5
Installed Distributions βββββββ v0.23.12
Installed DataFrames ββββββββββ v1.2.2
Installed PrettyTables ββββββββ v1.1.0
UpdatingC:\Users\dr\.julia\environments\v1.6\Project.toml
[c52e3926] β Atom v0.12.10 β v0.12.34
[a93c6f00] β DataFrames v0.22.7 β v1.2.2
[31c24e10] β Distributions v0.25.11 β v0.23.12
[b15139f2] β StochasticIntegrals v0.4.2 β v0.2.1
UpdatingC:\Users\dr\.julia\environments\v1.6\Manifest.toml
[a4c015fc] - ANSIColoredPrinters v0.0.1
[c52e3926] β Atom v0.12.10 β v0.12.34
[7057c7e9] - Cassette v0.3.8
[324d7699] - CategoricalArrays v0.9.7
[d360d2e6] - ChainRulesCore v1.3.0
[da1fd8a2] β CodeTracking v0.5.12 β v1.0.6
[3da002f7] β ColorTypes v0.11.0 β v0.10.12
[a80b9123] + CommonMark v0.8.2
[a93c6f00] β DataFrames v0.22.7 β v1.2.2
[31c24e10] β Distributions v0.25.11 β v0.23.12
[e30172f5] β Documenter v0.27.5 β v0.26.3
[1a297f60] β FillArrays v0.12.2 β v0.9.7
[817d07cb] - FixedPointAcceleration v0.3.2
[fb4132e2] + FuzzyCompletions v0.4.3
[5c1252a2] β GeometryBasics v0.3.13 β v0.3.12
[b5f81e59] β IOCapture v0.2.2 β v0.1.1
[98e50ef6] β JuliaFormatter v0.3.7 β v0.13.7
[aa1ae85d] β JuliaInterpreter v0.7.26 β v0.8.21
[e1d29d7a] β Missings v0.4.5 β v1.0.1
[54e48022] + MultivariateFunctions v0.1.0
[90014a1f] β PDMats v0.11.1 β v0.10.1
[08abe8d2] β PrettyTables v0.11.1 β v1.1.0
[a2af1166] β SortingAlgorithms v0.3.1 β v1.0.1
[276daf66] β SpecialFunctions v1.6.1 β v0.10.3
[90137ffa] β StaticArrays v1.2.12 β v0.12.5
[b15139f2] β StochasticIntegrals v0.4.2 β v0.2.1
[09ab397b] β StructArrays v0.6.0 β v0.5.1
[856f2bd8] - StructTypes v1.7.2
[37b6cedf] - Traceur v0.3.1
[5c2747f8] + URIs v1.3.0
Precompiling projectβ¦