Skip to content

Commit a0e2695

Browse files
authored
Moved demcmc to historical (#458)
1 parent af764aa commit a0e2695

8 files changed

Lines changed: 313 additions & 305 deletions

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
exclude: (2024-04-03-eclipse)|^$
12
ci:
23
autofix_prs: false
34
autoupdate_schedule: "monthly"

about/coordination_meet_2025.rst

Lines changed: 0 additions & 216 deletions
This file was deleted.

about/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ About
88
project
99
presentations
1010
meetings
11-
coordination_meet_2025
1211
../coc
1312

1413

about/meetings.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ The link to join the weekly community meeting as well as a link to the agenda ar
2929

3030
* `SunPy Google Calendar <https://calendar.google.com/calendar/u/0?cid=ZzljOWVha2c5OGI1Y2JvZ2Q3bTV0YTZoOHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ>`__
3131

32-
33-
SunPy Coordination Meeting 2025
34-
*******************************
35-
The SunPy Project is pleased to announce that the next SunPy Coordination Meeting will take place from 18-20 June 2025 at University College London (UCL), London, UK. The meeting will be held in person and online, and is open to everyone.
36-
Read more about the upcoming :doc:`Coordination Meeting <coordination_meet_2025>`.
37-
38-
39-
40-
41-
4232
Previous SunPy Coordination Meetings
4333
************************************
4434

affiliated.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,6 @@ Current packages
110110

111111
Version reviewed: `v0.3.1 <https://github.com/sunpy/sunkit-instruments/releases/tag/v0.3.1>`__
112112

113-
* - **demcmc**
114-
- Package for differential emission measure (DEM) estimation using Monte Carlo Markov chain (MCMC) methods
115-
116-
`Documentation <https://demcmc.readthedocs.io/en/latest/>`__, `Source code <https://github.com/dstansby/demcmc>`__
117-
118-
**Maintainers**: `David Stansby`_
119-
120-
|package_specialized| |integration_full| |docs_extensive| |tests_good| |duplication_none| |community_good| |dev_low|
121-
122-
Version reviewed: `v1.1.0 <https://github.com/dstansby/demcmc/releases/tag/v1.1.0>`__
123-
124113
* - **dkist**
125114
- A package which aims to help you search, obtain and use DKIST data as part of your Python software.
126115

@@ -183,7 +172,7 @@ Current packages
183172
.. _David Stansby: https://github.com/dstansby
184173
.. _Will Barnes: https://github.com/wtbarnes
185174
.. _Shane Maloney: https://github.com/samaloney
186-
.. _The SunPy Project: https://sunpy.org/about/roles
175+
.. _The SunPy Project: https://sunpy.org/about/project
187176
.. _IRIS Team @ LMSAL: https://iris.lmsal.com/
188177
.. _AIA Team @ LMSAL: https://aia.lmsal.com/
189178
.. _Jan Gieseler: https://github.com/jgieseler
@@ -236,6 +225,17 @@ These packages were previously listed as affiliated but have been de-listed at t
236225

237226
Version reviewed: `v0.5.2 <https://github.com/dstansby/pfsspy/releases/tag/0.5.2>`__
238227

228+
* - **demcmc**
229+
- Package for differential emission measure (DEM) estimation using Monte Carlo Markov chain (MCMC) methods
230+
231+
`Documentation <https://demcmc.readthedocs.io/en/latest/>`__, `Source code <https://github.com/dstansby/demcmc>`__
232+
233+
**Maintainers**: `David Stansby`_
234+
235+
|package_specialized| |integration_full| |docs_extensive| |tests_good| |duplication_none| |community_good| |dev_low|
236+
237+
Version reviewed: `v1.1.0 <https://github.com/dstansby/demcmc/releases/tag/v1.1.0>`__
238+
239239
Affiliated Package Review
240240
-------------------------
241241

posts/2022/2022-01-06-aiapy-demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"Note that both the `sunpy` and `aiapy` documentation pages include more detailed examples of how to obtain AIA data from the JSOC as well\n",
262262
"\n",
263263
"* [sunpy: Querying and Downloading Data from JSOC](https://docs.sunpy.org/en/stable/tutorial/acquiring_data/jsoc.html)\n",
264-
"* [sunpy: Requesting cutouts of AIA images from the JSOC](https://docs.sunpy.org/en/stable/generated/gallery/acquiring_data/skip_downloading_cutouts.html)\n",
264+
"* [sunpy: Requesting cutouts of AIA images from the JSOC](https://docs.sunpy.org/en/stable/generated/gallery/acquiring_data/downloading_cutouts.html)\n",
265265
"* [aiapy: Requesting specific AIA images from the JSOC](https://aiapy.readthedocs.io/en/stable/generated/gallery/skip_download_specific_data.html)\n",
266266
"\n",
267267
"More complex queries (e.g. searching by exposure time or quality keyword) can be constructed by searching the JSOC directly via the [drms](https://docs.sunpy.org/projects/drms/en/stable/) package. See the last example listed above for an example of this."

posts/2023/2023-05-10-timeseries_sdg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Having found possible options, in this section I've evaluated them against the c
128128
| Physical units | 🛑 | No native support ([tracking issue](https://github.com/pydata/xarray/issues/525)), could be possible with [`pint-xarray`](https://pint-xarray.readthedocs.io/en/stable/) |
129129
| Interop with scientific Python | 🟩 | |
130130
| Out of memory | 🟩 | Support for [computing using `dask`](https://docs.xarray.dev/en/stable/user-guide/dask.html) |
131-
| Metadata | 🟩 | Possible to [add metadata](https://docs.xarray.dev/en/stable/getting-started-guide/faq.html#what-is-your-approach-to-metadata) to a DataArray |
131+
| Metadata | 🟩 | Possible to [add metadata](https://docs.xarray.dev/en/stable/get-help/faq.html#what-is-your-approach-to-metadata) to a DataArray |
132132
| Observer coordinates | 🟠 | Support for adding ["non-dimensional" coordinates](https://docs.xarray.dev/en/stable/user-guide/data-structures.html#coordinates) (e.g. longitude/latitude), but not clear if storing astropy SkyCoord would work |
133133
| Easy data manipulation | 🟩 | Many built in methods for manipulating time-like data |
134134
| I/O | 🟩 | [Lots of I/O options](https://docs.xarray.dev/en/stable/user-guide/io.html) |

posts/2024/2024-04-03-eclipse.ipynb

Lines changed: 298 additions & 64 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)