Skip to content

Tags: rpy2/rpy2

Tags

RELEASE_3_5_16

Toggle RELEASE_3_5_16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update NEWS

RELEASE_3_5_15

Toggle RELEASE_3_5_15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add robjects-level and R class name conversion rules for R external p…

…ointer objects. (#1082)

RELEASE_3_5_14

Toggle RELEASE_3_5_14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update NEWS

RELEASE_3_5_13

Toggle RELEASE_3_5_13's commit message
Allow all builds to happen.

RELEASE_3_5_12

Toggle RELEASE_3_5_12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rpy2.robjects.R.__call__() prints R warnings at the end of the evalua… (

#1025)

* rpy2.robjects.R.__call__() prints R warnings at the end of the evaluation.

* Bump version number.

* tzlocal 5.0 appears to cause API-breaking changes.

RELEASE_3_5_11

Toggle RELEASE_3_5_11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add python 3.11 to ci (#1017)

* Update pythonpackage.yml

* Update pythonpublish.yml

RELEASE_3_5_10

Toggle RELEASE_3_5_10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleanup a bit ipython code that displays figures. (#1003)

* Cleanup a bit ipython code that displays figures.

Fixes deprecation warnings. Add jpeg support.

Also bump target version for tidyr and dbplyr to more recent releases.

RELEASE_3_5_9

Toggle RELEASE_3_5_9's commit message
Merge branch 'master' of github.com:rpy2/rpy2

RELEASE_3_5_8

Toggle RELEASE_3_5_8's commit message
Use wildcards for path of artifact to upload.

RELEASE_3_5_7

Toggle RELEASE_3_5_7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix segfault when calling rinternalize and R not initialized. (#972)

This is fixing issue #971.