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

Pass x as copy to nodes. #722

Merged
merged 1 commit into from
May 28, 2015
Merged

Pass x as copy to nodes. #722

merged 1 commit into from
May 28, 2015

Conversation

jgosmann
Copy link
Collaborator

Closes #716.

@jgosmann jgosmann added this to the 2.1.0 release milestone May 27, 2015
@@ -40,6 +40,9 @@ Release History
- The ``probeable`` attribute of all Nengo objects is now implemented
as a property, rather than a configurable parameter.
(`#671 <https://github.com/nengo/nengo/pull/671>`_)
- Node functions receive ``x`` as a copied NumPy array (instead of a readonly
view).
(`#626 <https://github.com/nengo/nengo/issues/716>`_)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it 626 or 716...? Presumably 722 should be in there too

@tbekolay
Copy link
Member

Aside from the inline comments, this looks good to me!

@jgosmann
Copy link
Collaborator Author

Fixed those. 🍰

@tbekolay
Copy link
Member

This LGTM! Does anyone have any objections to passing x as a copy? The discussion in #716 seemed to favour copying, so if no one objects by lunch time or thereabouts, I'll merge! 🌈

@tbekolay tbekolay merged commit f8db58e into master May 28, 2015
@tbekolay tbekolay deleted the node-arg-copy branch May 28, 2015 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Non-deterministic undocumented Node behaviour
2 participants