- Updated a few [dependencies](https://github.com/nushell/nushell/pull/3723) and [here](https://github.com/nushell/nushell/pull/3724) and [here](https://github.com/nushell/nushell/pull/3739) and [here](https://github.com/nushell/nushell/pull/3741) and [here](https://github.com/nushell/nushell/pull/3757) (therealprof, waywardmonkeys)
- Added [dataframe take command](https://github.com/nushell/nushell/pull/3722) (elferherrera)
- Added [script to submit winget package during release](https://github.com/nushell/nushell/pull/3717) (TechWatching)
- Aligned [dataframe params to match other Nushell commands](https://github.com/nushell/nushell/pull/3713) (elferherrera)
- Added the [ansi osc string terminator](https://github.com/nushell/nushell/pull/3712) (fdncred)
- Removed [unused dependencies](https://github.com/nushell/nushell/pull/3709) and [also](https://github.com/nushell/nushell/pull/3716) (waywardmonkeys, andrasio)
- Added [casting operations for Series data](https://github.com/nushell/nushell/pull/3702) (elferherrera)
- Fixed a [dataframe series bug with f64](https://github.com/nushell/nushell/pull/3697) (elferherrera)
- Added [all-trim option to `str trim`](https://github.com/nushell/nushell/pull/3696) (palashahuja)
- Ported more commands to engine-p [1](https://github.com/nushell/nushell/pull/3690) and [2](https://github.com/nushell/nushell/pull/3753) (efx)
- Added support for [arbitrarily nested subcommands](https://github.com/nushell/nushell/pull/3688) (sophiajt)
- Added support for [string interpolation when calling externals](https://github.com/nushell/nushell/pull/3686) (voanhduy1512)
- Made [URL docs more consistent](https://github.com/nushell/nushell/pull/3684) (efx)
- Speed up [dataframe loading](https://github.com/nushell/nushell/pull/3683) (elferherrera)
- Improved [parse errors for `def`](https://github.com/nushell/nushell/pull/3681) (sophiajt)
- Updated textview to [always read its input from the stream](https://github.com/nushell/nushell/pull/3680) (sophiajt)
- Dataframe aggregation uses [simpler column names](https://github.com/nushell/nushell/pull/3678) (elferherrera)
- Add support for more [filesize to filesize math](https://github.com/nushell/nushell/pull/3675) (fdncred)
- Updated the Nu API surface to [expose more useful functionality](https://github.com/nushell/nushell/pull/3673) (stormasm)
- Fixed a [panic during math with large durations](https://github.com/nushell/nushell/pull/3669) (luccasmmg)
# Looking ahead
Work on [reedline](https://github.com/sophiajt/reedline) has steadily grown in the background, and is now nearing the time where we will explore integrating it into Nushell as Nushell's line editor.
We're also working on a number of [parser and engine improvements](https://github.com/sophiajt/engine-q) which we hope will make their way into future version of Nushell.
Dataframe support continues to grow, and we're continuing to collaborate with projects that this builds on to ensure we are using the best techniques possible. There's a lot of potential here not only in terms of using dataframes, but where the Apache Arrow support might allow us to grow additional functionality in the future.