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

Update assign to preserve order for **kwargs #1901

Open
shoyer opened this issue Feb 10, 2018 · 1 comment
Open

Update assign to preserve order for **kwargs #1901

shoyer opened this issue Feb 10, 2018 · 1 comment

Comments

@shoyer
Copy link
Member

shoyer commented Feb 10, 2018

In Python 3.6+, keyword arguments preserve the order in which they are written. We should update assign and assign_coords to rely on this in the next major release, as has been done in pandas:
pandas-dev/pandas#14207

@shoyer shoyer changed the title Update assign to rely on our for **kwargs Update assign to preserve order for **kwargs Feb 10, 2018
@stale
Copy link

stale bot commented Jan 11, 2020

In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity

If this issue remains relevant, please comment here or remove the stale label; otherwise it will be marked as closed automatically

@stale stale bot added the stale label Jan 11, 2020
@stale stale bot closed this as completed Feb 10, 2020
@max-sixty max-sixty reopened this Feb 10, 2020
@stale stale bot removed the stale label Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants