QuantConnect / pythonnet

Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
http://pythonnet.github.io
MIT License
28 stars 26 forks source link

Catch Up Upstream #45

Closed AlexCatarino closed 3 years ago

AlexCatarino commented 4 years ago

Rebase with pythonnet master.

Most important changes:

codecov-commenter commented 4 years ago

Codecov Report

Merging #45 into master will decrease coverage by 4.47%. The diff coverage is 47.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   69.42%   64.94%   -4.48%     
==========================================
  Files           1        1              
  Lines         278      291      +13     
==========================================
- Hits          193      189       -4     
- Misses         85      102      +17     
Flag Coverage Δ
#setup_linux 64.94% <47.36%> (-4.48%) :arrow_down:
Impacted Files Coverage Δ
setup.py 64.94% <47.36%> (-4.48%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d81858...2068399. Read the comment docs.

jaredbroad commented 4 years ago

Can you please post a summary of the upgrades/fixes?

Martin-Molinero commented 3 years ago

Closing in favor of https://github.com/QuantConnect/pythonnet/pull/47