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

Decimal Parsing Allows Numeric String in Exponential Notation and Version Bump #25

Closed AlexCatarino closed 5 years ago

AlexCatarino commented 5 years ago

Decimal parsing allows numeric string in exponential notation in order to be able to convert float that maybe be represented in that notation.

Version bump to create nuget package with this fix and improvements from #24.