Simon Conseil

Results 361 comments of Simon Conseil

@cmccully - Could you rebase now that #74 and #81 are merged ? You will have a few conflicts to resolve I guess... Also Cython 3.0 has been released :)

I have never used the template so just a different opinion: Python packaging is evolving quite fast, compared to 10 years ago there are now nice guides (e.g. https://packaging.python.org/, https://www.pyopensci.org/python-package-guide/index.html),...

Thanks for opening this issue, I think it's an important topic with all the current discussions about global warming. When I mentioned this topic I had no idea about the...

Probably worth mentioning here the recent Nature article series about carbon footprint in Astronomy (Observatories, HPC, meetings, and Python rant): https://www.nature.com/articles/s41550-020-01216-9

The main thing I see is about the section "*Using Milestones and Labels*" which could be improved, to distinguish PRs and issues. It's probably because it was adapted from IPython,...

Not sure if there is a good way to do it, given the way it's done currently :grimacing: I guess you should have a look at `doctest`'s code to see...

Probably https://github.com/astropy/astropy-sphinx-theme/blob/master/astropy_sphinx_theme/bootstrap-astropy/static/copybutton.js ;-)

We used it only once or twice but yes it worked well. You just need to setup the PyPI API token once.

We require Python 3.7 (see other ticket), and astroconda does not have packages for Python 3.8/3.9, which limits the number of versions we can test :(

Probably related to https://github.com/astropy/astropy/pull/14175