Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support assign a tuple to a row of a recarray #9478

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

dlee992
Copy link
Contributor

@dlee992 dlee992 commented Mar 6, 2024

A possible way to
fix #9476

@dlee992
Copy link
Contributor Author

dlee992 commented Mar 6, 2024

not sure why this failed.

Found required file: docs/upcoming_changes/9478.improvement.rst

Checking naming convention.
Passed: Filename is valid

Checking file contents:

support assign a ``tuple`` to a row of a ``recarray``
--------------------------------------------------------

support assign a ``tuple`` to a row of a ``recarray``.
Error: Process completed with exit code 1.

@dlee992
Copy link
Contributor Author

dlee992 commented Mar 6, 2024

oh, the reason is

Traceback (most recent call last):
  File "/Users/dali/Code/open-numba/maint/towncrier_rst_validator.py", line 98, in <module>
    assert len(title) == len(underline), "Title and underline must be the same length." + \
AssertionError: Title and underline must be the same length. (Found Title: 53, Underline: 56)

@dlee992
Copy link
Contributor Author

dlee992 commented Mar 28, 2024

Can this be marked with milestone of next release 0.60?

@dlee992
Copy link
Contributor Author

dlee992 commented May 3, 2024

This one can enjoy a review! Thanks! @guilhermeleobas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature request] assign a tuple to one row of recarray
2 participants