P. L. Lim
P. L. Lim
To whom it may concern, If you are using https://github.com/astropy/ci-helpers in your appveyor.yml , please know that the Astropy project has dropped active development/support for Appveyor CI. If it still...
### Description This pull request is to close #19035 and close #18690 - [ ] By checking this box, the PR author has requested that maintainers do **NOT** use the...
There are some links to https://www.iau.org/static/publications/stylemanual1989.pdf but it is no longer available. I see that https://www.iau.org/IAU/Iau/Publications/Proceedings.aspx points to https://drive.google.com/file/d/17qZg2j9vkXfjGJ3PNS9m5MsINQtaN2bD/view . Should we use the Google Drive URL also? Hope you...
For example, make sure supported Python versions are still accurate.
As discussed in Astropy Coordination Meeting 2025, we can also ask downstream to test their doc build against astropy RC and report back any problems before we cut a new...
### Description This pull request is to update the documentation portion of https://github.com/astropy/astropy/issues/18814 - [ ] By checking this box, the PR author has requested that maintainers do **NOT** use...
Stemmed from https://github.com/astropy/astropy/pull/18771#issuecomment-3533577693 @bsipocz : *it came up that it would be rather nice to have the actual server hitting example in here instead of the hackary.* Background: There was...
Resolves [JP-3967](https://jira.stsci.edu/browse/JP-3967) This PR addresses https://github.com/spacetelescope/jwst/issues/8124 and is a companion for https://github.com/spacetelescope/stcal/pull/421 . ## TODO - [x] Make sure CI passes. - [x] Do we need change log? There is...
While working on #10036 that required me to do local run of RT regtests suite, I noticed that if a module have multiple test functions within the same file with...
While working on #9914 for #9872 (JP-4133), I noticed a lot of usage like this: ```python try: some_comparison(blah, blah) except MultiDiffError as e: some_real_processing_here(oh, no) ``` There are plenty of...