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: sdpython/mlinsights
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: sdpython/mlinsights
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 130 files changed
  • 3 contributors

Commits on Jan 12, 2024

  1. update license

    xadupre committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    908ac12 View commit details
    Browse the repository at this point in the history
  2. year

    xadupre committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    912487b View commit details
    Browse the repository at this point in the history
  3. year

    xadupre committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    920d98a View commit details
    Browse the repository at this point in the history
  4. year

    xadupre committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    60247cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #126 from sdpython/copy

    update license
    sdpython authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    26092c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. add code of conduct (#127)

    xadupre authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    da7df01 View commit details
    Browse the repository at this point in the history
  2. Rewrites if len(..) == 0 into if .. (#125)

    * Rewrites if len(..) == 0 into if ..
    
    * improves code
    
    * code coverage
    
    * fix unit tests
    
    * unittest
    xadupre authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    56fb2dc View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update style and fix compilation issues with the latest numpy/scikit-…

    …learn (#128)
    
    * update style
    
    * remove unused file
    
    * rename SIZE_t into intp_t
    
    * update requirements
    
    * fix missing dependency
    
    * remove unused print
    xadupre authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f42e93e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Use ruff check (#131)

    * Use ruff check
    
    * lint
    
    * skip
    xadupre authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3a1f14b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Better lint (#132)

    * Better lint
    
    * fix one unit test
    
    * fix wrong change
    
    * update cp
    
    * warning
    
    * mac
    
    * update mac
    xadupre authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    dd5c6c4 View commit details
    Browse the repository at this point in the history
  2. Build on python 3.12 (#130)

    * Build on python 3.12
    
    * mac
    
    * disable one test on mac
    
    * switch architecture
    
    * switch architecture
    
    * build
    
    * update ci
    
    * ci
    
    * update arch
    
    * numpy
    
    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    
    * upgrade version
    
    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    
    * fix import issue
    
    * type
    
    ---------
    
    Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
    xadupre authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5e05cde View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Update CI (#134)

    * build
    
    * update actions
    
    * update actions
    
    * update actions
    
    * fix one test
    
    * build
    
    * remove 3.13
    
    * remove 3.13
    
    * macé
    
    * fix missing env
    
    * fix build
    
    * try
    
    * agzin
    
    * remove x86
    xadupre authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    69a6eb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. add python 3.13 (#136)

    * py313
    
    * fix ruff
    
    * update python version
    
    * update pybind11
    
    * fix import issues
    
    * fix backprop
    
    * lint
    
    * fix precision
    xadupre authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    3c07930 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Upgrade pybind11 to 3.0.0 (#137)

    * Upgrade pybind11 to 3.0.0
    
    * pip freeze
    
    * blacke
    xadupre authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    34fa2a2 View commit details
    Browse the repository at this point in the history
Loading