Skip to content

Commit

Permalink
add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 28, 2022
1 parent 778909e commit 674a684
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
@@ -1,15 +1,18 @@
# reticulate (development version)

- `py_run_file()` now ensures the `__file__` dunder is visible to the
executing python code. (#1283, #1284)

# reticulate 1.26

- Fixed issue where reticulate failed to bind to python2. (#1241, #1229)

- A warning is now issued when reticulate binds to python2 that python2
support will be removed in an upcoming reticulate release.

- `py_id()` now returns a character string, instead of an R integer (#1216).

- Fixed an issue where `py_to_r()` would not convert elements of a
- Fixed an issue where `py_to_r()` would not convert elements of a
dictionary (#1221).

- Fixed an issue where setting `RETICULATE_PYTHON` or `RETICULATE_PYTHON_FALLBACK`
Expand Down

0 comments on commit 674a684

Please sign in to comment.