-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Updates pythonnet #2298
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
jaredbroad
merged 4 commits into
QuantConnect:master
from
AlexCatarino:bug-2288-pythonnet-memory-leak
Dec 19, 2018
Merged
Updates pythonnet #2298
jaredbroad
merged 4 commits into
QuantConnect:master
from
AlexCatarino:bug-2288-pythonnet-memory-leak
Dec 19, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
5eb4690 to
f110196
Compare
e762e04 to
bd443f9
Compare
jaredbroad
requested changes
Aug 22, 2018
Member
jaredbroad
left a comment
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.
Failing PandasConverter test
fbf3d6b to
476c9b1
Compare
jaredbroad
approved these changes
Aug 27, 2018
89f87a4 to
e99f6d2
Compare
4 tasks
ec3a516 to
ab45b57
Compare
ab45b57 to
6a6d34c
Compare
6a6d34c to
228ca13
Compare
228ca13 to
febd357
Compare
febd357 to
6fc10fa
Compare
Includes memory leak fix (QuantConnect/pythonnet@c6db866 and QuantConnect/pythonnet@bec9563) - Fix python version to 3.6.6 (avoid updating to 3.7) - Fix numpy version to 1.14.5 (tensorflow requirement) - Adds py-earth python package (closes QuantConnect#2399).
Adds [rauth](https://github.com/litl/rauth) package. Closes QuantConnect#2488.
6fc10fa to
623dec7
Compare
Websocket leaks fixed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Includes memory leak fix (QuantConnect/pythonnet@c6db866 and QuantConnect/pythonnet@bec9563)
Fix python version to 3.6.6 (avoid updating to 3.7)
Fix numpy version to 1.14.5 (tensorflow requirement)
Adds py-earth python package (closes Add py-earth library #2399).
Adds rauth package (closes Python library request for rauth #2488).
Adds seaborn package (closes Add seaborn library #2568).
Related Issue
Closes #2288 #2399 #2488 #2568
Requires Documentation Change
No.
How Has This Been Tested?
Ran
BasicTemplateAlgorithm.pyin Windows, Linux and macOS.Types of changes
Checklist:
bug-<issue#>-<descriptionorfeature-<issue#>-<description>