Scientific Software
Updated 6 months ago

ResumableFunctions — Peer-reviewed • Rank 12.9 • Science 46%

ResumableFunctions: C# sharp style generators for Julia. - Published in JOSS (2017)

Scientific Software · Peer-reviewed
Updated 6 months ago

wholeslidedata • Rank 12.8 • Science 44%

A package for working with whole-slide data including a fast batch iterator that can be used to train deep learning models.

Updated 6 months ago

@stdlib/random-iter-uniform • Rank 6.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.

Updated 6 months ago

@stdlib/iter-linspace • Rank 6.2 • Science 44%

Create an iterator which returns evenly spaced numbers over a specified interval.

Updated 6 months ago

@stdlib/math-iter-tools-map • Rank 5.8 • Science 44%

Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.

Updated 6 months ago

@stdlib/random-iter-beta • Rank 5.5 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a beta distribution.

Updated 6 months ago

@stdlib/iter-pop • Rank 5.3 • Science 44%

Create an iterator which skips the last value of a provided iterator.

Updated 6 months ago

@stdlib/iter-last • Rank 5.1 • Science 44%

Consume an entire iterator and return the last iterated value.

Updated 6 months ago

@stdlib/random-iter-discrete-uniform • Rank 4.8 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.

Updated 6 months ago

@stdlib/iter-for-each • Rank 4.5 • Science 44%

Create an iterator which invokes a function for each iterated value before returning the iterated value.

Updated 6 months ago

@stdlib/iter-slice • Rank 4.3 • Science 44%

Create an iterator which returns a subsequence of iterated values from a provided iterator.

Updated 6 months ago

@stdlib/math-iter-special-besselj1 • Rank 4.2 • Science 44%

Create an iterator which evaluates the Bessel function of the first kind of order one for each iterated value.

Updated 6 months ago

@stdlib/math-iter-tools-map2 • Rank 4.1 • Science 44%

Create an iterator which invokes a binary function accepting numeric arguments for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-ceil10 • Rank 4.1 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward positive infinity.

Updated 6 months ago

math-iter-ops-mod • Rank 4.0 • Science 44%

Create an iterator which performs an element-wise modulo operation of two or more iterators.

Updated 6 months ago

@stdlib/math-iter-special-gamma • Rank 4.0 • Science 44%

Create an iterator which evaluates the gamma function for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-log1p • Rank 4.0 • Science 44%

Create an iterator which evaluates the natural logarithm of 1+x for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-trunc10 • Rank 3.9 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.

Updated 6 months ago

@stdlib/iter-concat • Rank 3.9 • Science 44%

Create an iterator which iterates over the values of two or more iterators.

Updated 6 months ago

@stdlib/math-iter-ops-add • Rank 3.8 • Science 44%

Create an iterator which performs element-wise addition of two or more iterators.

Updated 6 months ago

@stdlib/iter-incrspace • Rank 3.8 • Science 44%

Create an iterator which returns evenly spaced numbers according to a specified increment.

Updated 6 months ago

@stdlib/math-iter-special-sinc • Rank 3.8 • Science 44%

Create an iterator which computes the normalized cardinal sine for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-round10 • Rank 3.8 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.

Updated 6 months ago

@stdlib/array-to-circular-iterator • Rank 3.7 • Science 44%

Create an iterator which repeatedly iterates over the elements of an array-like object.

Updated 6 months ago

@stdlib/math-iter-special-cbrt • Rank 3.7 • Science 44%

Create an iterator which computes the cube root of each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-sinpi • Rank 3.7 • Science 44%

Create an iterator which computes the sine of each iterated value times π.

Updated 6 months ago

@stdlib/math-iter-special-sinh • Rank 3.7 • Science 44%

Create an iterator which evaluates the hyperbolic sine for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-cospi • Rank 3.7 • Science 44%

Create an iterator which computes the cosine of each iterated value times π.

Updated 6 months ago

@stdlib/math-iter-special-sqrt • Rank 3.6 • Science 44%

Create an iterator which computes the principal square root of each iterated value.

Updated 6 months ago

@stdlib/random-iter-exponential • Rank 3.6 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from an exponential distribution.

Updated 6 months ago

@stdlib/math-iter-special-fresnelc • Rank 3.6 • Science 44%

Create an iterator which computes the Fresnel integral C(x) for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-besselj0 • Rank 3.6 • Science 44%

Create an iterator which evaluates the Bessel function of the first kind of order zero for each iterated value.

Updated 6 months ago

@stdlib/iter-to-array-view-right • Rank 3.6 • Science 44%

Fill an array-like object view from right to left with values returned from an iterator.

Updated 6 months ago

@stdlib/random-iter-cauchy • Rank 3.6 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.

Updated 6 months ago

@stdlib/math-iter-special-floor10 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.

Updated 6 months ago

@stdlib/random-iter-weibull • Rank 3.5 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Weibull distribution.