Skip to content

Remove direct key access in ndpoly #344

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

Merged
merged 1 commit into from
May 26, 2021
Merged

Remove direct key access in ndpoly #344

merged 1 commit into from
May 26, 2021

Conversation

jonathf
Copy link
Owner

@jonathf jonathf commented May 26, 2021

numpoly deprecated direct string key access to polynomial coefficient memory a while back.
Correct usage should now be poly.values[key].
numpoly 1.2.X series made the old access pattern illegal.

Solves #343.

numpoly deprecated direct string key access to polynomial coefficient memory a while back.
Correct usage should now be `poly.values[key]`.
numpoly 1.2.X series made the old access pattern illegal.
@jonathf jonathf force-pushed the correct_indexing branch from 7c0438a to e9d793b Compare May 26, 2021 13:01
@jonathf jonathf merged commit addbadd into master May 26, 2021
@jonathf jonathf deleted the correct_indexing branch May 26, 2021 13:05
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

Successfully merging this pull request may close these issues.

1 participant