forked from sunpy/sunpy.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* blogpost * Apply suggestions from code review Co-authored-by: Stuart Mumford <[email protected]> --------- Co-authored-by: Stuart Mumford <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ CITATION.rst | |
CODE_OF_CONDUCT.rst | ||
.idea/ | ||
.tox | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
blogpost: true | ||
date: Jan 24 2024 | ||
author: Nabil Freij | ||
category: Update | ||
--- | ||
|
||
# pyOpenSci and `sunpy` | ||
|
||
![pyOpenSci logo](https://avatars.githubusercontent.com/u/28938222?s=200&v=4) | ||
|
||
[pyOpenSci](https://www.pyopensci.org/) is a "diverse community of people interested in building a community of practice around scientific software written in Python". | ||
They are an exciting community working on improving the information around the packaging and tooling used by the scientific Python community as well to provide support for package maintainers. | ||
There is a review process to become a pyOpenSci accepted package which comes with two reviews from independent members of the wider community. | ||
|
||
With this in mind, the SunPy Project decided to submit the `sunpy` package to pyOpenSci to ensure that it is aligned with the community that pyOpenSci is building, and increase visibility of SunPy. | ||
|
||
[The review](https://github.com/pyOpenSci/software-submission/issues/147) was started on the [pyOpenSci software-submission repository](https://github.com/pyOpenSci/software-submission). | ||
The entire review process is open, with one editor and two reviewers and the entire exchange between the `sunpy` maintainers and the reviewers are on that issue. | ||
This process was incredibly helpful as it highlighted areas of our documentation which could be improved and some technical choices that were made several years ago but now were redundant or not best practice. | ||
|
||
After these issues were fixed, `sunpy` was accepted into pyOpenSci and we added the badge to the `sunpy` readme. | ||
The plan in future is to submit more SunPy Project packages as well as integrate more closely with pyOpenSci to replace our own affiliated package system. | ||
Our hope is that by aligning with pyOpenSci we can help to contribute back to the wider community. |