Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit f493e2c

Browse files
authored
Merge pull request #369 from dstansby/archive-note
Add an archive note
2 parents c26f251 + d283a99 commit f493e2c

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
![pfsspy](logo/logo_rectangle.png "pfsspy")
219

320
[![DOI](https://zenodo.org/badge/163663713.svg)](https://zenodo.org/badge/latestdoi/163663713)

doc/source/index.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@ pfsspy documentation
55
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.
66

77
.. 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+
924

1025
Contents
1126
--------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docs =
4343
importlib_metadata
4444
pillow
4545
reproject
46-
sphinx>2
46+
sphinx>2,<7
4747
sphinx-automodapi>=0.10
4848
sphinx-gallery
4949
sphinx_rtd_theme

0 commit comments

Comments
 (0)