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 polars requirement from <0.19.16,>=0.19.14 to >=0.19.14,<0.19.18 #634

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on polars to permit the latest version.

Release notes

Sourced from polars's releases.

Python Polars 0.19.17

✨ Enhancements

  • Automatically wrap NumPy array as lit (#12709)
  • Add DataFrame.iter_columns (#12653)
  • favour showing "adbc_driver_manager" over "adbc_driver_sqlite" in show_versions (#12690)

🐞 Bug fixes

  • corr return nan if denominator is invalid (#12708)
  • parquet decimal statistics and schema (#12705)
  • support append/extend with null series (#11824) (#12686)
  • address a numpy ndarray init regression (#12701)
  • fix carrying over infinity into other windows (#12685)

🛠️ Other improvements

  • Update URI prefix in examples (prefer "postgresql" to "postgres") (#12707)
  • now that scan_parquet supports hive partitioning, remove note pointing to scan_pyarrow_dataset (#12706)
  • Minor docstring fixes (#12688)

Thank you to all our contributors for making this release possible! @​MarcoGorelli, @​alexander-beedie, @​c-peters, @​ritchie46, @​stinodego and @​tkarabela

Commits
  • 38d016b python polars 0.19.17 (#12712)
  • 941e9c1 feat(python): Automatically wrap NumPy array as lit (#12709)
  • 8aebb03 feat(python): Add DataFrame.iter_columns (#12653)
  • 99c7550 docs(python): Update URI prefix in examples (prefer "postgresql" to "postgres...
  • 9c53549 fix: corr return nan if denominator is invalid (#12708)
  • b50d833 docs(python): now that scan_parquet supports hive partitioning, remove note...
  • 1a31c91 fix: parquet decimal statistics and schema (#12705)
  • 334e326 fix: support append/extend with null series (#11824) (#12686)
  • 99b1b48 feat(python): favour showing "adbc_driver_manager" over "adbc_driver_sqlite" ...
  • caa5c3e fix(python): address a numpy ndarray init regression (#12701)
  • 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 7 months ago

Codecov Report

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

Comparison is base (74996cd) 100.00% compared to head (f697162) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #634 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 53 53 Lines 2388 2388 Branches 599 599 ========================================= Hits 2388 2388 ```

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

dependabot[bot] commented 7 months ago

A newer version of polars exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dkrako commented 7 months ago

Also, let's do your changes in a separate PR, this way it will be a bit clearer in the changelog what has changed

dkrako commented 7 months ago

One additional note, if we decide to stop supporting 2d arrays for time, we should probably check the dimension and raise an exception in pymovements. The polars exception will be confusing to the pymovents user.

So instead of removing the test cases as I proposed before, they should be moved to the test function that tests for expected exceptions.

dkrako commented 7 months ago

Either way, a simple test case should be added to https://github.com/aeye-lab/pymovements/blob/main/tests/unit/gaze/integration_numpy_test.py

SiQube commented 6 months ago

I think we should just close this and wait for the next dependabot PR. I'll check what happens then to numpy / polars / ...?

dependabot[bot] commented 6 months ago

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.