summaryrefslogtreecommitdiff
path: root/devdocs
diff options
context:
space:
mode:
authorIan Manske <ian.manske@pm.me>2024-05-20 17:22:08 +0000
committerGitHub <noreply@github.com>2024-05-20 17:22:08 +0000
commit905e3d0715ad82fbf837e059ad7cd5184ea77f89 (patch)
tree1e651661142f771a416f6bba979659bfb1eab319 /devdocs
parent4f69ba172e141a23ed7d9a27a65bbed7b2f91b0d (diff)
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.
Diffstat (limited to 'devdocs')
-rw-r--r--devdocs/PLATFORM_SUPPORT.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/devdocs/PLATFORM_SUPPORT.md b/devdocs/PLATFORM_SUPPORT.md
index 46efdfbe5..dd393ec89 100644
--- a/devdocs/PLATFORM_SUPPORT.md
+++ b/devdocs/PLATFORM_SUPPORT.md
@@ -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