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

Update rpy2 requirement from <3.4.3,>=3.4 to >=3.4,<3.5.11 #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Updates the requirements on rpy2 to permit the latest version.

Changelog

Sourced from rpy2's changelog.

Release 3.5.10

New features

  • :mod:rpy2.situation reports cffi interface type information.

  • The ipython/jupyter R magic can now have jpeg as a default graphics format for static figures in addition to png and svg.

Bugs fixed

  • Building the path to the R shared library was incorrectly using the output of R CMD config LIBnn (issue #982).

  • R started raising warnings when calling formals on BUILTINSXP R objects. Internal functions in :mod:rpy.robjects.functions calling formals no longer propagate the warnings.

Release 3.5.9

New features

  • Type hints in :mod:rpy2 are now checked with mypy.

Bugs fixed

  • Building the path to the R shared library was incorrectly using the output of R CMD config LIBnn (issue #982).

  • R started raising warnings when calling formals on SPECIALSXP R objects. Internal functions :mod:rpy.robjects.functions calling formals no longer propagate the warnings.

  • The :mod:numpy converter was not turning NA_character_ into None (issue #979).

  • :mod:rpy2.situation included an eager import rpy2 that could cause a version mismatch error with some build/install toolchain (issue #984). The import is now lazy/delayed.

  • Installation targets pandas, all, and test now specify pandas>=1.2.0 (which should limit frequencies of issues like #998).

... (truncated)

Commits

You can trigger a rebase of this PR 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 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 [rpy2](https://github.com/rpy2/rpy2) to permit the latest version.
- [Release notes](https://github.com/rpy2/rpy2/releases)
- [Changelog](https://github.com/rpy2/rpy2/blob/master/NEWS)
- [Commits](https://github.com/rpy2/rpy2/commits)

---
updated-dependencies:
- dependency-name: rpy2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 2023
@github-actions
Copy link

github-actions bot commented Mar 6, 2023

Current build status

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants