-
Notifications
You must be signed in to change notification settings - Fork 409
Comparing changes
Open a pull request
base repository: skorch-dev/skorch
base: v1.3.1
head repository: skorch-dev/skorch
compare: master
- 8 commits
- 16 files changed
- 3 contributors
Commits on Dec 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9b39932 - Browse repository at this point
Copy the full SHA 9b39932View commit details
Commits on Feb 25, 2026
-
Fix several recent issues from transformers, pandas, gpytorch (#1134)
Transformers fixes: - Some numerical differences from T5 - Tokenizer repr has changed Pandas 3: error message changed GPyTorch: fix version to avoid pickle error
Configuration menu - View commit details
-
Copy full SHA for 0ec5dbe - Browse repository at this point
Copy the full SHA 0ec5dbeView commit details -
Generalize device check for tensor conversion (#1131)
E.g. should now work with XPU.
Configuration menu - View commit details
-
Copy full SHA for 0cb38c3 - Browse repository at this point
Copy the full SHA 0cb38c3View commit details -
Update: PyTorch v2.10.0 (#1133)
- drop 2.6.0 - bump 2.9.0 to 2.9.1 - add 2.10.0 - update docs
Configuration menu - View commit details
-
Copy full SHA for 5a6a7c7 - Browse repository at this point
Copy the full SHA 5a6a7c7View commit details -
FIX HF download outdated token argument (#1135)
The argument use_auth_token was deprecated and removed, use token instead.
Configuration menu - View commit details
-
Copy full SHA for db11757 - Browse repository at this point
Copy the full SHA db11757View commit details
Commits on Mar 27, 2026
-
Update: PyTorch 2.11.0 (#1137)
- add 2.11.0 - drop 2.7.1 - update triton install for CI - GPyTorch pickling error is resolved, update tests
Configuration menu - View commit details
-
Copy full SHA for c753b0a - Browse repository at this point
Copy the full SHA c753b0aView commit details -
CI Run unit tests on weekly basis (#1138)
As the frequency of new PRs on skorch isn't very high anymore, it can happen that the unit tests don't run at all for longer stretches of time. This means that we may catch issues only quite late, and only if a new PR lands do these unrelated errors surface (#1137 being a recent example) With this PR, the test unit tests on a weekly basis. The schedule is Sunday morning, the same as for the HF integrationt tests.
Configuration menu - View commit details
-
Copy full SHA for 3bca8f2 - Browse repository at this point
Copy the full SHA 3bca8f2View commit details
Commits on Apr 27, 2026
-
ENH NeuralNet metadata routing (#1139)
Enable sklearn metadata routing in skorch. See: https://scikit-learn.org/stable/metadata_routing.html
Configuration menu - View commit details
-
Copy full SHA for f5a7928 - Browse repository at this point
Copy the full SHA f5a7928View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.1...master