Skip to content

Update rpy2 requirement from <3.4.3,>=3.4 to >=3.4,<3.5.9 - #57

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/rpy2-gte-3.4-and-lt-3.5.9
Closed

Update rpy2 requirement from <3.4.3,>=3.4 to >=3.4,<3.5.9#57
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/rpy2-gte-3.4-and-lt-3.5.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 6, 2023

Copy link
Copy Markdown

Updates the requirements on rpy2 to permit the latest version.

Release notes

Sourced from rpy2's releases.

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

  • :func:rpy2.rinterface.initr_checkenv (aliased to :func:rpy2.rinterface.initr) did not include initialization parameters for interactive, _want_setcallbacks, and _c_stack_limit (issue #976).

  • The numpy converter was not listing R objects of type CHARSXP as vectors. This make R NA_character_ values wrapped in rpy2 Python objects to be passed as-is (issue #983).

Changelog

Sourced from rpy2's changelog.

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

  • :func:rpy2.rinterface.initr_checkenv (aliased to :func:rpy2.rinterface.initr) did not include initialization parameters for interactive, _want_setcallbacks, and _c_stack_limit (issue #976).

  • The numpy converter was not listing R objects of type CHARSXP as vectors. This make R NA_character_ values wrapped in rpy2 Python objects to be passed as-is (issue #983).

Release 3.5.7

New features

  • :class:rpy2.robjects.conversion.Converter objects are now also context managers. This makes the use of :func:rpy2.robjects.conversion.localconverter unnecessary as a converter can now be used directly with a Python with statement. The documentation was updated accordingly.

Bugs fixed

  • Building the C-extension could fail when the C compiler is not C99-compatible or requires to be specified C99 compatibility (issue #963).

  • With the "R magic", converters in a local namespace were inadvertently skipped (the local namespace was not searched).

  • Calling :func:rpy2.rinterface.rternalize before the embedded R is initialized was ending with a segfault. It is now raising an :class:rpy2.rinterface_lib/embedded/RNotReady (issue #971).

Changes

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 6, 2023
@github-actions

github-actions Bot commented Feb 6, 2023

Copy link
Copy Markdown

Current build status

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 force-pushed the dependabot/pip/rpy2-gte-3.4-and-lt-3.5.9 branch from dac4140 to 65ad601 Compare February 13, 2023 21:08
@dependabot @github

dependabot Bot commented on behalf of github Feb 27, 2023

Copy link
Copy Markdown
Author

Superseded by #62.

@dependabot dependabot Bot closed this Feb 27, 2023
@dependabot
dependabot Bot deleted the dependabot/pip/rpy2-gte-3.4-and-lt-3.5.9 branch February 27, 2023 20:57
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