Simon Conseil
Simon Conseil
@tieneupin - yes, I was just wondering if there was instructions in the docs or somewhere else that we forgot to remove. Anyway, we agree this is no more needed,...
Maybe not so simple since it seems that CONTINUE cannot be used with mandatory or reserved keywords (discussed recently in fitsbits: https://listmgr.nrao.edu/pipermail/fitsbits/2025-February/003208.html).
I didn't read all comments but numpy switched to manylinux_2_28 recently IIRC (https://github.com/mayeut/pep600_compliance). > The NumPy 2.3.0 release continues the work to improve free threaded Python support and annotations together...
I'm confused, I agree that `Card._strg` does not match the string but it's a part of the regex and is not meant to be used alone. When using the full...
> Notice that part of the string is missing in Out[3]. Which part ? > Use of the current regex is not able to detect the error condition for a...
Well here the remaining part is considered as the comment part, which I makes sense I think and corresponds to what the comment says: ``` # Note that a non-greedy...
So, after looking a bit more in detail, I think the issue comes from the activation of unsigned integer handling, i.e. the `uint` parameter. `uint` is: - deactivated by default...
We now just copy a few files, not the full library, and don't allow building with an external one.
Maybe I'm missing something, but do we really need to compile units conversion ? Seems a lot of complexity / compilation time for a rather small gain (
It seems pillow doesn't support SVG (maybe it will at some point): https://pillow.readthedocs.io/en/latest/handbook/image-file-formats.html https://github.com/python-pillow/Pillow/issues/3509