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: mindsdb/lightwood
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.3.3.0
Choose a base ref
...
head repository: mindsdb/lightwood
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.3.3.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 24, 2025

  1. Bump qiskit from 0.31.0 to 1.4.2 (#1255)

    * Bump qiskit from 0.31.0 to 1.4.2
    
    Bumps [qiskit](https://github.com/Qiskit/qiskit) from 0.31.0 to 1.4.2.
    - [Release notes](https://github.com/Qiskit/qiskit/releases)
    - [Changelog](https://github.com/Qiskit/qiskit/blob/main/docs/release_notes.rst)
    - [Commits](https://github.com/Qiskit/qiskit/commits/1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: qiskit
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix QClassic params
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Max Stepanov <stpmax@yandex.ru>
    dependabot[bot] and StpMax authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    160e21b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Bump lightgbm from 4.4.0 to 4.6.0 (#1252)

    * Bump lightgbm from 4.4.0 to 4.6.0
    
    Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 4.4.0 to 4.6.0.
    - [Release notes](https://github.com/microsoft/LightGBM/releases)
    - [Commits](microsoft/LightGBM@v4.4.0...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: lightgbm
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * bump dependencies
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * fix
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * test
    
    * del setuptools from pyproject.toml
    
    * poetry lock
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Max Stepanov <stpmax@yandex.ru>
    dependabot[bot] and StpMax authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    bd8812c View commit details
    Browse the repository at this point in the history
  2. Fix doc build (#1257)

    * temp add doc build to workflow
    
    * add nltk.downloader to doc build
    
    * del temp pull_request from doc_build
    StpMax authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    2dbc2f2 View commit details
    Browse the repository at this point in the history
Loading