Simon Conseil
Simon Conseil
Seems interesting to consider! Adding astropy to [npreadtext's benchmark](https://github.com/BIDS-numpy/npreadtext/blob/master/bench/bench.py): ``` >>> b = np.loadtxt("test.csv", delimiter=",") 722 ms ± 34.7 ms per loop (mean ± std. dev. of 7 runs, 1...
Hmm API changes should go in 7.0 (with a deprecation warning if possible), not 6.1...
@hamogu - From what I understand, and @neutrinoceros confirms it above, there is both a bugfix (supporting list of Row) and an API change (ordering of the columns, which affects...
Not sure I understand where this discussion is going but, sure in the end it's up to the maintainers to decide. But on the other side the change of philosophy...
I've been trying to think about it but with life and other tickets it's taking too much time, so just some random thoughts: - I like milestones, because it's the...
You're probably writing to a file that is already opened, which is not allowed on Windows. It seems in [your code](https://github.com/temuller/hostphot/blob/main/src/hostphot/cutouts.py) your never close the file objects, that may be...
https://github.com/astropy/astropy/wiki/Release-Calendar needs some updates but yes, 6.1 should happen early May 2024.
If someone takes the time to add this, yes ;-). (It should be quite easy to do, copying to code from the default theme).
Compatibility between themes and plugins is a nightmare ... simpleng doesn't use the same html syntax as the official themes, and plugins expect that the html syntax is the same...
No plans on my side. It would require some work as bootstrap 3 changed a lot of things, and I have no plans to spend time in the development of...