Skip to content
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

Bump pyriemann from 0.4 to 0.5 #168

Merged
merged 4 commits into from
Jul 1, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps pyriemann from 0.4 to 0.5.

Changelog

Sourced from pyriemann's changelog.

v0.5 (Jun 2023)

  • Fix :func:pyriemann.utils.distance.pairwise_distance for non-symmetric metrics. :pr:229 by :user:qbarthelemy

  • Fix :func:pyriemann.utils.mean.mean_covariance used with keyword arguments. :pr:230 by :user:qbarthelemy

  • Add functions to test HPD and HPSD matrices, :func:pyriemann.utils.test.is_herm_pos_def and :func:pyriemann.utils.test.is_herm_pos_semi_def. :pr:231 by :user:qbarthelemy

  • Add function :func:pyriemann.datasets.make_matrices to generate SPD, SPSD, HPD and HPSD matrices. Deprecate function :func:pyriemann.datasets.make_covariances. :pr:232 by :user:qbarthelemy

  • Add tests for matrix operators and distances for HPD matrices, complete doc and add references. :pr:234 by :user:qbarthelemy

  • Enhance tangent space module to process HPD matrices. :pr:236 by :user:qbarthelemy

  • Fix regression introduced in :func:pyriemann.spatialfilters.Xdawn by :pr:214. :pr:242 by :user:qbarthelemy

  • Fix :func:pyriemann.utils.kernel.kernel_euclid applied on non-symmetric matrices. :pr:245 by :user:qbarthelemy

  • Add argument squared to all distances. :pr:246 by :user:qbarthelemy

  • Correct transform and predict_proba of :class:pyriemann.classification.MeanField. :pr:247 by :user:qbarthelemy

  • Enhance mean module to process HPD matrices. :pr:243 by :user:qbarthelemy

  • Correct :func:pyriemann.utils.distance.distance_mahalanobis, keeping only real part. :pr:249 by :user:qbarthelemy

  • Fix :func:pyriemann.datasets.sample_gaussian_spd used with sampling_method=rejection on 2D matrices. :pr:250 by :user:mhurte

Commits
  • 9ddc139 prepare release 0.5
  • e496485 Corrected a bug on the rejection_sampling_2D algorithm and updated th… (#250)
  • 672b6b5 correct last pr number in whatsnew
  • b0270a8 re-order whatsnew
  • f198be6 Keep real part of Mahalanobis distance (#249)
  • b714530 Enhance mean module to process HPD matrices (#243)
  • 8132025 Merge pull request #247 from qbarthelemy/meanfield_distance
  • 100d6aa correct mean field
  • 4bdcbe5 Add squared argument to distances (#246)
  • ca22b3b add legend for second axis, solving #244
  • Additional commits viewable in compare view

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 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pyriemann-0.5 branch from 6a33bd2 to 8890c4c Compare July 1, 2023 11:48
Bumps [pyriemann](https://github.com/pyRiemann/pyRiemann) from 0.4 to 0.5.
- [Release notes](https://github.com/pyRiemann/pyRiemann/releases)
- [Changelog](https://github.com/pyRiemann/pyRiemann/blob/master/doc/whatsnew.rst)
- [Commits](pyRiemann/pyRiemann@v0.4...v0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyriemann-0.5 branch from 8890c4c to e35aa16 Compare July 1, 2023 11:59
@gcattan gcattan merged commit c082a0f into main Jul 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/pyriemann-0.5 branch July 1, 2023 12:26
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