|
1 | 1 | # reticulate (development version) |
2 | 2 |
|
3 | | -- Fixed CRAN NOTE on R-devel (4.6) about relative vignette URLs (#1882). |
| 3 | +## New features |
4 | 4 |
|
5 | | -- Added support for pandas 3.0 (#1874, #1875). |
| 5 | +- Positron now supports F1 help for reticulate Python objects (#1866). |
6 | 6 |
|
7 | | -- Fixed conversion of direct pandas categorical objects (e.g., |
8 | | - `py_to_r(pd$Categorical(...))`) for pandas 2.x and 3.x (#1883). |
| 7 | +- Reticulate now supports pandas 3.0 (#1874, #1875). |
9 | 8 |
|
10 | | -- `virtualenv_starter()` now excludes free-threaded CPython builds, |
11 | | - which are not supported by reticulate (#1883). |
| 9 | +- `py_require()` now allows `action = "add"` for already-required packages |
| 10 | + after Python initialization, while still erroring on true version conflicts |
| 11 | + (@JBGruber, #1872, #1878). |
| 12 | + |
| 13 | +- `py_to_r()` now converts direct pandas categorical objects (for example, |
| 14 | + `pd$Categorical(...)`) for pandas 2.x and 3.x (#1883). |
12 | 15 |
|
13 | | -- Fixed `py_require()` to allow `action = "add"` with already-required packages |
14 | | - after Python initialization, while still erroring on true version conflicts (#1878, #1872; @JBGruber). |
| 16 | +## Minor improvements and fixes |
15 | 17 |
|
16 | | -- Fix spurious `Error: ignoring SIGPIPE signal` on Unix when embedded Python writes to a closed pipe (#1868). |
| 18 | +- Positron now handles reticulate-backed UI actions, such as restarting or |
| 19 | + creating a new session, more reliably (#1869, #1871). |
17 | 20 |
|
18 | | -- Fixed Positron UI interactions, such as restart/create new session with reticulate (#1871, #1869). |
| 21 | +- Reticulate now avoids spurious `Error: ignoring SIGPIPE signal` messages on |
| 22 | + Unix when embedded Python writes to a closed pipe (#1868). |
19 | 23 |
|
20 | | -- Added support for F1 help for reticulate Python objects in Positron (#1866). |
| 24 | +- Reticulate no longer triggers a CRAN NOTE on R-devel (4.6) for relative |
| 25 | + vignette URLs (#1882). |
| 26 | + |
| 27 | +- `virtualenv_starter()` now excludes free-threaded CPython builds, |
| 28 | + which are not supported by reticulate (#1883). |
21 | 29 |
|
22 | 30 | # reticulate 1.44.1 |
23 | 31 |
|
|
0 commit comments