Skip to content

Release 3.5.8

Compare
Choose a tag to compare
@lgautier lgautier released this 06 Feb 02:37
· 77 commits to master since this release

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