This week in Nushell #262
Nushell
- fdncred removed
cfg_atter tarpaulin
and updated virtual terminal processing. - ayax79 added expression support for
polars replace
andpolars replace-all
, expression support forpolars uppercase
andpolars lowercase
, newpolars
commands for converting string columns to integer and decimal columns, and changed the category forpanic
, adding search terms and examples. - cptpiepmatz switched to
heck
fromconvert_case
fornu-derive-value
and added record key renaming for theIntoValue
andFromValue
derive macros. - Bahex added split cell-path.
- ysthakur used the right options in custom completions.
- sholderbach simplified the bug reporting form, removed
system-clipboard
from the default build, removedstr deunicode
, set up globalcargo
lint configuration, and removed an unnecessary sort in theexplore
search function. - weirdan enabled respect for user-defined
$env.NU_LOG_FORMAT
and$env.NU_LOG_DATE_FORMAT
. - cyradotpink fixed parsing of record values containing colons.
Documentation
- yo-goto fixed the nothing type literal (
none
→null
), fixed link parentheses on the Float type page, and fixed content in the binary data type table. - maniaphobic updated string.md.
- ysthakur added info on setting XDG_CONFIG_HOME.
- Hofer-Julian fixed capitalization for headings levels 2 and 3, corrected a copy-paste mistake, ensured consistent headline capitalization, and fixed a link to handling missing data.
- NotTheDr01ds promoted Installation to its own top-level Book chapter.
- weirdan replaced
it
withelt
,row
,line
, etc. (batch 2) and continued replacingit
withelt
,row
,line
, etc..
Nu_Scripts
- rgwood fixed the TWiN script.
- chtenb used
--no-color
for git completions. - LoicRiegel added custom completions for pytest and added custom completions for pre-commit.
- Telpenarmo added completions for dotnet.