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: scikit-learn-contrib/scikit-learn-extra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: scikit-learn-contrib/scikit-learn-extra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 15 files changed
  • 4 contributors

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    dc4477b View commit details
    Browse the repository at this point in the history
  2. MAINT test building wheels (#156)

    * manually trigger build
    
    * comment manual part
    
    * switching to Ubuntu 22.04
    
    * fix bug random test
    
    * black
    
    * fix test ci
    
    * update cibuildwheels
    
    * try another image for manylinux i686
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Skip 3.11 for 32bit
    
    * fix syntax
    
    * remove failing binary
    
    * remove failing binary
    
    * remove all 32 bits
    
    * remove all 32 bits
    
    * remove musllinux
    
    * remove trigger of build wheels
    
    * syntax yml
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    TimotheeMathieu and pre-commit-ci[bot] authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    627f97b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. [MAINT] update python version (#167)

    * Remove depracted call of distutils.version.LooseVersion with packaging.version.Version
    
    * Add packaging as dependency
    
    * Fix PEP8 in setup.py
    
    * ci python 3.9,3.10,3.10 and Looseversion everywhere
    
    * switch to rtd version 2 config
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * correct pipeline
    
    * requirement rtd
    
    * change to match new scikit-learn losses and deprecated function to available_if
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * rtd
    
    * change path doc
    
    * xfail tests that don't pass as I don't understand what it is checking
    
    * fix deprecation np.int in example
    
    * fix plot robust classification example
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: braniii <daniel.nagel@protonmail.com>
    Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    4 people authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0f95d8d View commit details
    Browse the repository at this point in the history
Loading