You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/summits/developer/2023/general-planning.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,11 @@ birds-of-a-feather (BoF)-style talks, followed by more focused discussion.
24
24
2. (10 min) Logistics
25
25
26
26
3. (30) Meeting Topics
27
-
28
27
- Jarrod Millman: Goal
29
-
30
28
- Unique opportunity to work on cross-project concerns
31
29
- We should think big, but focus on achievable short-term goals
32
30
33
31
- Stéfan van der Walt: Build systems
34
-
35
32
- Starting to see Meson emerge as an excellent build option for compiled Scientific Python libraries
36
33
- But there's no "standard" configuration/documentation for standard workflows yet; numpy/scipy/scikit-image are all feeling it out
37
34
- Editable installs just arrived, but work slightly differently to what we're used to with pip install -e ..
@@ -43,7 +40,6 @@ birds-of-a-feather (BoF)-style talks, followed by more focused discussion.
43
40
- There is therefore technical, user interface, and documentation work to be done
44
41
45
42
- Stéfan van der Walt: Sparse work
46
-
47
43
- In the previous release of SciPy we introduced experimental Sparse Arrays
48
44
- These arrays are limited to 2D, since they are built on top of Sparse Matrices
49
45
- We hope to refactor scipy.sparse:
@@ -52,13 +48,11 @@ birds-of-a-feather (BoF)-style talks, followed by more focused discussion.
52
48
- sparse arrays should closely follows numpy array semantics
53
49
54
50
- Brigitta Sipőcz: Shared infrastructure for SPECS and beyond
55
-
56
51
- SPECs: The current SPEC drafts are documents about policies the core libraries opt-in to follow (e.g. producing and using developer versions in testing), however, template implementation / suggested examples are needed to work out.
57
52
- Testing: Libraries facing the same or very similar doctesting and docs building challenges, aggregating the needs and centralizing these efforts
0 commit comments