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-adaptation/skada
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: scikit-adaptation/skada
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 16 files changed
  • 7 contributors

Commits on Oct 28, 2025

  1. [MRG] Gradual domain adaptation (#354)

    * gradual da
    
    * gradual da
    
    * implement gradual domain adaptation
    
    * fix docstring
    
    * fix docstrings
    
    * add more comprehensive tests
    
    * Improves clarity of variable names (`X_t` -> `X_step`), and improves testing of estimator-fit condition
    
    ---------
    
    Co-authored-by: Julie Alberge <julie.alberge@gmail.com>
    Co-authored-by: Théo Gnassounou <66993815+tgnassou@users.noreply.github.com>
    3 people authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    f5cf028 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Bump actions/checkout from 5 to 6 in the actions group (#355)

    Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    c6bb43e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. [MRG] Fixing test error coming from sklearn 1.8 release (#358)

    * start fixing problem
    
    * continue fixing
    
    * continue fixing
    
    * fix scorer
    
    * fix spherical kmeans
    
    * add the hook class to be pickable
    
    * fix torch import
    
    * add the hook class to be pickable
    
    * use cross_validate instead of cross_val_score
    
    * add name of parameters
    
    * fix scorer functions
    
    * fix last test
    
    * specify the parameters sample domain in deep scorer test
    
    * remove comments
    tgnassou authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    966861a View commit details
    Browse the repository at this point in the history
  2. MAINT fix metadata licence (#359)

    * MAINT fix metadata licence
    
    * remove metadata from classifier
    
    ---------
    
    Co-authored-by: Théo Gnassounou <66993815+tgnassou@users.noreply.github.com>
    glemaitre and tgnassou authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    db2b11c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Bump actions/cache from 4 to 5 in the actions group (#356)

    Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache).
    
    
    Updates `actions/cache` from 4 to 5
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Théo Gnassounou <66993815+tgnassou@users.noreply.github.com>
    dependabot[bot] and tgnassou authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    040a84e View commit details
    Browse the repository at this point in the history
  2. Update Contributing documentation (#342)

    Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>
    Co-authored-by: Théo Gnassounou <66993815+tgnassou@users.noreply.github.com>
    3 people authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    46bc3db View commit details
    Browse the repository at this point in the history
Loading