Skip to content

Commit 0f61a62

Browse files
committed
Polish NEWS
1 parent be6b00d commit 0f61a62

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

NEWS.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
# reticulate (development version)
22

3-
- Fixed CRAN NOTE on R-devel (4.6) about relative vignette URLs (#1882).
3+
## New features
44

5-
- Added support for pandas 3.0 (#1874, #1875).
5+
- Positron now supports F1 help for reticulate Python objects (#1866).
66

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

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

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
1517

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

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

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

2230
# reticulate 1.44.1
2331

0 commit comments

Comments
 (0)