aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

build: update pyarrow requirement from <16,>=11.0.0 to >=11.0.0,<17 #722

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Updates the requirements on pyarrow to permit the latest version.

Commits
  • 6a28035 MINOR: [Release] Update versions for 16.0.0
  • 4cd1b34 MINOR: [Release] Update .deb/.rpm changelogs for 16.0.0
  • 2847737 MINOR: [Release] Update CHANGELOG.md for 16.0.0
  • eb5f162 GH-41201: [C++] Fix mistake in integration test. Explicitly cast std::string ...
  • 5a146ed GH-35081: [Python] construct pandas.DataFrame with public API in to_pandas ...
  • b7187ad GH-41227: [CI][Release][GLib][Conda] Unpin gobject-introspection (#41228)
  • 9cb361c GH-41121: [C++] Fix: left anti join filter empty rows. (#41122)
  • 1e40252 GH-41016: [C++] Fix null count check in BooleanArray.true_count() (#41070)
  • 0d3af8d GH-41098: [Python] Add copy keyword in Array.array for numpy 2.0+ compati...
  • 0d1a016 GH-39848: [Python][Packaging] Build pyarrow wheels with numpy RC instead of n...
  • 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 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)
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (8706ee8) to head (a0ae226).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #722 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 60 60 Lines 2757 2757 Branches 709 709 ========================================= Hits 2757 2757 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.