summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
2024-09-27Fix panic on too few arguments for custom function (#10395)Andreas Källberg
2024-09-27Expose flag truncate-ragged-lines in `polars open` (#13939)Jack Wright
2024-09-27Added command `polars len` for performing count(*) like operations. (#13941)Jack Wright
2024-09-25fix ls_colors coloring in grid and ls (#13935)Darren Schroeder
2024-09-25Set current working directory at startup (#12953)YizhePKU
2024-09-25Respect `$env.config.use_kitty_protocol` in `input listen` (#13892)Bruce Weirdan
2024-09-25update folder_depth algorithm for glob command (#13915)Darren Schroeder
2024-09-25fix `inspect` and `explore` panics on empty records (#13893)Solomon
2024-09-25update the defaults for shell_integration (#13929)Darren Schroeder
2024-09-25add binary as input to hash commands (#13923)Darren Schroeder
2024-09-24Add threads to the `ls` command in order to increase performance in some circ...Darren Schroeder
2024-09-24Support kitty key modifiers in keybindings (#13906)replcat
2024-09-24Fix handling of stopped TUI applications on unix (#13741)nome
2024-09-23Added command `polars profile` for profiling lazy dataframes (#13904)Jack Wright
2024-09-23Add search terms to `into value` (#13890)Douglas
2024-09-23Removes more quotes on external command arguments (#13883)Wind
2024-09-23Fix `try` not working with `let`, etc. (#13885)Ian Manske
2024-09-23Added `polars concat` to allow concatenation of multiple dataframes (#13879)Jack Wright
2024-09-23fix the ability to add a plugin by name instead of path (#13877)Darren Schroeder
2024-09-23view source: add content_type metadata (#13859)Bahex
2024-09-23polars: add binary type support (#13830)Skyler Hawthorne
2024-09-22Fix `do -p` not waiting for external commands (#13881)Ian Manske
2024-09-22Bump shadow-rs from 0.34.0 to 0.35.0 (#13863)dependabot[bot]
2024-09-22Bump version to 0.98.1 (#13896)Wind
2024-09-18Bump version to `0.98.0` (#13865)0.98.0Devyn Cairns
2024-09-16Improved null handling when converting from nu -> dataframe. (#13855)Jack Wright
2024-09-15Make IR the default evaluator (#13718)Devyn Cairns
2024-09-15catch unwrap on panics with `polars collect` (#13850)Jack Wright
2024-09-14allow tab to be retained with `find` (#13848)Darren Schroeder
2024-09-13Fix `try`: Add `set_last_error()` to `prepare_error_handler()` for IR eval (#...Devyn Cairns
2024-09-12Add --number flag to split column (#13831)nome
2024-09-12Make `polars save` return an empty pipeline (#13833)Jack Wright
2024-09-11Improve #12008 UX, clear scrollback by default on `clear` (#13821)Tooster
2024-09-11fix path exists on a non-directory file (#13763)Wind
2024-09-11Config: change ctrl-k to `cuttolineend` event (#13801)Wind
2024-09-11add `metadata access` command (#13785)Bahex
2024-09-11Migrating polars commands away from macros, removed custom DataFrame comparis...Jack Wright
2024-09-11Fix padding issue with header_on_border (#13808)Maxim Zhiburt
2024-09-11Bump shadow-rs from 0.33.0 to 0.34.0 (#13825)dependabot[bot]
2024-09-10Fix remaining mismatch for env handling in IR (#13796)Devyn Cairns
2024-09-09Fix IR for `try` (#13811)Ian Manske
2024-09-09Expand multiple dots in path in completions (#13725)Anton Sagel
2024-09-08bump rust version to 1.79.0 (#13809)Darren Schroeder
2024-09-08Added documentation explanation explaining how to select all columns with `po...Jack Wright
2024-09-07Refining error handling in http post (#13805)xonas
2024-09-07Error on non-zero exit statuses (#13515)Ian Manske
2024-09-06Added expression support for `polars cumulative` (#13799)Jack Wright
2024-09-06Polars command reorg (#13798)Jack Wright
2024-09-06make a user friendly message when `use_grid_icons` is used in config (#13795)Wind
2024-09-05String values should pass their content-type correctly on http requests with ...Jack Wright