P. L. Lim
P. L. Lim
See if this helps.
This setup covers both NPM and Actions. The grouping makes all the changes in one PR instead of spamming each update as a separate PR.
Use modern jupyter_packaging so this can build in Python 3.13 Example failure log: https://github.com/spacetelescope/jdaviz/actions/runs/11278687750/job/31367720187?pr=3210 xref https://github.com/spacetelescope/jdaviz/pull/3210 cc @maartenbreddels @dhomeier
### Description This pull request is to address demand to bring back `show_in_notebook` by un-deprecating it but now use ipydatagrid as suggested in https://github.com/astropy/astropy/issues/16702#issuecomment-2405531475 . Fixes #16702 Reverts #15905 a...
Motivation: These examples have not been updated nor expanded for a very long time. We have Learn Astropy for these sorts of tutorials. Removing these would free us from `sphinx-gallery`...
As suggested by @jakevdp in https://github.com/astropy/astropy/pull/17163#issuecomment-2408094205 It might be worth implementing `fit_mean` by passing it to the new `floating_mean` argument of the scipy method, i.e., remove this warning if a...
Follow up of: * https://github.com/astropy/astropy/pull/17158 Relies on: * https://github.com/PyCQA/docformatter/issues/289 Action items: 1. Use 1.7.6 (or later) instead of hash 2. Remove the comment
From https://github.com/astropy/astropy/pull/15905#issuecomment-2401962608 @bsipocz why Table is "better" than pandas (the question comes up regularly) @taldcroft We should have a FAQ, but for the record (and for your tutorial), Table provides...
1. Need to wait for pytest 8 to actually be released. 2. Need to wait a bit more after that for downstream to catch up a little (a year?). Then...
Would be nice to test against Python 3.13.