Skip to content

Commit 30d221c

Browse files
authored
Add post on 2024 developer summit (#238)
1 parent d93661b commit 30d221c

File tree

2 files changed

+120
-0
lines changed

2 files changed

+120
-0
lines changed
239 KB
Loading
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
title: "Developer Summit 2"
3+
date: 2024-09-29
4+
draft: false
5+
description: "Summary of the 2024 Scientific Python Developer summit."
6+
tags: ["Summit", "Scientific-Python"]
7+
displayInList: true
8+
author:
9+
[
10+
"Stéfan van der Walt",
11+
"Jarrod Millman",
12+
"Brigitta Sipőcz",
13+
"Pamphile Roy",
14+
"Matt Haberland",
15+
"Nabil Freij",
16+
"Elliott Sales de Andrade",
17+
"Matthew Feickert",
18+
"Dan Schult",
19+
"Ross Barnowsk",
20+
"Melissa Mendonça",
21+
"Dan McCloy",
22+
"Lars Grüter",
23+
"Sebastian Berg",
24+
"Mridul Seth",
25+
"Eric Larson",
26+
"Sanket Verma",
27+
"Inessa Pawson",
28+
]
29+
30+
resources:
31+
- name: featuredImage
32+
src: "group.jpg"
33+
params:
34+
description: "Group picture of (most of the) summit attendees."
35+
showOnTop: true
36+
37+
summary: |
38+
The 2024 Scientific Python Developer summit was held 3–5 June in Seattle. Here's a summary of what we did.
39+
---
40+
41+
This post is a while overdue, but it's been a busy summer for everyone!
42+
43+
In June, several of us got together for the "annual" (well, we've had it twice now) Scientific Python developer summit in Seattle.
44+
Our friends at the eScience Institute were again kind enough to host us.
45+
This time around, we made the event a bit shorter to avoid clashing with graduation.
46+
47+
As before, the Developer Summits are for members of the community to come together, in person, so they can work.
48+
Of course, we work together already online, but the event allows us to focus our energies on cross-project concerns (that often fall by the wayside) with planning and intent.
49+
50+
This is why, before the summit, we have planning Zoom calls, where we identify topics of interest, which are turned into issues, which are then fleshed out and discussed prior to the event.
51+
That way, we hoped to hit the ground running—as we did!
52+
53+
## Topics
54+
55+
You can get a rough idea of what we worked on by browsing the [planning issues](https://github.com/scientific-python/summit-2024/issues/) and the [summit worklog](https://hackmd.io/wsJVTMYdQGG_Zgz7rgxSzw).
56+
57+
Broad topics included [SPECs](https://scientific-python.org/specs/), documentation, tools & bots, [lectures](https://lectures.scientific-python.org/), `scipy.sparse`, telemetry, Array API, and type annotation.
58+
59+
### Documentation
60+
61+
Documentation was a much more popular topic than anticipated!
62+
63+
- The new [mystmd](https://mystmd.org/guide) tooling generated some excitement, and an [experimental port of the NumPy tutorials](https://github.com/numpy/numpy-tutorials/tree/mystjs) was made by Melissa and Ross.
64+
- Recommendations on consistent use of [backticks](https://github.com/numpy/numpydoc/pull/525) and [monospaced font](https://github.com/pydata/pydata-sphinx-theme/issues/1852) were submitted to numpydoc and pydata-sphinx-theme, respectively.
65+
- Madicken, Paul, and Dan worked together to [extend PyData Sphinx Theme's testing infrastructure](https://github.com/pydata/pydata-sphinx-theme/pull/1861), by combining Sphinx Build Factory (for generating small test sites) with Playwright (for browser automation).
66+
- Eric and Elliott fixed an [intersphinx issue in sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery/pull/1320).
67+
68+
### SPECs
69+
70+
The Scientific Python Ecosystem Coordination documents (SPECs) aim to improve coordination of technical development across the ecosystem.
71+
72+
Several new SPECs were started:
73+
74+
- [SPEC-?: Dispatching (`spatch`)](https://hackmd.io/yI1iAqekQIq0a4jLS9WPyw)
75+
- [SPEC-8: Securing The Release Process](https://scientific-python.org/specs/spec-0008/)
76+
- [SPEC-9: Governance](https://scientific-python.org/specs/spec-0009/)
77+
- [SPEC-10: Changelog and release documentation](https://github.com/scientific-python/specs/pull/321)
78+
- [SPEC-12: Formatting mathematical expressions](https://github.com/scientific-python/specs/pull/326)
79+
- [SPEC-13: Naming conventions](https://github.com/scientific-python/specs/pull/324)
80+
81+
Some existing SPECs were discussed and improved:
82+
83+
- [SPEC-7: Seeding pseudo-random number generation (SPRaNG)](https://scientific-python.org/specs/spec-0007/)
84+
85+
Matplotlib [endorsed](https://scientific-python.org/specs/purpose-and-process/#decision-points) several SPECs.
86+
87+
### Tooling
88+
89+
- We created a new tools team to handle the ever-growing [list of tools we maintain](https://tools.scientific-python.org/).
90+
- Eric added his [circleci-artifacts-redirector-action](https://github.com/scientific-python/circleci-artifacts-redirector-action) to the suite.
91+
- Matthias brought over his [backport bot](https://github.com/scientific-python/MeeseeksDev) and set up a maintenance team.
92+
93+
### SciPy
94+
95+
Several of the SciPy developers were present, and we used the opportunity to celebrate Dan Schult joining as a core developer 🎉!
96+
Matt and Pamphile did some work on the new distribution infrastructure, Dan worked on sparse (remotely with CJ), and a [PR adding newly-supported `const` statements to Cython code](https://github.com/scipy/scipy/pull/20891) got reviewed and merged.
97+
Eric isolated [a non-deterministic bug in Sphinx](https://github.com/sphinx-doc/sphinx/issues/12409) that was impacting parallel builds of SciPy's documentation.
98+
He found a work-around that had been eluding the team for months!
99+
100+
### Unplanned collaborations
101+
102+
As is the nature of these events, some collaborations arise spontaneously.
103+
For example:
104+
105+
- Nick and Ariel explored using Awkward Array for neuro-tractography.
106+
- Nick and Mridul explored using [scipp](https://scipp.github.io/index.html) for high-energy physics data.
107+
- Guen worked on telemetry.
108+
- Inessa and Sanket discussed best practices for community surveys and project governance.
109+
- Sebastian and Thomas [discussed parallelization APIs](https://hackmd.io/84thx0ucQ2ab17ZYrBhWRw).
110+
- Inessa, with input from Tim and Thomas, finalized the design of the 2024 scikit-learn user survey.
111+
- Erik and Dan discussed index compression options for CSR-like N-D sparse arrays.
112+
113+
### Conclusion
114+
115+
Numerous other PRs were made, of which a number were probably not even captured in the [worklog](https://hackmd.io/wsJVTMYdQGG_Zgz7rgxSzw).
116+
But, besides the inherent satisfaction of working together with this great group, the best feature of the summit was that we were able to hang out, bonding over our communal joys and struggles—both technical and personal.
117+
118+
We are grateful to the ecosystem developers who gave up their time to attend the summit (many had to put in leave _just to do more work_!).
119+
The summits are valuable, and translate to a lot of work getting done and decisions being made.
120+
We hope that there will be more on the horizon!

0 commit comments

Comments
 (0)