Skip to content

Commit 4320deb

Browse files
authored
TWiN 0331 (#2098)
* TWiN 331 * Added highlights
1 parent 8e3fe15 commit 4320deb

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

blog/2025-12-26-twin0331.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: 'This week in Nushell #331'
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: 'PRs and activity for Nushell the week ending Thursday, 2025-12-25'
7+
---
8+
9+
# This Week in Nushell #331
10+
11+
Published Friday, 2025-12-26, including PRs merged Friday, 2025-12-19 through Thursday, 2025-12-25.
12+
13+
## Highlights
14+
15+
- Polars hits the trifecta with AWS, Azure, and now, thanks to @ayax79 - Google Cloud Platform!
16+
- You can now both time a command and return its output using `timeit --output` thanks to @Tyarel8!
17+
18+
## Nushell
19+
20+
- @fdncred:
21+
22+
- [Increased help menu description rows from 10 to 15 (#17223)](https://github.com/nushell/nushell/pull/17223)
23+
- [Used graphemes instead of byte indexes in `explore regegx` (#17219)](https://github.com/nushell/nushell/pull/17219)
24+
25+
- @Jan9103:
26+
27+
- [Made bytes length available at const-time (#17204)](https://github.com/nushell/nushell/pull/17204)
28+
29+
- @Tyarel8:
30+
31+
- [Added `--output` flag to `timeit` (#17202)](https://github.com/nushell/nushell/pull/17202)
32+
33+
- @andrewgazelka:
34+
35+
- [Added par-each preference to mcp instructions (#17171)](https://github.com/nushell/nushell/pull/17171)
36+
37+
- @ayax79:
38+
39+
- [Added Google Cloud support to Polars (#17135)](https://github.com/nushell/nushell/pull/17135)
40+
41+
- @app/dependabot:
42+
- [Bumped mach2 from 0.4.3 to 0.6.0 (#17227)](https://github.com/nushell/nushell/pull/17227)
43+
- [Bumped toml from 0.8.19 to 0.9.10+spec-1.1.0 (#17225)](https://github.com/nushell/nushell/pull/17225)
44+
- [Bumped rmcp from 0.8.1 to 0.8.5 (#17224)](https://github.com/nushell/nushell/pull/17224)
45+
46+
## Documentation
47+
48+
- @Paul-16098:
49+
50+
- [Clarified user defined menu layout in zh-cn docs (#2097)](https://github.com/nushell/nushell.github.io/pull/2097)
51+
52+
- @NotTheDr01ds:
53+
- [Published TWiN 330 (#2095)](https://github.com/nushell/nushell.github.io/pull/2095)

0 commit comments

Comments
 (0)