Re: [julia-users] Re: Fused broadcasting?

2016-09-15 Thread Tom Breloff
And I must say... I had my doubts about the "dot" operator, but this has
turned out really nicely and brings some powerful syntax.  Nice work Steven!

On Thu, Sep 15, 2016 at 5:38 PM, daycaster  wrote:

> Thanks Steven, "fused" did the trick.


[julia-users] Re: Fused broadcasting?

2016-09-15 Thread daycaster
Thanks Steven, "fused" did the trick.

[julia-users] Re: Fused broadcasting?

2016-09-15 Thread Chris Rackauckas
Ahh, last time I checked I must've accidentally been on the v0.4 docs. Here 
it is: http://docs.julialang.org/en/latest/manual/functions/?highlight=fused

On Thursday, September 15, 2016 at 2:24:35 PM UTC-7, Steven G. Johnson 
wrote:
>
> It's in the manual. Search the 0.5 manual for "vectorized" or "fused" ...



[julia-users] Re: Fused broadcasting?

2016-09-15 Thread Steven G. Johnson
It's in the manual. Search the 0.5 manual for "vectorized" or "fused" ...

[julia-users] Re: Fused broadcasting?

2016-09-15 Thread Chris Rackauckas
https://github.com/JuliaLang/julia/blob/master/NEWS.md v0.5 section.

With the issues:

https://github.com/JuliaLang/julia/pull/15032
https://github.com/JuliaLang/julia/pull/17300
https://github.com/JuliaLang/julia/pull/17510

It probably needs to be documented.

On Thursday, September 15, 2016 at 1:29:24 PM UTC-7, daycaster wrote:
>
> Hey folks. Where in the docs is the description of "fused broadcasting" 
> and the "." operator. My searches are drawing a blank...