|
| 1 | +--- |
| 2 | +title: 'This Week in Nushell #302' |
| 3 | +author: The Nu Authors |
| 4 | +author_site: https://nushell.sh |
| 5 | +author_image: https://www.nushell.sh/blog/images/nu_logo.png |
| 6 | +excerpt: "This week's contributions to Nushell!" |
| 7 | +--- |
| 8 | + |
| 9 | +# This week in Nushell #302 |
| 10 | + |
| 11 | +Belatedly published on Tuesday, June 10th with PRs through the week ending June 6th. |
| 12 | + |
| 13 | +Amazing work! Thank you to everyone for the great contributions! |
| 14 | + |
| 15 | +## Nushell |
| 16 | + |
| 17 | +- raoulkent [reordered `cal`s `input_output_types`](https://github.com/nushell/nushell/pull/15909) |
| 18 | +- ayax79: |
| 19 | + - [Added regex documentation/examples to `polars col`](https://github.com/nushell/nushell/pull/15898) |
| 20 | + - [Created col and nth expressions when using paths on lazy frames](https://github.com/nushell/nushell/pull/15891) |
| 21 | + - [Fixed null handling #15788](https://github.com/nushell/nushell/pull/15857) |
| 22 | + - [Allowed `polars first` to be used with `polars group-by`](https://github.com/nushell/nushell/pull/15855) |
| 23 | + - [Upgraded Polars](https://github.com/nushell/nushell/pull/15852) |
| 24 | +- fdncred: |
| 25 | + - [Updated nushell to use coreutils v0.1.0 crates](https://github.com/nushell/nushell/pull/15896) |
| 26 | + - [Fixed new nul chars not printing in `char --list`](https://github.com/nushell/nushell/pull/15858) |
| 27 | +- Cattle0Horse [fixed std/iter example descriptions to align with closure logic for find and find-index](https://github.com/nushell/nushell/pull/15895) |
| 28 | +- snickerdoodle2 [added config option to disable tag calculation in gstat](https://github.com/nushell/nushell/pull/15893) |
| 29 | +- CSharperMantle: |
| 30 | + - [Fixed regression caused by #15881](https://github.com/nushell/nushell/pull/15889) |
| 31 | + - [Correctly quoted `nu.exe` and `nu.ico` path containing spaces in WiX](https://github.com/nushell/nushell/pull/15881) |
| 32 | +- dependabot[bot]: |
| 33 | + - [Bumped itertools from 0.13.0 to 0.14.0](https://github.com/nushell/nushell/pull/15886) |
| 34 | + - [Bumped crate-ci/typos from 1.32.0 to 1.33.1](https://github.com/nushell/nushell/pull/15885) |
| 35 | +- kumarUjjawal: |
| 36 | + - [Improved error handling for negative integer exponents in \*\* operator](https://github.com/nushell/nushell/pull/15882) |
| 37 | + - [Fixed `which` to remove required positional argument and allow spread input](https://github.com/nushell/nushell/pull/15870) |
| 38 | +- cptpiepmatz [added `debug env` command](https://github.com/nushell/nushell/pull/15875) |
| 39 | +- 132ikl: |
| 40 | + - [Disabled flaky killing_job_kills_pids test on macOS](https://github.com/nushell/nushell/pull/15874) |
| 41 | + - [Made `parse` simple patterns ignore fields with placeholder (`_`)](https://github.com/nushell/nushell/pull/15873) |
| 42 | + - [Added partial workaround and deprecation warning for breaking change usage of #15654](https://github.com/nushell/nushell/pull/15806) |
| 43 | + - [Added unified deprecation system and @deprecated attribute](https://github.com/nushell/nushell/pull/15770) |
| 44 | + - [Updated where documentation](https://github.com/nushell/nushell/pull/15467) |
| 45 | +- kamek-pf [fixed drive-letter glob expansion on Windows](https://github.com/nushell/nushell/pull/15871) |
| 46 | +- Bahex: |
| 47 | + - [Updated deprecation warnings](https://github.com/nushell/nushell/pull/15867) |
| 48 | + - [Added `iter` module and `recurse` command to std-rfc](https://github.com/nushell/nushell/pull/15840) |
| 49 | +- pyz4: |
| 50 | + - [Added `maintain-order` flag to `polars group-by` and allowed expression inputs in `polars filter`](https://github.com/nushell/nushell/pull/15865) |
| 51 | + - [Introduced new `polars replace`](https://github.com/nushell/nushell/pull/15706) |
| 52 | +- Tyarel8 [improved `bench` command in std](https://github.com/nushell/nushell/pull/15856) |
| 53 | +- WindSoilder [added `--reload(-r)` flag to `overlay new`](https://github.com/nushell/nushell/pull/15849) |
| 54 | +- luismeyer95 [fixed parser to not parse closure in block position](https://github.com/nushell/nushell/pull/15680) |
| 55 | +- zhiburt [fixed table wrap emoji](https://github.com/nushell/nushell/pull/15138) |
| 56 | + |
| 57 | +## reedline |
| 58 | + |
| 59 | +- new-years-eve [only repaints at the end when processing a batch of events](https://github.com/nushell/reedline/pull/916) |
| 60 | + |
| 61 | +## Documentation |
| 62 | + |
| 63 | +- raoulkent: |
| 64 | + - [Adjusted input/output section generation in make_docs.nu](https://github.com/nushell/nushell.github.io/pull/1930) |
| 65 | + - [Added simple example uses in `closures.md`](https://github.com/nushell/nushell.github.io/pull/1928) |
| 66 | +- Fan2Shrek [closed quotes in each example](https://github.com/nushell/nushell.github.io/pull/1927) |
| 67 | + |
| 68 | +## Nu_Scripts |
| 69 | + |
| 70 | +- KyQiao [changed match to case-insensitive](https://github.com/nushell/nu_scripts/pull/1128) |
| 71 | +- khisr0w [prepended INCLUDE env instead of overriding](https://github.com/nushell/nu_scripts/pull/1127) |
| 72 | + |
| 73 | +## Integrations |
| 74 | + |
| 75 | +- CSharperMantle [adapted cmdline assert for nushell/nushell#15881](https://github.com/nushell/integrations/pull/57) |
| 76 | +- hustcer: |
| 77 | + - [Improved winget installation tests for latest nightly release](https://github.com/nushell/integrations/pull/56) |
| 78 | + - [Updated MSI packages' installation tests for latest nightly version](https://github.com/nushell/integrations/pull/55) |
| 79 | + |
| 80 | +## Tree-sitter |
| 81 | + |
| 82 | +- dependabot[bot] [bumped tar-fs from 2.1.2 to 2.1.3](https://github.com/nushell/tree-sitter-nu/pull/201) |
0 commit comments