Simon Conseil

Results 367 comments of Simon Conseil

https://github.com/astropy/astropy/labels/good%20first%20issue might give some ideas.

Hi @dfm, First, thanks for the great package (and the very good docs!) :) Is there anything I could do to help finalizing the compatibility with PyMC4 ? I have...

Thanks for the quick answer. Yeah I understand the pain to maintain the compatibility with the various versions, and the PyTensor fork is clearly not helping... I was interested by...

@astrofrog - yes, makes sense and seems a good plan. We should merge this kind of PR at the beginning of a release cycle so we have to test internally...

About compilation flags: - most users install wheels, where astropy is compiled within some CI/docker image for each platform. I don't know what flags are used here, since the compilation...

[PLR0911](https://docs.astral.sh/ruff/rules/too-many-return-statements/) says: > Functions or methods with many return statements are harder to understand and maintain, and often indicative of complex logic. But to me the initial version was much...

3.10 is supposed to be supported until April, so if we want to have the option to release a minor version before that (e.g. for Numpy 2.0 in February) this...

I agree with you, `CHECKSUM/DATASUM` from the image extension should have been renamed to `ZCHECKSUM/ZDATASUM` when creating the compressed HDU. However I'm not sure about having both the checksum for...

Hmm so fitsio just writes `CHECKSUM/DATASUM`: ``` ZIMAGE = T / extension contains compressed image ZSIMPLE = T / file does conform to FITS standard ZBITPIX = -32 / data...

Thanks for updating this PR, I had completely forgotten about this one. I'm not a windows user so I cannot test either... Reading again the changes I think there is...