Daniel Falbel
Daniel Falbel
This PR adds support for the Freedman Diaconis algorithm for computing the histograms. It also adds a simple rule to make histograms for integer variables better: if num bins proposed...
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_tok.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual...
Addresses #4874 This PR is an initial implementation of the connections pane into Positron core. It's still missing a lot of functionality, but will eventually be equivalent to the current...
A few working items for the next iteration of work in the Reticulate integration - [ ] https://github.com/posit-dev/positron/issues/4870 - [ ] typing `exit` at the python console freezes the session...
In order to implement new planned UI for the connections pane we'll need the connections pane implementation to move to core positron components instead of a standalone extension.
gxexec
This PR bootstraps a gxexec engine. Currently it just echoes the gx code. Differently from what we discussed earlier this is currently using `%%gx` instead of `%gx`. This felt slightly...
Addresses #10433 Support for MSSqlServer trough pyodbc and pymssql ### Release Notes #### New Features - N/A #### Bug Fixes - N/A ### QA Notes
Addresses #10432 ### Release Notes #### New Features - Added support for AWS Redshift for the Connections Pane (#10432). #### Bug Fixes - N/A ### QA Notes Creating a Redshift...
Addresses: https://github.com/posit-dev/positron/issues/10835 ### Release Notes #### New Features - A spinning icon is shown when the connections pane is loading a table preview (https://github.com/posit-dev/positron/issues/10835). #### Bug Fixes - N/A ###...