Skip to content

Commit

Permalink
Refresh NEWS files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2024
1 parent f091cce commit f8d5469
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions news-files-annotated/reticulate.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- !begin-bullet!
Fixed an issue where attempting to convert a non-simple NumPy array
to R would signal an error. (#1613, fixed in #1614).

!end-bullet!
- !begin-bullet!
Python Exceptions converted to R conditions are now R lists instead
of R environments, for compatability with {rlang} and {purrr}.
(tidyverse/purrr#1104, r-lib/rlang#1664, #1617)

!end-bullet!

!end-bullets-1!
Expand Down
Binary file modified news-files/hashes.rds
Binary file not shown.
4 changes: 4 additions & 0 deletions news-files/reticulate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- Fixed an issue where attempting to convert a non-simple NumPy array
to R would signal an error. (#1613, fixed in #1614).

- Python Exceptions converted to R conditions are now R lists instead
of R environments, for compatability with {rlang} and {purrr}.
(tidyverse/purrr#1104, r-lib/rlang#1664, #1617)

# reticulate 1.37.0

- Interrupting Python no longer leads to segfaults.
Expand Down
1 change: 1 addition & 0 deletions previous_updates.csv
Original file line number Diff line number Diff line change
Expand Up @@ -17219,3 +17219,4 @@ pkgdown,3ae1cb874e3f088d730c07771710f4e5,"New `template.math-rendering` allows y
pkgdown,6da42f77ba1a7bc9c2c5870c33c80b3a,Mathjax now uses version 3.2.2.,NA,NA,NA,NA
shiny,88f7c676678cfc70ad0c486b9a4ba699,"A new `shiny.client_devmode` option controls client-side devmode features, in particular the client-side error console introduced in shiny 1.8.1, independently of the R-side features of `shiny::devmode()`. This usage is primarily intended for automatic use in Shinylive. (#4073)",NA,NA,NA,NA
pkgdown,ab8fe8846ffa4b2076ac2745d9bc2ad1,`pkgdown_sitrep()`/`check_pkgdown()` now check that you have up-to-date favicons if you have a package logo.,NA,NA,NA,NA
reticulate,eea5da8c1a63efbd766e1d145e3b96fc,"Python Exceptions converted to R conditions are now R lists instead of R environments, for compatability with {rlang} and {purrr}. (tidyverse/purrr#1104, r-lib/rlang#1664, #1617)",NA,NA,NA,NA
Binary file modified refresh-token.rds
Binary file not shown.

0 comments on commit f8d5469

Please sign in to comment.