Jenny V Medina
Jenny V Medina
There was an error preventing `python convert.py` from running that was stating the `nb_html.tpl` file could not be found. After regressing to an older version of `nbconvert` this issue was...
A generic template outlining the layout and contents that are expected for all notebook contributions within the `notebooks` repo. Edit: This PR is ready for review now. Based on the...
Thomas Dutkiewicz pointed out to me that this method of authorization with the token parameter is deprecated:  Rather, the verification process is now bound to the `login` method, where...
As I'm following along on the template, I realize it might be better to change the `Additional Resources` section to just `Resources`, and use this section as a place to...
Addresses some points from the conversation here https://github.com/astropy/astroquery/issues/2447 . Changes: - [x] Add a warning message for cutout sizes where at least 1 dimension goes beyond the recommended size limit...
Update CHANGES.rst to reflect `v0.10.0` release
A GitHub Actions workflow to check if a new changelog entry has been made for the requested changes. Building this workflow off of https://github.com/astropy/astroquery/blob/main/.github/workflows/changelog.yml Ensure this job only fails when...