To keep up-to-date with the latest changes for v0.3, would it suffice to checkout branch release-0.3 periodically? Is that the one supposed to have the latest development code for v0.3?
Thanks. El viernes, 15 de agosto de 2014 07:25:28 UTC+2, Elliot Saba escribió: > > Your packages should remain untouched through upgrades on minor versions. > (E.g. if you were on a 0.3.0 prerelease version before, upgrading to > 0.3.0-rc4 or even 0.3.0-final should not affect your packages) > > If you are on 0.2.1, your packages will probably need to be reinstalled, > as Julia separates major versions in the package manager. So you'll just > need to Pkg.add() all the packages you had before. This won't erase your > 0.2.1 packages, they will persist as long as your `~/.julia/v0.2` directory > persists. > -E > > > On Fri, Aug 15, 2014 at 1:06 AM, KK Sasa <[email protected] <javascript:>> > wrote: > >> A very basic question: How to update without losing packages? Just >> re-install? >> >> >> >
