This week in Nushell #242
Nushell
- ayax79 made lots of dataframe improvements: moved dataframes support to a plugin (this is huge!), ensured that two columns named 'index' don't exist when converting a DataFrame to a nu value, added a short flag -c to
polars append
, handled relative paths correctly on polarsto-(parquet|jsonl|arrow|etc)
, displayed span information, creation time, and size withpolars ls
, and showed full help when running thepolars
command - devyn switched the CI to use macOS-13 instead of macOS-latest, due to failures, added a
GetSpanContents
engine call, isolated tests from user config, and added a--no-newline
option tonu
- fdncred bumped Nushell to latest reedline, introduced better logging for the
shell_integration
setting, and aimed to be a bit more precise with REPL logging - sholderbach fixed up plugin CI for macOS, bumped version to
0.92.3
, bumped our Rust version to stable, and updated MSRV followingrust-toolchain.toml
- IanManske updated
kill
to return a single value instead of a stream, did adrop
refactor, refactoredfirst
andlast
, mentionedprint
in theecho
help text, and renamedIoStream
toOutDest
- amtoine fixed
std log
- WindSoilder forced
timeit
to not capture stdout, and madels
anddu
support rest parameters - singh-priyank fixed a bug with negative file sizes for
into filesize
- oornaque fixed typo in help stor import
- texastoland lexed whitespace in input-output types, and ensured
currently_parsed_cwd
is set for config files
Documentation
- devyn posted release notes for 0.92.2
- intellild provided an ssh agent workaround for keychain
- kubouch updated the 2024-04-09-art-contest-summary and added an art contest showcase blog
- github-actions[bot] compressed images
- sophiajt fixed deadnames and updated contact info
Nu_Scripts
- Zuruuh added composer completions
- MilesCranmer fixed: prefix conda commands with
conda
, and fixed non-exported completions - ehdevries panache-git: stopped printing stderr from Git commands
- csc530 added missing scoop completions, and added windows compatibility for command not found hook