Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: QuantConnect/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lenomade-brashcrab/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    8e55e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d56bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4e980 View commit details
    Browse the repository at this point in the history
  4. Implements System.Decimal support

    Convertes System.Decimal to decimal.decimal and vice-versa
    AlexCatarino committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    6dad422 View commit details
    Browse the repository at this point in the history
  5. Fixes decimal support

    AlexCatarino committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    570e0f8 View commit details
    Browse the repository at this point in the history
  6. Implements System.DateTime support

    Converts System.DateTime and System.TimeSpan to datetime.datetime and datetime.timedelta and vice-versa
    AlexCatarino committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    c355ab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2d12b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6db866 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Do not include timezone if DateTimeKind is Unspecified

    DECREF'ing datetime timezone argument when DateTimeKind is Unspecified was causing `Fatal Python error: deallocating None` because the object was set to `Runtime.PyNone`.
    
    Fixed the input to datetime constructor as we were passing milliseconds, where it should be microseconds.
    AlexCatarino committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    bec9563 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Merge pull request #15 from QuantConnect/bug-deallocation-none-dateti…

    …me-timezone
    
    Do not include timezone if DateTimeKind is Unspecified
    mchandschuh authored Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e95794c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    76695b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from QuantConnect/quantconnect-versioning

    Sets the version to 1.0.5.12 to match QuantConnect's nuget one.
    mchandschuh authored Aug 27, 2018
    Configuration menu
    Copy the full SHA
    b41e67a View commit details
    Browse the repository at this point in the history
Loading