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

build(deps): update xeofs requirement from >=2.2.2 to >=1.2.0 #55

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2024

Updates the requirements on xeofs to permit the latest version.

Release notes

Sourced from xeofs's releases.

v1.2.0

Feature

  • Provide standard kwarg for random_state (cf8b641)
  • Add Extended EOF Analysis (2db736c)
  • Parameter normalized scores (f0dcb34)
  • Add GWPCA support (58c2dbe)
  • Add CCA support (79e82cc)
  • Choose name of sample and feature dim (4d521f8)

Fix

  • CCA: Add checks for edge cases (76c0b1b)
  • Streamline model attribute types (98c5cef)
  • GWPCA: Raise error in scores (43e9274)
  • Bootstrapper: Avoid pertubating sample coords (ffd11fc)
  • Score coordinates in T-mode EOF analysis (731eec2)
  • PCA preprocessing before Hilbert transform (2bbcb69)

Documentation

  • Provide top-level type hints (6be8923)

Performance

  • dask: Compute SVD result immediately (807b7e8)
Changelog

Sourced from xeofs's changelog.

1.2.0 - 2023-10-24

🚀 Features

  • add GWPCA support - (58c2dbe) - Niclas Rieger
  • parameter normalized scores - (f0dcb34) - Niclas Rieger
  • add Extended EOF Analysis - (2db736c) - Niclas Rieger
  • provide standard kwarg for random_state - (cf8b641) - Niclas Rieger

⚡ Performance

  • (dask) compute SVD result immediately - (807b7e8) - Niclas Rieger

🐛 Bug Fixes

  • (Bootstrapper) avoid pertubating sample coords - (ffd11fc) - Niclas Rieger
  • (CCA) add checks for edge cases - (76c0b1b) - Niclas Rieger
  • (GWPCA) raise error in scores - (43e9274) - Niclas Rieger
  • score coordinates in T-mode EOF analysis - (731eec2) - Niclas Rieger
  • streamline model attribute types - (98c5cef) - Niclas Rieger

📖 Documentation

  • provide top-level type hints - (6be8923) - Niclas Rieger

🛠️ Refactoring

  • (BaseModel) create algorithm methods - (12cfc97) - Niclas Rieger
  • (BaseModel) move input check to utils - (183779a) - Niclas Rieger
  • (GenericListTransformer) remove inherit - (2307169) - Niclas Rieger
  • (Preprocessor) enforce input as list - (ebadaa2) - Niclas Rieger
  • create hilbert_transform.py - (166e957) - Niclas Rieger
  • simplify model data structure - (09415a3) - Niclas Rieger

🎨 Style

  • (decomposer) use structural pattern matching - (6f8a9cf) - Niclas Rieger
  • update typings - (324c06b) - Niclas Rieger

🔬 Tests

  • (EOF) fix random seed - (4080143) - Niclas Rieger
  • isolated NaNs are invalid test cases - (d4b5a77) - Niclas Rieger
  • remove cca-zoo test - (6ed06f0) - Niclas Rieger

⚙️ Miscellaneous

  • Merge branch 'main' into cca - (a7df1b8) - Niclas Rieger
  • py3.10 requires typing_extension for Self - (10faa03) - Niclas Rieger
  • add cca-zoo as dev dependency - (47e6909) - Niclas Rieger

... (truncated)

Commits
  • 0f31950 1.2.0
  • d8fc3f3 chore: Release v1.2.0 (#91)
  • fb85abe build: add typing-extensions
  • 6ed06f0 test: remove cca-zoo test
  • 47e6909 build: add cca-zoo as dev dependency
  • 10faa03 build: py3.10 requires typing_extension for Self
  • 76c0b1b fix(CCA): add checks for edge cases
  • 6be8923 docs: provide top-level type hints
  • cf8b641 feat: provide standard kwarg for random_state
  • 98c5cef fix: streamline model attribute types
  • Additional commits viewable in compare view

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)

Updates the requirements on [xeofs](https://github.com/xarray-contrib/xeofs) to permit the latest version.
- [Release notes](https://github.com/xarray-contrib/xeofs/releases)
- [Changelog](https://github.com/xarray-contrib/xeofs/blob/main/CHANGELOG.md)
- [Commits](xarray-contrib/xeofs@v2.2.2...v1.2.0)

---
updated-dependencies:
- dependency-name: xeofs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 28, 2024
Copy link

codecov bot commented Jun 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.80%. Comparing base (d2f2c87) to head (2ab3901).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   90.80%   90.80%           
=======================================
  Files          52       52           
  Lines        2992     2992           
=======================================
  Hits         2717     2717           
  Misses        275      275           

@shenyulu shenyulu closed this Jul 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/xeofs-gte-1.2.0 branch July 28, 2024 08:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant