Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Updates the requirements on rpy2 to permit the latest version.

Changelog

Sourced from rpy2's changelog.

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).

Changes

  • :class:rpy2.robjects.conversion.Converter objects are no longer functioning context managers. An exception is now raised when trying to use it that way. The feature was introduced with rpy2-3.5.7 but it does not guarantee the locality of a context manager and can result in permanently changed conversion rules. The method :meth:rpy2.robjects.conversion.Converter.context should be used instead.

Release 3.5.8

New features

  • Default value for the interactivity status of the embedded R as initialization is now a private variable _DEFAULT_R_INTERACTIVE in :mod:rpy2.rinterface_lib.embedded.

Bugs fixed

... (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 Feb 27, 2023
@github-actions
Copy link

Current build status

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #63.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/rpy2-gte-3.4-and-lt-3.5.10 branch March 6, 2023 20:43
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.

1 participant