google-summer-of-code icon indicating copy to clipboard operation
google-summer-of-code copied to clipboard

Google Summer of Code resources.

Results 47 google-summer-of-code issues
Sort by recently updated
recently updated
newest added

### Idea The read-eval-print loop (REPL) is a fixture of data analysis and numerical computing and provides a critical entry-point for individuals seeking to learn and better understand APIs and...

idea
priority: normal
difficulty: 3
tech: javascript
tech: nodejs

### Idea [BLAS](https://netlib.org/blas/) routines are standard building blocks for performing basic vector and matrix operations. These building blocks are leveraged by most modern numerical programming languages and libraries, including NumPy,...

idea
priority: high
difficulty: 3
tech: javascript
tech: c
tech: fortran
tech: nodejs
tech: native addons

### Idea Jupyter is a dominate force in scientific computing. While some effort has been done to expose JavaScript kernels to Jupyter/JupyterLab, most of these kernels are under-developed or lack...

idea
priority: low
difficulty: 5
tech: javascript
tech: nodejs

### Idea stdlib relies heavily on JSDoc comments to document its source code. Currently, the project has only rudimentary support for generating HTML docs from those comments. The goal of...

idea
priority: low
difficulty: 3
tech: javascript
tech: nodejs
tech: html/css

### Idea Built-in JavaScript [arrays](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array) (and typed arrays) have a number of methods for creating, transforming, and manipulating array contents (e.g., `forEach`, `map`, `reverse`, `slice`, `filter`, etc). These APIs provide...

idea
priority: high
difficulty: 3
tech: javascript

### Idea The [stdlib](https://github.com/stdlib-js/stdlib) project encompasses over 3500 repositories which are orchestrated via a centralized repository. While orchestration largely works as intended, build failures do happen, and quickly detecting and...

idea
priority: high
difficulty: 3
tech: javascript
tech: nodejs
tech: html/css
tech: jsx/react

### Idea The goal of this idea is to implement all distributions found in SciPy [stats](https://docs.scipy.org/doc/scipy/reference/stats.html#statsrefmanual). Distribution support will entail implementing APIs for computing PDFs, CDFs, quantiles, and other distribution...

idea
priority: normal
difficulty: 3
tech: javascript
tech: nodejs

### Idea Similar to what's described in https://github.com/stdlib-js/google-summer-of-code/issues/43, a need exists to expand array data type support beyond numeric data types. One such data type is a `string` data type....

idea
priority: normal
difficulty: 5
tech: javascript
tech: c
tech: nodejs
tech: native addons

### Idea Currently, stdlib supports a variety of array [data types](https://github.com/stdlib-js/stdlib/tree/5dbb01dba2b1b305c6a11b66652ee2e4ccac15e2/lib/node_modules/%40stdlib/array/dtypes); however, most of these data types are numeric. The lone exception is the "generic" data type for use with...

idea
priority: normal
tech: javascript
tech: c
tech: nodejs
tech: native addons
difficulty: 4

### Idea stdlib is a large (and growing!) project, which can make project navigation challenging. The goal of this idea is to provide a visual representation of an API's dependency...

idea
priority: low
tech: javascript
tech: nodejs
tech: html/css
tech: jsx/react
difficulty: 2