Re: [julia-users] track progress to 0.5

2015-11-04 Thread Michael Krabbe Borregaard
Wonderful, thanks for the help and pointers - that was exactly what I was
looking for.

On Wed, Nov 4, 2015 at 7:15 PM, Yichao Yu  wrote:

> On Wed, Nov 4, 2015 at 1:48 PM, Michael Borregaard
>  wrote:
> > I am using Julia 0.4, compiling from the release-0.4 branch on github.
> > Considering using 'master' instead, but - is there somewhere that lists
> the
> > planned and implemented changes to the dev version at once?
>
> Using `master` branch is generally not recommanded unless you are
> willing to fix all breackage (in packages for example) you see.
>
> If you want to know what we'd like to happen in 0.5, checkout the 0.5
> milestone on the issue tracker. If you want to know what major
> features have been implemented, checkout NEWS.md
>


Re: [julia-users] track progress to 0.5

2015-11-04 Thread Yichao Yu
On Wed, Nov 4, 2015 at 1:48 PM, Michael Borregaard
 wrote:
> I am using Julia 0.4, compiling from the release-0.4 branch on github.
> Considering using 'master' instead, but - is there somewhere that lists the
> planned and implemented changes to the dev version at once?

Using `master` branch is generally not recommanded unless you are
willing to fix all breackage (in packages for example) you see.

If you want to know what we'd like to happen in 0.5, checkout the 0.5
milestone on the issue tracker. If you want to know what major
features have been implemented, checkout NEWS.md


[julia-users] track progress to 0.5

2015-11-04 Thread Michael Borregaard
I am using Julia 0.4, compiling from the release-0.4 branch on github. 
Considering using 'master' instead, but - is there somewhere that lists the 
planned and implemented changes to the dev version at once?