@@ -36,7 +36,7 @@ Astropy has > 1200 open issues, some of them more than a decade old. This is a c
36
36
37
37
While astropy clearly thrives with those bugs and issues, each of them represents at least one user
38
38
who was stopped in their work and found this annoying enough to open an issue. We know anecdotally, that
39
- many users who do no think of themselves as "developers" don't open issues on github (e.g. they might not
39
+ many users who do not think of themselves as "developers" don't open issues on github (e.g. they might not
40
40
even have an account) so each bug probably represents several or more users who have run
41
41
into a problem. For a smooth user experience, we should close out bugs and fill in feature requests
42
42
where we can.
@@ -50,9 +50,9 @@ choice of which ones to address will be guided by community input.
50
50
51
51
Astropy has few required dependencies, but changes in new versions of pytest, numpy-dev, or sphinx can make
52
52
CI on all new PRs fail. In coordination with Pay Lian and others, Clément
53
- did significant work to keep astroy up-to-date with numy-dev in the transition to numpy 2.0 so far. While that
53
+ did significant work to keep astropy up-to-date with numy-dev in the transition to numpy 2.0 so far. While that
54
54
is mostly done, he will support changes in pytest or future numpy version as they come up. How much work
55
- this is and when it's required is hard to predict, but having Clément available with a significant
55
+ this is and when it's required is hard to predict, but having Clément available with a significant number
56
56
of hours per week to fix these things as they come up eases the development process for all
57
57
other contributors, in particular occasional volunteer developers who might not be used to diagnose
58
58
CI failures that have nothing to do with their own changes.
0 commit comments