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: pythonnet/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: pythonnet/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 12 commits
  • 20 files changed
  • 5 contributors

Commits on Nov 2, 2022

  1. Reset version to dev

    filmor committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    556882d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. 1776 Generic Virtual Method Causes Invalid Program: Fix + test (#2026)

    - If a method is virtual AND generic, it cannot be overridden by the python class. Hence the method call is deferred to the base class.
    - Added a unit test which verifies this behavior is now working.
    
    NOTE: The test causes crash when run from `PythonTestRunner`. See #2035
    rmadsen-ks authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1729698 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. don't force setuptools upgrade during installation of requirements fo…

    …r testing
    
    upgrade caused InvalidVersion: Invalid version: '0.23ubuntu1' on Ubuntu due to setuptools dropping support for that version format
    lostmsu committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4020a0c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Ensure that load only runs once (#2079)

    Fixes #2078.
    filmor authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a041811 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    c2fa467 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. 1783 Implement Interface And Inherit Class (#2028)

    * 1783 Implement Interface And Inherit Class
    
    Added support for multiple inheritance when inheriting from one base class and/or multiple interfaces.
    
    Added a unit test verifying that it works with a simple class and interface. This unit test would previously have failed since multiple types are in the class super class list.
    rmadsen-ks authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a404d6e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Fix GetBuffer throwing ArgumentOutOfRangeException (#2120)

    * fix: incorrect length for buffer copy
    
    * test: add PyBuffer test for strides
    
    * docs: update `CHANGELOG` and `AUTHORS`
    legomanww authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    131b466 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    a1cd73f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Adjust docs for importing

    filmor authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    dddadbe View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    3b6500f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Bump clr_loader dependency

    filmor committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    639023a View commit details
    Browse the repository at this point in the history
  2. Release 3.0.2

    filmor committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6a4e04c View commit details
    Browse the repository at this point in the history
Loading