Home Explore Blog CI



nushell

blog/2021-08-07-twin0102.md
82d461fc0a539382e1df564f5a013e388537d13a6d26d3a00000000300000a51
# This week in Nushell #102

## Nushell

- jntrnr created [in/not-in for strings](https://github.com/nushell/nushell/pull/3906), [released to 0.35](https://github.com/nushell/nushell/pull/3884)
- soumil-07 created [use bigdecimal-rs patch](https://github.com/nushell/nushell/pull/3905), and [sourced config from $NU_CONFIG_DIR if it exists](https://github.com/nushell/nushell/pull/3883)
- fdncred [added officially supported by section](https://github.com/nushell/nushell/pull/3895)
- elferherrera added [datetime commands](https://github.com/nushell/nushell/pull/3894), and [better representation in nested dataframes](https://github.com/nushell/nushell/pull/3875), and [simplified contains](https://github.com/nushell/nushell/pull/3874)
- waldyrious created [normalize capitalization in issue templates](https://github.com/nushell/nushell/pull/3891), and [fixed typo: patter → pattern](https://github.com/nushell/nushell/pull/3890)
- realcundo [implemented PartialEq for ReturnSuccess](https://github.com/nushell/nushell/pull/3888)
- lily-mara [reimplemented parsers with nu-serde](https://github.com/nushell/nushell/pull/3880), and [added the nu-serde crate](https://github.com/nushell/nushell/pull/3878)

## Extension

- fdncred [updated npm dependencies](https://github.com/nushell/vscode-nushell-lang/pull/37), [updated regex to match new syntax](https://github.com/nushell/vscode-nushell-lang/pull/36), and [updated to 0.4.0, removed intellisense](https://github.com/nushell/vscode-nushell-lang/pull/35)

## Documentation

- hedonihilist [fixed typo](https://github.com/nushell/nushell.github.io/pull/183), and [updated plugin discovery section of the doc](https://github.com/nushell/nushell.github.io/pull/182)
- bbkane [mentioned using environmental variables with scripts](https://github.com/nushell/nushell.github.io/pull/180), [added concatenating tables subsection](https://github.com/nushell/nushell.github.io/pull/179), added [demo multiline pipelines as subexpressions in docs](https://github.com/nushell/nushell.github.io/pull/178), and [Refer to "Working with Strings" in String section](https://github.com/nushell/nushell.github.io/pull/177)

## Nu_Scripts

- lily-mara created [added nu-serde to nu_release.nu](https://github.com/nushell/nu_scripts/pull/86)
- Yethal [updated scraping.nu](https://github.com/nushell/nu_scripts/pull/85), and [added webscraping example](https://github.com/nushell/nu_scripts/pull/83)
- filaretov added [Conda and Python venv environment scripts](https://github.com/nushell/nu_scripts/pull/84)
- skelly37 [createed cdpath-implementation.nu](https://github.com/nushell/nu_scripts/pull/81)

Chunks
0aede335 (1st chunk of `blog/2021-08-07-twin0102.md`)
Title: Nushell Updates - Week #102
Summary
This is a summary of the updates to Nushell, its VS Code extension, documentation, and Nu scripts for week #102. Noteworthy updates include string 'in/not-in' operators, improvements to datetime commands and nested dataframes, nu-serde integration, extension updates for syntax matching, and additions to documentation covering environmental variables, table concatenation, and web scraping examples.