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

chore(deps): bump the project-api-exec-dependencies group in /apps/project-api with 4 updates #31

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 May 18, 2024

Bumps the project-api-exec-dependencies group in /apps/project-api with 4 updates: numpy, pandas, pyjnius and onnxruntime.

Updates numpy from 1.24.2 to 1.26.4

Release notes

Sourced from numpy's releases.

v1.26.4

NumPy 1.26.4 Release Notes

NumPy 1.26.4 is a maintenance release that fixes bugs and regressions discovered after the 1.26.3 release. The Python versions supported by this release are 3.9-3.12. This is the last planned release in the 1.26.x series.

Contributors

A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Elliott Sales de Andrade
  • Lucas Colley +
  • Mark Ryan +
  • Matti Picus
  • Nathan Goldbaum
  • Ola x Nilsson +
  • Pieter Eendebak
  • Ralf Gommers
  • Sayed Adel
  • Sebastian Berg
  • Stefan van der Walt
  • Stefano Rivera

Pull requests merged

A total of 19 pull requests were merged for this release.

  • #25323: BUG: Restore missing asstr import
  • #25523: MAINT: prepare 1.26.x for further development
  • #25539: BUG: numpy.array_api: fix linalg.cholesky upper decomp...
  • #25584: CI: Bump azure pipeline timeout to 120 minutes
  • #25585: MAINT, BLD: Fix unused inline functions warnings on clang
  • #25599: BLD: include fix for MinGW platform detection
  • #25618: TST: Fix test_numeric on riscv64
  • #25619: BLD: fix building for windows ARM64
  • #25620: MAINT: add newaxis to __all__ in numpy.array_api
  • #25630: BUG: Use large file fallocate on 32 bit linux platforms
  • #25643: TST: Fix test_warning_calls on Python 3.12
  • #25645: TST: Bump pytz to 2023.3.post1
  • #25658: BUG: Fix AVX512 build flags on Intel Classic Compiler
  • #25670: BLD: fix potential issue with escape sequences in __config__.py
  • #25718: CI: pin cygwin python to 3.9.16-1 and fix typing tests [skip...
  • #25720: MAINT: Bump cibuildwheel to v2.16.4
  • #25748: BLD: unvendor meson-python on 1.26.x and upgrade to meson-python...
  • #25755: MAINT: Include header defining backtrace
  • #25756: BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)

... (truncated)

Commits
  • 9815c16 Merge pull request #25770 from charris/prepare-1.26.4
  • 114ed25 REL: Prepare for the NumPy 1.26.4 release
  • 2fae4d3 Merge pull request #25323 from stefanor/import-asstr
  • ce89a0a Merge pull request #25756 from charris/backport-24711
  • f62dfc6 Merge pull request #25755 from charris/backport-25709
  • fee88ab BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711)
  • 659be68 MAINT: Include header defining backtrace
  • 837cd38 Merge pull request #25748 from rgommers/unvendor-mesonpython
  • f984240 CI: upgrade cibuildwheel from 2.16.4 to 2.16.5 [wheel build]
  • 3548f9d BLD: unvendor meson-python [wheel build]
  • Additional commits viewable in compare view

Updates pandas from 1.5.3 to 2.2.2

Release notes

Sourced from pandas's releases.

Pandas 2.2.2

We are pleased to announce the release of pandas 2.2.2. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.2 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.2.1

We are pleased to announce the release of pandas 2.2.1. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.1 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.2.0

We are pleased to announce the release of pandas 2.2.0. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.2.0 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

... (truncated)

Commits

Updates pyjnius from 1.4.2 to 1.6.1

Release notes

Sourced from pyjnius's releases.

1.6.1

What's Changed

New Contributors

Full Changelog: kivy/pyjnius@1.6.0...1.6.1

1.6.1-test

No release notes provided.

1.6.0

Highlights

  • Introduced protocol_map for `Map$Entry``
  • Now both Cython>=3 and Cython < 3 are supported and can be used to build pyjnius
  • Added support for Java 20 (and removed support for Java 7, which reached EOL)
  • Added support for Python 3.12 (pre-built wheels are now available)

This is likely the last release to support Python 3.7 and that ships with 32 bit pre-built wheels for Windows, please consider upgrading your environments.

What's Changed

Full Changelog: kivy/pyjnius@1.5.0...1.6.0

1.5.0

1.5.0 (2023-05-10)

Full Changelog

Implemented enhancements:

  • #633 Add BSD Unix build support (FreeBSD, OpenBSD, NetBSD, ..)

... (truncated)

Changelog

Sourced from pyjnius's changelog.

1.6.1 (2023-11-05)

Full Changelog

Implemented enhancements:

  • #684 Add (now mandatory) .readthedocs.yaml file, add docs extras and update sphinx conf
  • #691 Cleanup some Java code in NativeInvocationHandler.java
  • #692 Skip getting version from Cython on Android. Instead add ANDROID_PYJNUS_CYTHON_3 env var
  • #693 Use the release/v1 tag for pypa/gh-action-pypi-publish, as master is deprecated

1.6.0 (2023-10-07)

Full Changelog

Implemented enhancements:

  • #659 introduce protocol_map for Map$Entry
  • #669 Support both Cython >3 and Cython < 3
  • #672 Support Java 20, remove Java 7 support
  • #673 Remove pkg_resources for Python >=3.9
  • #681 Add missing Python supported version label for Python 3.12

Packaging

  • #680 Update cibuildwheel to perform build for Python 3.12

CI

  • #676 Ensure we test the produced wheel, and not the one from the index
  • #678 Add tests for python 3.12
  • #677 Now Github Actions provides python3 via setup-python also for Apple Silicon Macs
  • #679 Add tests on push for Apple Silicon
  • #682 Build stdist needs Cython to perform the build

1.5.0 (2023-05-10)

Full Changelog

Implemented enhancements:

  • #633 Add BSD Unix build support (FreeBSD, OpenBSD, NetBSD, ..)
  • #643 Initialize logger as a child of the Kivy's one
  • #657 Add support request automation (as other kivy projects)
  • #656 Add support for Python 3.11

Cleanup

  • #619 Remove Python 2 support, six dependency
  • #641 Removes some Python2-era complexity
  • #654 Remove Python 3.6 from supported and test matrix, as it reached EOL

CI

  • #655 Linux x86 tests force as safe directory

Packaging

  • #653 Build (and test) manylinux-aarch64 wheels via our kivy-ubuntu-arm64 self-hosted runner
Commits
  • 3c7acc8 Update CHANGELOG and version for release 1.6.1 (#694)
  • a19f8ca Use the release/v1 tag for pypa/gh-action-pypi-publish, as master is de...
  • e0f52ba Skip getting version from Cython on Android. Instead add ANDROID_PYJNIUS_CYTH...
  • f746f13 Cleanup some Java code in NativeInvocationHandler.java (#691)
  • c144e96 Add (now mandatory) .readthedocs.yaml file, add docs requirements.txt and...
  • 1d73253 Update CHANGELOG for release 1.6.0 (additional) (#683)
  • d929be0 Build stdist needs Cython to perform the build (#682)
  • 3629353 Update CHANGELOG and version for release 1.6.0 (#671)
  • b23ba54 Add missing support label for Python 3.12 (#681)
  • a055789 Update cibuildwheel to perform build for Python 3.12 (#680)
  • Additional commits viewable in compare view

Updates onnxruntime from 1.14.1 to 1.18.0

Release notes

Sourced from onnxruntime's releases.

ONNX Runtime v1.17.3

What's new?

General:

  • Update copying API header files to make Linux logic consistent with Windows (#19736) - @​mszhanyi
  • Pin ONNX version to fix DML and Python packaging pipeline exceptions (#20073) - @​mszhanyi

Build System & Packages:

  • Fix minimal build with training APIs enabled bug affecting Apple framework (#19858) - @​edgchen1

Core:

CUDA EP:

TensorRT EP:

Web:

Windows:

Kernel Optimizations:

Models:

This patch release also includes additional fixes by @​spampana95 and @​enximi. Big thank you to all our contributors!

ONNX Runtime v1.17.1

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the project-api-exec-dependencies group in /apps/project-api with 4 updates: [numpy](https://github.com/numpy/numpy), [pandas](https://github.com/pandas-dev/pandas), [pyjnius](https://github.com/kivy/pyjnius) and [onnxruntime](https://github.com/microsoft/onnxruntime).


Updates `numpy` from 1.24.2 to 1.26.4
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.24.2...v1.26.4)

Updates `pandas` from 1.5.3 to 2.2.2
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.5.3...v2.2.2)

Updates `pyjnius` from 1.4.2 to 1.6.1
- [Release notes](https://github.com/kivy/pyjnius/releases)
- [Changelog](https://github.com/kivy/pyjnius/blob/master/CHANGELOG.md)
- [Commits](kivy/pyjnius@1.4.2...1.6.1)

Updates `onnxruntime` from 1.14.1 to 1.18.0
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](https://github.com/microsoft/onnxruntime/commits)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-api-exec-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: project-api-exec-dependencies
- dependency-name: pyjnius
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-api-exec-dependencies
- dependency-name: onnxruntime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-api-exec-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

0 participants