Skip to content

Bump pyriemann from 0.6 to 0.8 #360

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 Mar 1, 2025

Bumps pyriemann from 0.6 to 0.8.

Release notes

Sourced from pyriemann's releases.

v0.8

version 0.8

v0.7

version 0.7

Changelog

Sourced from pyriemann's changelog.

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

  • Enhance :func:pyriemann.utils.kernel.kernel_euclid and :func:pyriemann.utils.kernel.kernel_logeuclid adding Cref parameter, and correct :func:pyriemann.utils.kernel.kernel_riemann when Y is different from X and Cref is None. :pr:340 by :user:qbarthelemy

  • Speedup of the Wasserstein mean :func:pyriemann.utils.mean.mean_wasserstein and extension of transport function :func:pyriemann.utils.tangentspace.transport. :pr:341 by :user:gabelstein

v0.7 (October 2024)

  • Add kernel parameter to :class:pyriemann.embedding.LocallyLinearEmbedding. :pr:293 by :user:gabelstein

  • Add possibility for target_domain parameter of :class:pyriemann.transfer._estimators.TLCenter to be empty, forcing transform() to recenter matrices to the last fitted domain. :pr:292 by :user:brunaafl

  • Enhance :func:pyriemann.utils.ajd.ajd_pham and :func:pyriemann.utils.mean.mean_ale functions to process HPD matrices. :pr:299 by :user:qbarthelemy

  • Add partial_fit function to :class:pyriemann.preprocessing.Whitening for online applications. :pr:277 by :user:qbarthelemy and :user:brentgaisford

  • Add get_weights fixture to conftest and complete tests. :pr:305 by :user:qbarthelemy

  • Enhance :class:pyriemann.estimation.Shrinkage to process HPD matrices. :pr:307 by :user:qbarthelemy

  • Add remote sensing examples on radar image clustering. :pr:306 by :user:AmmarMian

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2025
@gcattan
Copy link
Collaborator

gcattan commented Apr 3, 2025

https://github.com/dependabot rebase

Bumps [pyriemann](https://github.com/pyRiemann/pyRiemann) from 0.6 to 0.8.
- [Release notes](https://github.com/pyRiemann/pyRiemann/releases)
- [Changelog](https://github.com/pyRiemann/pyRiemann/blob/master/doc/whatsnew.rst)
- [Commits](pyRiemann/pyRiemann@v0.6...v0.8)

---
updated-dependencies:
- dependency-name: pyriemann
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pyriemann-0.8 branch from f3f3e73 to 1441e02 Compare April 3, 2025 09:56
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.

1 participant