AlexCatarino
9459f47cba
Updates pythonnet
...
In this update, methods overloads with decimal parameters accept python float.
- Fixes FractionalQuantityRegressionAlgorithm:
With the pythonnet update we can pass a python float where a decimal is required.
2017-12-29 17:25:48 +00:00
AlexCatarino
c912c0d190
Updates pythonnet
...
In this update, we fixed type correspondence from C# Decimal to python decimal that caused wrong method overload binding.
2017-12-18 10:57:26 +00:00
AlexCatarino
9536123160
Updates pythonnet
...
In this update, we have changed our version of pythonnet to give precedence to methods that include a PyObject parameter.
2017-10-12 16:41:50 +01:00
AlexCatarino
099e871afd
Updates pythonnet nuget version
...
In this new nuget package, we have included two versions Python.Runtime.dll for macOS
We also add the instructions to compile pythonnet for different operational systems
2017-09-29 17:59:38 +01:00
AlexCatarino
14e66ad07b
Improve python installation guide
...
Warns users that if python is installed correctly, some procedures can be skipped.
2017-09-13 18:12:33 +01:00
AlexCatarino
1c330415d3
Updates information about python installation
...
Additional information is needed to help users to be able to run python algorithms with Lean.
2017-09-13 14:50:14 +01:00
AlexCatarino
3c23759efd
Implements History Requests returning pandas.DataFrame
...
Algorithms written in python can access to new overloads for the QCAlgorithm.History method that returns a dictionary with pandas.DataFrame
2017-07-06 15:09:59 +01:00
AlexCatarino
b88cc4a2f1
Updates installation instructions
2017-06-23 13:22:56 +01:00
AlexCatarino
50e8043038
Updates Algorithm.Python readme
2017-06-02 10:45:45 +01:00
Jared
bde800b5bf
Update readme.md
2015-09-26 21:24:10 -04:00
Jared
b1f3e4da5a
Update readme.md
2015-09-26 20:14:04 -04:00
QuantConnect
98dc0e37b7
Build script and language config for Iron python based algorithms
2015-07-05 21:00:01 -04:00