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: skorch-dev/skorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: skorch-dev/skorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 4 commits
  • 16 files changed
  • 3 contributors

Commits on Aug 11, 2025

  1. Release fixes (#1117)

    There were a few things that were broken due to the change to
    pyproject.toml.
    
    - Use license instead of deprecated license classifier
    - Clean up classifiers (only use those in
      https://pypi.org/pypi?%3Aaction=list_classifiers)
    - Install pytorch via pip, conda seems deprecated
    - Use build instead of setup py for wheel/sdist
    githubnemo authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    44c3527 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

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

Commits on Oct 23, 2025

  1. Update Python (3.13) and PyTorch (2.9) versions (#1121)

    Also:
    
    - drop Python 3.9 (EOL)
    - drop PyTorch 2.5
    - update some tests
    - for torch < 2.9, downgrade to triton 3.4
    - fix indentation error in GP classes docstrings (similar to #1080)
    BenjaminBossan authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    038c7f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Release 1.3.0 (#1124)

    Bump version
    
    Since torch 2.5 is dropped, we can assume that weights_only=True
    
    No longer check for torch.compile availability, it's been available for
    long enough
    
    Unrelated to release: New pytest raises an error because of an incorrect
    application of @pytest.mark.skipif, this was resolved
    
    Unrelated to release: sacred import raises an error if pandas is not
    installed, this is now token into account
    BenjaminBossan authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    8605164 View commit details
    Browse the repository at this point in the history
Loading