Home Explore Blog CI



nushell

blog/2020-06-19-twin0043.md
0e100a7a8c45a5afd003515ac0c93e3fa7105713c5634d3300000003000005aa
# This week in Nu #43

- JosephTLyons worked on helping [organize our growing set of math functions](https://github.com/nushell/nushell/pull/2004), made `cal`'s [first day configurable](https://github.com/nushell/nushell/pull/1996), removed [some async_stream](https://github.com/nushell/nushell/pull/1976)
- andrasio added a [median command](https://github.com/nushell/nushell/pull/1999), fixed a [regression in skip-until](https://github.com/nushell/nushell/pull/1998)
- fdncred added support for [viewing text with bat](https://github.com/nushell/nushell/pull/1993), added a [roadmap](https://github.com/nushell/nushell/pull/1975)
- kubouch added a command to [skip every n rows](https://github.com/nushell/nushell/pull/1992), cleaned up some [website docs](https://github.com/nushell/nushell.github.io/pull/50)
- arashout fixed a bug in our [yaml support](https://github.com/nushell/nushell/pull/1988), added [math docs](https://github.com/nushell/nushell/pull/1982), moved some math functions to [math subcommands](https://github.com/nushell/nushell/pull/1969)
- utam0k cleaned up some [unnecessary clones](https://github.com/nushell/nushell/pull/1986)
- jonathandturner [bumped Nu to 0.15.1](https://github.com/nushell/nushell/pull/1984), finished [removing async_stream](https://github.com/nushell/nushell/pull/1983)

- Since I forgot to mention last week: we now have an initial RFC process for large changes: https://github.com/nushell/rfcs

Chunks
4c568178 (1st chunk of `blog/2020-06-19-twin0043.md`)
Title: Nu Shell Development Updates - Week #43
Summary
This week's updates to the Nu shell include contributions from multiple developers. JosephTLyons worked on math functions and the 'cal' command. andrasio added a median command and fixed a bug. fdncred added support for 'bat' and a roadmap. kubouch added a command to skip rows and cleaned up website docs. arashout fixed a YAML bug, added math docs, and moved math functions to subcommands. utam0k cleaned up unnecessary clones, and jonathandturner bumped Nu to version 0.15.1 and removed async_stream. The Nu project also has an initial RFC process for large changes.