2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-15 14:44:14 +00:00
nushell/crates/nu_plugin_polars
Jack Wright 2df91e7f92
Removed CustomValue portion of CustomValue type name strings. ()
# Description

This changes the names returned by CustomValue::name() of the various
custom value structs to just say the name of the thing they represent.
For instance "DataFrameCustomValue" is not just "DataFrame".

# User-Facing Changes
- Places such as or errors where NuDataFrameCustomValue would be seen,
now just shows as NuDataFrame.
2024-10-11 06:41:24 -05:00
..
src Removed CustomValue portion of CustomValue type name strings. () 2024-10-11 06:41:24 -05:00
Cargo.toml Bump indexmap from 2.5.0 to 2.6.0 () 2024-10-08 17:07:21 -07:00
LICENSE Move dataframes support to a plugin () 2024-04-09 19:31:43 -05:00