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:virotech/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
    8e55e4fView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d56bdView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4e980View 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
    AlexCatarino committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    6dad422View commit details
    Browse the repository at this point in the history
  5. Fixes decimal support

    @AlexCatarino
    AlexCatarino committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    570e0f8View 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
    AlexCatarino committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    c355ab4View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2d12b3View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6db866View 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
    AlexCatarino committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    bec9563View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

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

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

Commits on Aug 27, 2018

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

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