[julia-users] [Doc, IJulia, rc3] `cumsum` documentation problem?

2015-09-29 Thread Sisyphuss


Cumulative sum along a dimension ``dim`` (defaults to 1).
See also :func:`cumsum!` to use a preallocated output array,
both for performance and to control the precision of the
output (e.g. to avoid overflow).

cumsum cumsum! cumsum_kbn




Re: [julia-users] [Doc, IJulia, rc3] `cumsum` documentation problem?

2015-09-29 Thread Yichao Yu
On Tue, Sep 29, 2015 at 10:01 AM, Sisyphuss  wrote:
> Cumulative sum along a dimension ``dim`` (defaults to 1).
> See also :func:`cumsum!` to use a preallocated output array,
> both for performance and to control the precision of the
> output (e.g. to avoid overflow).
>
> cumsum cumsum! cumsum_kbn
>

I have no idea what the "problem" you are talking about is if you
cannot be more specific.

Just taking a wield guess, you are probably talking about
https://github.com/JuliaLang/julia/issues/13047


Re: [julia-users] [Doc, IJulia, rc3] `cumsum` documentation problem?

2015-09-29 Thread Sisyphuss
Yes, I did talk about that.
I thought It had been solved before the release candidates.


On Tuesday, September 29, 2015 at 4:17:46 PM UTC+2, Yichao Yu wrote:
>
> On Tue, Sep 29, 2015 at 10:01 AM, Sisyphuss  > wrote: 
> > Cumulative sum along a dimension ``dim`` (defaults to 1). 
> > See also :func:`cumsum!` to use a preallocated output array, 
> > both for performance and to control the precision of the 
> > output (e.g. to avoid overflow). 
> > 
> > cumsum cumsum! cumsum_kbn 
> > 
>
> I have no idea what the "problem" you are talking about is if you 
> cannot be more specific. 
>
> Just taking a wield guess, you are probably talking about 
> https://github.com/JuliaLang/julia/issues/13047 
>