This repository was archived by the owner on Aug 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
1
+ From David Stansby, the lead author of * pfsspy* :
2
+
3
+ * pfsspy* has been archived, and is no longer developed -
4
+ I no longer work in Solar Physics,
5
+ and do not have time to maintain or support the package.
6
+ * pfsspy* will probably continue working in the short term, but
7
+ incompatibilities with dependencies will appear some point.
8
+ The beauty of open source is that someone (maybe you!) can fork the code,
9
+ and maintain, update, and improve it. If you do, I'd be greatful if you
10
+ chose a new name for it and acknowledged the heritage of * pfsspy* in
11
+ the new package.
12
+
13
+ Thanks to everyone who has contributed, whether through code or otherwise -
14
+ this was a large part of my professional identity at the time, and I'm
15
+ proud of the science it helped enable 😊
16
+
17
+
1
18
![ pfsspy] ( logo/logo_rectangle.png " pfsspy ")
2
19
3
20
[ ![ DOI] ( https://zenodo.org/badge/163663713.svg )] ( https://zenodo.org/badge/latestdoi/163663713 )
Original file line number Diff line number Diff line change @@ -5,7 +5,22 @@ pfsspy documentation
5
5
pfsspy is a python package for carrying out Potential Field Source Surface modelling, a commonly used magnetic field model of the Sun and other stars.
6
6
7
7
.. note ::
8
- If you find any bugs or have any suggestions for improvement, please raise an issue here: https://github.com/dstansby/pfsspy/issues
8
+ From David Stansby, the lead author of *pfsspy *:
9
+
10
+ *pfsspy * has been archived, and is no longer developed -
11
+ I no longer work in Solar Physics,
12
+ and do not have time to maintain or support the package.
13
+ *pfsspy * will probably continue working in the short term, but
14
+ incompatibilities with dependencies will appear some point.
15
+ The beauty of open source is that someone (maybe you!) can fork the code,
16
+ and maintain, update, and improve it. If you do, I'd be greatful if you
17
+ chose a new name for it and acknowledged the heritage of *pfsspy * in
18
+ the new package.
19
+
20
+ Thanks to everyone who has contributed, whether through code or otherwise -
21
+ this was a large part of my professional identity at the time, and I'm
22
+ proud of the science it helped enable 😊
23
+
9
24
10
25
Contents
11
26
--------
Original file line number Diff line number Diff line change 43
43
importlib_metadata
44
44
pillow
45
45
reproject
46
- sphinx>2
46
+ sphinx>2,<7
47
47
sphinx-automodapi>=0.10
48
48
sphinx-gallery
49
49
sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments