pyRiemann-qiskit icon indicating copy to clipboard operation
pyRiemann-qiskit copied to clipboard

Bump pyriemann from 0.5 to 0.6

Open dependabot[bot] opened this issue 2 months ago • 0 comments

Bumps pyriemann from 0.5 to 0.6.

Release notes

Sourced from pyriemann's releases.

v0.6

version 0.6

Changelog

Sourced from pyriemann's changelog.

v0.6 (April 2024)

  • Update pyRiemann from Python 3.7 to 3.8. :pr:254 by :user:qbarthelemy

  • Speedup pairwise distance function :func:pyriemann.utils.distance.pairwise_distance by adding individual functions for 'euclid', 'harmonic', 'logeuclid' and 'riemann' metrics. :pr:256 by :user:gabelstein

  • Add :func:pyriemann.utils.test.is_real_type to check the type of input arrays and add :func:pyriemann.utils.covariance.covariance_scm allowing to process complex-valued inputs for 'scm' covariance estimator. :pr:251 by :user:qbarthelemy

  • Update to Read the Docs v2. :pr:260 by :user:qbarthelemy

  • Correct :func:pyriemann.utils.distance.distance_wasserstein and :func:pyriemann.utils.distance.distance_kullback, keeping only real part. :pr:267 by :user:qbarthelemy

  • Deprecate input covmats for mean functions, renamed into X. :pr:252 by :user:qbarthelemy

  • Add support for complex covariance estimation for 'lwf', 'mcd', 'oas' and 'sch' estimators. :pr:274 by :user:gabelstein

  • Deprecate input covtest for predict of :class:pyriemann.classification.KNearestNeighbor, renamed into X. :pr:259 by :user:qbarthelemy

  • Correct check for kernel_fct param of :class:pyriemann.classification.SVC. :pr:272 by :user:qbarthelemy

  • Add sample_weight parameter in TLCenter, TLStretch and TLRotate. :pr:273 by :user:apmellot

  • Deprecate HankelCovariances, renamed into :class:pyriemann.estimation.TimeDelayCovariances. :pr:275 by :user:qbarthelemy

  • Add an example on augmented covariance matrix. :pr:276 by :user:carraraig

  • Remove function make_covariances. :pr:280 by :user:qbarthelemy

  • Speedup :class:pyriemann.estimation.TimeDelayCovariances. :pr:281 by :user:qbarthelemy

  • Enhance ajd module and add a generic :func:pyriemann.utils.ajd.ajd function. :pr:238 by :user:qbarthelemy

  • Add :func:pyriemann.utils.viz.plot_bihist, :func:pyriemann.utils.viz.plot_biscatter and :func:pyriemann.utils.viz.plot_cov_ellipse for display. :pr:287 by :user:qbarthelemy and :user:gcattan

  • Add :class:pyriemann.estimation.CrossSpectra and deprecate CospCovariances renamed into :class:pyriemann.estimation.CoSpectra. :pr:288 by :user:qbarthelemy

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)

dependabot[bot] avatar May 01 '24 08:05 dependabot[bot]