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: sQUlearn/squlearn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: sQUlearn/squlearn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.1
Choose a head ref
  • 8 commits
  • 19 files changed
  • 4 contributors

Commits on Jan 7, 2026

  1. Update docstring for HighDimEncodingCircuit (#370)

    Co-authored-by: Moritz <44642314+MoritzWillmann@users.noreply.github.com>
    kit0kat and MoritzWillmann authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    684e974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e5ba2 View commit details
    Browse the repository at this point in the history
  3. Bugfix for drawing RandomEncodingCircuit (#371)

    * Fix: Draw RandomEncodingCircuit
    
    * black
    
    ---------
    
    Co-authored-by: Moritz <44642314+MoritzWillmann@users.noreply.github.com>
    Co-authored-by: Moritz <moritz.willmann@ipa.fraunhofer.de>
    3 people authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    58bb9b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6899ad View commit details
    Browse the repository at this point in the history
  5. Fix numpy scalar extraction (#372)

    * extract numpy scalars properly
    
    * change to one-liner
    
    * Update src/squlearn/optimizers/approximated_gradients.py
    
    Co-authored-by: Florian Wieland <114916947+ProfessorNova@users.noreply.github.com>
    
    * Update src/squlearn/optimizers/approximated_gradients.py
    
    Co-authored-by: Florian Wieland <114916947+ProfessorNova@users.noreply.github.com>
    
    * Update src/squlearn/optimizers/approximated_gradients.py
    
    Co-authored-by: Florian Wieland <114916947+ProfessorNova@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Florian Wieland <114916947+ProfessorNova@users.noreply.github.com>
    MoritzWillmann and ProfessorNova authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    4ca30bd View commit details
    Browse the repository at this point in the history
  6. Fix zero num_features (#374)

    * use None internally to store 0 num_features
    
    * use super set_params
    
    * Update src/squlearn/encoding_circuit/layered_encoding_circuit.py
    
    Co-authored-by: Florian Wieland <114916947+ProfessorNova@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Florian Wieland <114916947+ProfessorNova@users.noreply.github.com>
    MoritzWillmann and ProfessorNova authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    2728816 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    1711c21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #376 from sQUlearn/develop

    Release 0.10.1
    MoritzWillmann authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    ad098c9 View commit details
    Browse the repository at this point in the history
Loading