Remove an obsolete workaround from Row.as_void() - #12601
Conversation
|
Thanks! Looks like this was implemented way back in #2790. I have also kicked off cron jobs here, just in case. |
|
@eerovaher - thanks this looks great. This #2790 PR was an historic change in Table! Can you track down where this is covered in tests? Since the original was so long ago and buried in a huge PR, it's worth just making sure we have coverage. |
|
The weekly cron failed with a segmentation fault. Not good. Seems unrelated but ??? |
|
segfault not related. @nstarman has a fix |
|
(I'll be back later, maybe we can merge his fix, and rebase this to be sure...) |
|
Ah, the fix is waiting for a change log - #12587 |
6816150 also added tests as astropy/astropy/table/tests/test_row.py Lines 159 to 189 in d77f937 |
|
@eerovaher - great, looks good. @pllim - do we need to wait on that units fix and rebase on that to merge? |
|
Looks like RTD is not finishing... |
|
Let's wait a bit. There is no rush. |
|
#12587 is merged. Please rebase. Thanks for your patience! |
6816150 introduced a workaround to `astropy.table.row.Row.as_void()` that was necessitated by a bug in `numpy` < 1.8. Currently the minimum required `numpy` version is 1.18, so the previous code can be safely restored.
9069b15 to
0676d9c
Compare
Description
6816150 introduced a workaround to
astropy.table.row.Row.as_void()that was necessitated by a bug innumpy< 1.8. Currently the minimum requirednumpyversion is 1.18, so the previous code can be safely restored.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
Extra CIlabel.no-changelog-entry-neededlabel. If this is a manual backport, use theskip-changelog-checkslabel unless special changelog handling is necessary.astropy-botcheck might be missing; do not let the green checkmark fool you.backport-X.Y.xlabel(s) before merge.