-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Updates to match changes in Nengo #44
Conversation
TravisCI can't pip install Nengo>=3.0.0... maybe we just let this sit here until the 3.0 release? |
Similarly, |
Having some trouble getting the (compatible) GUI to log info... I can grab the GUI logger and set the log level for everything:
But it seems like the GUI is unable to handle the separate NengoFPGA logger. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you need to run the notebook cleaner script on the notebooks?
@@ -26,6 +26,10 @@ Release History | |||
- Setup Nengo Bones and remote CI. | |||
(`#41 <https://github.com/nengo/nengo-fpga/pull/41>`__) | |||
|
|||
**Changed** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we put this under the **Fixed ** header instead maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed is okay. But the changelog should specify the changes were made for Nengo 3.0.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would wait for Travis-CI to successfully build with Nengo 3.0.0 before merging this.
@@ -26,6 +26,10 @@ Release History | |||
- Setup Nengo Bones and remote CI. | |||
(`#41 <https://github.com/nengo/nengo-fpga/pull/41>`__) | |||
|
|||
**Changed** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed is okay. But the changelog should specify the changes were made for Nengo 3.0.0.
Why is this PR complaining about conflicting files? @bmorcos have you seen this before? Shouldn't conflicts be addressed during the merge process? |
Yea, I think this is just saying it can't automatically merge from the GUI since there are conflicts (this is a commit behind |
470c2c1
to
a370d00
Compare
I patched the URLs for now, but I made a note to start using proper intersphinx references. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are patching it to work with the new Nengo docs release, there are also links to parts of the nengo docs in our example notebooks (01 and 02) that need changing.
I patched those URLs also, did I miss something? |
cdfe2fe
to
d21c672
Compare
d21c672
to
97fe1ba
Compare
Motivation and context:
Nengo has made some breaking changes, this brings NengoFPGA back into compatibility.
How has this been tested?
How long should this take to review?
Types of changes:
Checklist:
Still to do: