Skip to content

Bump pyriemann from 0.7 to 0.9 #380

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 pyriemann from 0.7 to 0.9.

Release notes

Sourced from pyriemann's releases.

v0.9

version 0.9

v0.8

version 0.8

Changelog

Sourced from pyriemann's changelog.

v0.9 (July 2025)

  • Add conjugate transpose operator :func:pyriemann.utils.base.ctranspose for real- and complex-valued ndarrays. :pr:348 by :user:qbarthelemy

  • Add :class:pyriemann.embedding.TSNE, a Riemannian t-SNE implementation and update example comparing embeddings. :pr:347 by :user:thibaultdesurrel

  • Fix matplotlib warning. :pr:351 by :user:qbarthelemy

  • Enhance :func:pyriemann.utils.mean.mean_power using init, tol and maxiter parameters when p=0. :pr:353 by :user:toncho11

  • Enhance :func:pyriemann.utils.distance.pairwise_distance to support HPD matrices for "euclid", "harmonic", "logchol" and "logeuclid" metrics. :pr:350 by :user:qbarthelemy

  • Avoid duplicating code when using joblib. :pr:359 by :user:qbarthelemy

  • Fix sklearn warning. :pr:358 by :user:qbarthelemy

  • Add :func:pyriemann.utils.tangentspace.log_map and :func:pyriemann.utils.tangentspace.exp_map. :pr:363 by :user:qbarthelemy

  • Add :class:pyriemann.clustering.MeanShift, a Riemannian mean shift clustering algorithm. :pr:364 by :user:qbarthelemy

  • Fix :class:pyriemann.spatialfilters.Xdawn to remove the parameters sample_weight that is not used on the fit_transformation. :pr:371 by :user:bruAristimunha

v0.8 (February 2025)

  • Enhance :func:pyriemann.utils.mean.mean_ale adding init parameter, and add function check_init() useful to all ajd and mean functions allowing initialization. :pr:328 by :user:qbarthelemy

  • Enhance :func:pyriemann.utils.mean.mean_covariance to support "power" and "poweuclid" metrics. :pr:329 by :user:qbarthelemy

  • Add tangent space alignment (TSA) in transfer learning module. TLStretch is deprecated and renamed into :class:pyriemann.transfer._estimators.TLScale, and TSclassifier into :class:pyriemann.classification.TSClassifier. :pr:320 by :user:qbarthelemy

  • Add an example using fNIRS data with a new estimator called HybridBlocks for classifying HbO and HbR signals. :pr:323 by :user:timnaher

  • Add directional derivatives :func:pyriemann.utils.base.ddexpm and :func:pyriemann.utils.base.ddlogm, and correct :func:pyriemann.utils.tangentspace.log_map_logeuclid and :func:pyriemann.utils.tangentspace.exp_map_logeuclid. :pr:332 by :user:gabelstein

  • Add :func:pyriemann.utils.tangentspace.exp_map_wasserstein, :func:pyriemann.utils.tangentspace.log_map_wasserstein and :func:pyriemann.utils.geodesic.geodesic_wasserstein. :pr:331 by :user:gabelstein

  • Enhance :func:pyriemann.datasets.make_matrices, to generate symmetric and Hermitian matrices, and add parameters defining the normal distribution to draw eigen vectors. Deprecate generate_random_spd_matrix. :pr:339 by :user:qbarthelemy

  • Enhance TSA, adding weights to transformers, and generalizing :class:pyriemann.transfer._estimators.TLRotate from one-to-one to many-to-one domain adaptation in tangent space. :pr:337 by :user:qbarthelemy

... (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 [pyriemann](https://github.com/pyRiemann/pyRiemann) from 0.7 to 0.9.
- [Release notes](https://github.com/pyRiemann/pyRiemann/releases)
- [Changelog](https://github.com/pyRiemann/pyRiemann/blob/master/doc/whatsnew.rst)
- [Commits](pyRiemann/pyRiemann@v0.7...v0.9)

---
updated-dependencies:
- dependency-name: pyriemann
  dependency-version: '0.9'
  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