-
Notifications
You must be signed in to change notification settings - Fork 3
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): bump the lib-dependencies group with 9 updates #459
Conversation
Updates the requirements on [holoviews](https://github.com/holoviz/holoviews), [hvplot](https://github.com/holoviz/hvplot), [matplotlib](https://github.com/matplotlib/matplotlib), [panel](https://github.com/holoviz/panel), [optuna](https://github.com/optuna/optuna), [xarray](https://github.com/pydata/xarray), [pandas](https://github.com/pandas-dev/pandas), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [rerun-sdk](https://github.com/rerun-io/rerun) to permit the latest version. Updates `holoviews` to 1.20.0 - [Release notes](https://github.com/holoviz/holoviews/releases) - [Changelog](https://github.com/holoviz/holoviews/blob/main/doc/releases.md) - [Commits](holoviz/holoviews@v1.15.0...v1.20.0) Updates `hvplot` to 0.11.1 - [Release notes](https://github.com/holoviz/hvplot/releases) - [Changelog](https://github.com/holoviz/hvplot/blob/main/doc/releases.md) - [Commits](holoviz/hvplot@v0.8.0...v0.11.1) Updates `matplotlib` to 3.9.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.6.3...v3.9.3) Updates `panel` to 1.5.4 - [Release notes](https://github.com/holoviz/panel/releases) - [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md) - [Commits](holoviz/panel@v1.3.6...v1.5.4) Updates `optuna` to 4.1.0 - [Release notes](https://github.com/optuna/optuna/releases) - [Commits](optuna/optuna@v3.2.0...v4.1.0) Updates `xarray` to 2024.11.0 - [Release notes](https://github.com/pydata/xarray/releases) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](pydata/xarray@v2023.07.0...v2024.11.0) Updates `pandas` to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.0.0...v2.2.3) Updates `scikit-learn` to 1.5.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.2.0...1.5.2) Updates `rerun-sdk` from 0.20.1 to 0.20.2 - [Release notes](https://github.com/rerun-io/rerun/releases) - [Changelog](https://github.com/rerun-io/rerun/blob/main/CHANGELOG.md) - [Commits](rerun-io/rerun@0.20.1...0.20.2) --- updated-dependencies: - dependency-name: holoviews dependency-type: direct:production dependency-group: lib-dependencies - dependency-name: hvplot dependency-type: direct:production dependency-group: lib-dependencies - dependency-name: matplotlib dependency-type: direct:production dependency-group: lib-dependencies - dependency-name: panel dependency-type: direct:production dependency-group: lib-dependencies - dependency-name: optuna dependency-type: direct:production dependency-group: lib-dependencies - dependency-name: xarray dependency-type: direct:production dependency-group: lib-dependencies - dependency-name: pandas dependency-type: direct:production dependency-group: lib-dependencies - dependency-name: scikit-learn dependency-type: direct:production dependency-group: lib-dependencies - dependency-name: rerun-sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates multiple library dependencies to their latest compatible versions. The changes are focused on version bumps for visualization, data processing, and machine learning libraries while maintaining Python compatibility between 3.10 and 3.13. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Updates the requirements on holoviews, hvplot, matplotlib, panel, optuna, xarray, pandas, scikit-learn and rerun-sdk to permit the latest version.
Updates
holoviews
to 1.20.0Release notes
Sourced from holoviews's releases.
Changelog
Sourced from holoviews's changelog.
... (truncated)
Commits
366d932
docs: Add changelog for 1.20.0 (#6432)d3aafd6
fix: datashade don't update the dtype of the input DataFrame (#6433)9400f82
compat: Matplotlib 3.10.0 (#6431)1d4bdee
Fix rasterizing a Path with categorical values including empty strings (#6429)4a9e609
Fix bar width for small xdiff (#6428)c0bbdd7
Update lock.yaml (#6427)72e596a
refactor: Remove try/except import for popup functionality (#6423)591faa3
ci: Fix check_latest_packages sorting (#6426)f7c89d5
ci: add pytest-asyncio to test (#6425)77629df
Fixed broken sentences and references to Bokeh in the mpl guide (#6421)Updates
hvplot
to 0.11.1Release notes
Sourced from hvplot's releases.
Changelog
Sourced from hvplot's changelog.
... (truncated)
Commits
9078378
Release notes 0.11.1 (#1445)359ecc1
doc: add nb_interactivity_warning extension (#1444)aaa09a8
Fix hover tooltips for NetworkX plots (#1439)aba8d47
docs: Small section about Ruff's allowed-unused-imports (#1436)815af95
Fix dask tiles regression (#1432)05082c6
Some docs fixes before the next release (#1434)996efc9
docs: Update image links in README (#1433)f319c54
TEST: Mark test_explorer_geo_revise_kind with geo marker (#1426)b36e3a1
Fix the docs build (#1424)942b14e
hide Dask warnings on the plotting guides (#1423)Updates
matplotlib
to 3.9.3Release notes
Sourced from matplotlib's releases.
Commits
3ac0aea
REL: 3.9.33f7adbd
Merge branch 'v3.9.2-doc' into v3.9.x4ca8d68
DOC: Create release notes for 3.9.30cabfe2
Merge pull request #29195 from meeseeksmachine/auto-backport-of-pr-29191-on-v...562d458
Backport PR #29191: ci: Simplify 3.13t test setup0586854
Merge pull request #29176 from meeseeksmachine/auto-backport-of-pr-29148-on-v...84f2ae2
Merge pull request #29178 from meeseeksmachine/auto-backport-of-pr-29163-on-v...dd57772
Backport PR #29163: ci: Remove outdated pkg-config package on macOSc4bfd54
Backport PR #29148: Don't fail on equal-but-differently-named cmaps in qt fig...d71ff49
Backport PR #29153: Bump codecov/codecov-action from 4 to 5 in the actions gr...Updates
panel
to 1.5.4Release notes
Sourced from panel's releases.
Changelog
Sourced from panel's changelog.
... (truncated)
Commits
cd645dd
Bump panel.js version to 1.5.4adf2774
Do not attempt to reduce when hashing classes in cache (#7484)54c9416
Add CHANGELOG for 1.5.4 (#7486)f08c876
Take manual control over Plotly sizing (#7483)ce938bf
Bump panel.js version to 1.5.4 alpha289b0bc6
Combine throttle implementations (#7480)bddcf35
Fix issue collecting compile bundles (#7477)cf9dc6b
Bump panel.js to 1.5.4-a.1bfc5859
Fix #7380: Preview Panel with notifications enabled (#7466)773936d
Various improvements for writing ESM components (#7462)Updates
optuna
to 4.1.0Release notes
Sourced from optuna's releases.
... (truncated)
Commits
f8e1e6d
Merge pull request #5751 from c-bata/bump-up-to-v4.1.0604d45e
Bump the version up to v4.1.0d9327ca
Merge pull request #5741 from porink0424/fix/introduce-upsert-in-set_trial_sy...2af7c61
Resolve a small linting problemd834afb
Merge pull request #5745 from y0z/feature/update-docsd44be32
Merge pull request #5744 from nzw0301/update-actions/upload-artifact5d678de
Merge upstream4689713
Add link to the autosampler article8b648e9
Update docs/source/reference/samplers/index.rst3eadc92
Add information about AutoSampler to the docs.Updates
xarray
to 2024.11.0Release notes
Sourced from xarray's releases.
... (truncated)
Changelog
Sourced from xarray's changelog.
... (truncated)
Commits
1bb867d
v2024.11.0 (#9794)b18afbf
ListedColormap: don't pass N colors (#9811)38d5308
Add note on DataTree.map_over_datasets to migration guide (#9804)1c88f1e
Faster chunk checking for backend datasets (#9808)e510a9e
Compatibility with Zarr v3b2 (#9795)6942d68
Minor format tweak to unrecognized engine error (#9809)ad5c7ed
AddGroupBy.shuffle_to_chunks()
(#9320)077276a
Add utility for opening remote files withfsspec
(#9797)339ed93
Soft import (#9561)700191b
Bump minimum versions (#9796)Updates
pandas
to 2.2.3Release notes
Sourced from pandas's releases.
Commits
0691c5c
RLS: 2.2.3658dfdd
relax cython bound6891e90
Backport PR #59847: BLD: Build wheels for Python 3.13 on aarch64 as wellf108468
RLS: 2.2.36958738
Backport PR #59840: BLD: Final release prep for 2.2.3 (#59842)0bd98fe
Backport PR #59136 on branch 2.2.x (Upload 3.13 & free-threaded nightly wheel...8d67e77
Backport PR #59836 on branch 2.2.x (BLD: Fix bad Cython annotation) (#59837)f7b6378
Assorted backports for 2.2.x (#59785)2127b42
Backport #59144 on 2.2.x / 2.3.x (remove ops div class to solve #2137) (#59535)4a20adb
Backport PR #59813 on branch 2.2.x (CI: Debug failing ARM builds) (#59828)Updates
scikit-learn
to 1.5.2Release notes
Sourced from scikit-learn's releases.