mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Remove dataframes crate and feature (#12889)
# Description Removes the old `nu-cmd-dataframe` crate in favor of the polars plugin. As such, this PR also removes the `dataframe` feature, related CI, and full releases of nushell.
This commit is contained in:
@ -33,12 +33,8 @@ We will try to provide builds for all of them but a standard configuration for x
|
||||
|
||||
We have features of Nushell behind flags that can be passed at compilation time.
|
||||
|
||||
The design focus of Nushell is primarily expressed by everything accessible without passing additional feature flag. This provides a standard command set and receives the most attention.
|
||||
|
||||
One option feature flag is currently tested in CI but contains a feature that may be moved to a plugin:
|
||||
- `dataframe`
|
||||
- This includes dataframe support via `polars` and `arrow2`. Introduces a significant additional compilation and binary size.
|
||||
- Due to the use of SIMD extensions may not be compatible with every minimal architecture.
|
||||
The design focus of Nushell is primarily expressed by everything accessible without passing additional feature flag.
|
||||
This provides a standard command set and receives the most attention.
|
||||
|
||||
## Passively supported platforms
|
||||
|
||||
|
Reference in New Issue
Block a user