Scientific Software
Updated 6 months ago

Minimalist And Customisable Optimisation Package — Peer-reviewed • Rank 3.3 • Science 93%

Minimalist And Customisable Optimisation Package - Published in JOSS (2021)

Scientific Software · Peer-reviewed
Updated 6 months ago

@stdlib/array-base-setter • Rank 10.8 • Science 44%

Return an accessor function for setting an element in an indexed array-like object.

Updated 6 months ago

@stdlib/array-base-accessor-setter • Rank 10.8 • Science 44%

Return an accessor function for setting an element in an array-like object supporting the get/set protocol.

Updated 6 months ago

@stdlib/array-base-accessor-getter • Rank 10.8 • Science 44%

Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.

Updated 6 months ago

@stdlib/array-base-getter • Rank 10.8 • Science 44%

Return an accessor function for retrieving an element from an indexed array-like object.

Updated 6 months ago

@stdlib/array-base-filled-by • Rank 9.7 • Science 44%

Create a filled generic array according to a provided callback function.

Updated 6 months ago

@stdlib/array-base-zero-to • Rank 7.7 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Updated 6 months ago

@stdlib/array-base-incrspace • Rank 7.7 • Science 44%

Generate a linearly spaced numeric array according to a provided increment.

Updated 6 months ago

@stdlib/array-base-copy-indexed • Rank 7.5 • Science 44%

Copy the elements of an indexed array-like object to a new generic array.

Updated 6 months ago

@stdlib/array-base-one-to • Rank 7.4 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from one.

Updated 6 months ago

@stdlib/array-base-copy • Rank 6.6 • Science 44%

Copy the elements of an array-like object to a new generic array.

Updated 6 months ago

@stdlib/array-base-index-of • Rank 6.2 • Science 44%

Return the index of the first element which equals a provided search element.

Updated 6 months ago

@stdlib/array-base-every-by • Rank 5.9 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-unzip • Rank 4.8 • Science 44%

Unzip a zipped array (i.e., a nested array of tuples).

Updated 6 months ago

@stdlib/array-base-filled3d-by • Rank 4.8 • Science 44%

Create a filled three-dimensional nested array according to a provided callback function.

Updated 6 months ago

@stdlib/array-base-filled5d-by • Rank 4.7 • Science 44%

Create a filled five-dimensional nested array according to a provided callback function.

Updated 6 months ago

@stdlib/array-base-flipud3d • Rank 3.6 • Science 44%

Reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.

Updated 6 months ago

@stdlib/array-base-flipud4d • Rank 3.5 • Science 44%

Reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.

Updated 6 months ago

@stdlib/array-base-every-by-right • Rank 2.6 • Science 44%

Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/array-base-unitspace • Rank 2.6 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1.

Updated 6 months ago

@stdlib/array-base-mskreject-map • Rank 1.6 • Science 44%

Apply a mask to a provided input array and map the unmasked values according to a callback function.

Updated 6 months ago

array-base-cusome-by-right • Rank 0.0 • Science 44%

Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.

Updated 6 months ago

generic • Rank 15.8 • Science 26%

Generic programming library for Python

Updated 6 months ago

array-base-last-index-of • Rank 0.0 • Science 26%

Return the index of the last element which equals a provided search element.

Updated 6 months ago

@stdlib/array-base-fillednd-by • Science 44%

Create a filled n-dimensional nested array according to a provided callback function.

Updated 6 months ago

@stdlib/array-base-any • Science 44%

Test whether at least one element in an array is truthy.

Updated 6 months ago

@stdlib/array-base-last • Science 44%

Return the last element of an array-like object.

Updated 6 months ago

@stdlib/array-base-reject • Science 44%

Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-cunone • Science 44%

Cumulatively test whether every element in a provided array is falsy.

Updated 6 months ago

array-base-cunone-by-right • Science 44%

Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 6 months ago

@stdlib/array-put • Science 44%

Replace specified elements of an array with provided values.

Updated 6 months ago

array-base-fill-by • Science 44%

Fill all elements within a portion of an array according to a callback function.

Updated 6 months ago

array-base-zip2objects • Science 26%

Zip one or more arrays to an array of objects.

Updated 6 months ago

array-base-zip2object • Science 44%

Create an object from a provided list of properties and a provided list of corresponding values.

Updated 6 months ago

@stdlib/array-base-fancy-slice-assign • Science 44%

Assign element values from a broadcasted input array to corresponding elements in an output array.

Updated 6 months ago

@stdlib/array-base-join • Science 44%

Return a string created by joining array elements using a specified separator.

Updated 6 months ago

fair_code_design • Science 52%

This is the repository for the Code design lecture for the FAIR4RS program at the University of Sheffield

Updated 6 months ago

array-base-any-is-entry-in • Science 44%

Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

Updated 6 months ago

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 6 months ago

array-base-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 6 months ago

array-base-cusome • Science 44%

Cumulatively test whether at least `n` array elements in a provided array are truthy.

Updated 6 months ago

array-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 6 months ago

@stdlib/array-place • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 6 months ago

array-base-mskfiltern • Science 44%

Apply a mask to one or more provided input arrays in a single pass.

Updated 6 months ago

@stdlib/array-base-put • Science 44%

Replace specified elements of an array with provided values.

Updated 6 months ago

@stdlib/array-base-cuany • Science 44%

Cumulatively test whether at least one element in a provided array is truthy.

Updated 6 months ago

@stdlib/array-base-filter • Science 44%

Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-flipud5d • Science 44%

Reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.

Updated 6 months ago

@stdlib/array-base-filled4d-by • Science 44%

Create a filled four-dimensional nested array according to a provided callback function.

Updated 6 months ago

@stdlib/array-base-any-by • Science 44%

Test whether at least one element in an array passes a test implemented by a predicate function.

Updated 5 months ago

https://github.com/labimotion/labimotion • Science 36%

LabIMotion: Where Adaptability Meets Innovation in Scientific Solutions.