Skip to content

Commit 2ebb497

Browse files
Add sparse arrays grant (#368)
* Add sparse arrays grant * Update metadata
1 parent 5774680 commit 2ebb497

6 files changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Sparse Arrays for Scientific Python"
3+
summary: |
4+
Project to improve sparse structures in SciPy so they support array semantics;
5+
to deprecate SciPy’s sparse matrices and numpy.matrix;
6+
to assist with sparse array adoption in downstream ecosystem packages.
7+
authors: ["Dan Schult", "Stéfan van der Walt", "K. Jarrod Millman"]
8+
date: 2022-11-30
9+
funder: Chan Zuckerberg Initiative
10+
funder_url: https://chanzuckerberg.com/eoss/proposals/sparse-arrays-for-scientific-python/
11+
status: funded
12+
pdf_url: https://scientific-python.org/doc/sparse-arrays-grant-2022.pdf
13+
---
14+
15+
{{< page_gallery pages="./personnel" >}}
16+
17+
Sparse data refers to datasets where a high percentage of the values are zero
18+
or empty, which occurs where relationships across dimensions don’t exist or are
19+
neglected. This project will introduce sparse array data structures that
20+
provide array semantics to enable straightforward interaction with sparse data.
21+
This includes the design and implementation of 1D and 2D sparse array data
22+
structures, as well as expanding on the existing scipy.sparse package.
23+
24+
Read the [full grant](../../doc/sparse-arrays-grant-2022.pdf).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Dan Schult
3+
repository: https://github.com/dschult
4+
avatar: https://avatars.githubusercontent.com/u/915037
5+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
headless: true
3+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Jarrod Millman
3+
repository: https://github.com/jarrodmillman
4+
avatar: https://avatars3.githubusercontent.com/u/123428
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Ross Barnowski
3+
repository: https://github.com/rossbar
4+
avatar: https://avatars1.githubusercontent.com/u/1268991
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Stéfan van der Walt
3+
repository: https://github.com/stefanv
4+
avatar: https://avatars3.githubusercontent.com/u/45071
5+
---

0 commit comments

Comments
 (0)