Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
GitHub

This Week in Nushell #252

Nushell

  • NotTheDr01ds fixed the generate command's signature, added a do example, suppressed column index for default cal output, and improved table rendering in help.
  • devyn added shape_glob_interpolation to default_config.nu, fixed nu-system build on arm64 FreeBSD, fixed compilation for nu_protocol::value::from_value on 32-bit targets, moved most peculiar argument handling for external calls into the parser, changed the error style during tests to plain, and allowed plugins to report their own version and store it in the registry.
  • cptpiepmatz added derive macros for FromValue and IntoValue to ease the use of Values in Rust code.
  • zhiburt added vertical lines to nu-explore and fixed index/transpose issue.
  • ayax79 made lots of dataframe improvements: improved performance for Polars inference, added the ability to turn on performance debugging through an env var for the Polars plugin, and enabled opening JSON lines dataframes with Polars lazy JSON lines reader.
  • fdncred added a system-level folder for future autoloading and updated the try command's help.
  • weirdan updated the sys users signature.
  • edwinjhlee updated the README.md.
  • WindSoilder improved commands that support range input.

Documentation

  • weirdan removed mentions of the env command.
  • NotTheDr01ds cleaned up the Imperative Language Map and made an extensive Nu Map cleanup.
  • dependabot[bot] bumped braces from 3.0.2 to 3.0.3.
  • hustcer upgraded the shiki syntax highlight plugin and lefthook, among others.
  • maxim-uvarov moved dataframes_md-update.nu file into the tools folder.

Nu_Scripts

  • fdncred updated vswhere location for nu_msvs and added find_msvs custom command to the nu_msvs module.
  • IanManske removed usage of deprecated str contains --not.
Edit this page on GitHub
Contributors: NotTheDr01ds