Skip to content

Bump qiskit-machine-learning from 0.7.2 to 0.8.3 #377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps qiskit-machine-learning from 0.7.2 to 0.8.3.

Release notes

Sourced from qiskit-machine-learning's releases.

v0.8.3

What's Changed

Full Changelog: qiskit-community/qiskit-machine-learning@0.8.2...0.8.3

v0.8.2

What's Changed

  • Fixed a compatibility issue for different callback functions when they are used in qiskit_machine_learning.algorithms.trainable_model based algorithms.
  • Updated documentation for SamplerQNN, improving the description on using interpret functions and output shapes.
  • Extended support for different V2 transpilers from different backends.
  • Extended support with Qiskit 1.3.x (latest at the time of release).

[!NOTE] We continue to support the BlueprintCircuit implementation of derived circuit classes until the next major release of Qiskit Machine Learning.

v0.8.1

New Features

  • Enhanced Tutorials and Documentation for V2 Primitives, including a migration guide for V2 primitives.

  • Extended support for V2 primitives across various quantum machine learning algorithms including VQC, VQR, QSVC, QSVR, and QBayesian. If no primitive is provided, these algorithms will default to using V1 primitives as a fallback for this release. A warning is now issued to inform users of this default behavior.

  • Added partial multi-class support for VQC. This feature is now enabled when the output_shape parameter is set to num_classes and an interpret function is defined, allowing for multi-label classification tasks.

  • The PegasosQSVC and algorithms derived from NeuralNetworkClassifier module now support predict_proba function. This method can be utilized similarly to other scikit-learn-based algorithms.

  • The ADAM class now supports a callback function. This feature allows users to pass a custom callback function that will be called with information at each iteration step during the optimization process. The information passed to the callback includes the current time step, the parameters, and the function value. The callback function should be of the type Callable[[int, Union[float, np.ndarray], float], None]. Example of a callback function:

def callback(iteration:int, weights:np.ndarray, loss:float):
  ...
  acc = calculate_accuracy(weights)
  print(acc)
  print(loss)
  ...

v0.8.0

Prelude to the changelog

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [qiskit-machine-learning](https://github.com/qiskit-community/qiskit-machine-learning) from 0.7.2 to 0.8.3.
- [Release notes](https://github.com/qiskit-community/qiskit-machine-learning/releases)
- [Commits](qiskit-community/qiskit-machine-learning@0.7.2...0.8.3)

---
updated-dependencies:
- dependency-name: qiskit-machine-learning
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants