dataframe 3.2.0.0 → 3.2.0.1
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- dataframe.cabal +1/−1
- src/DataFrame.hs +3/−0
dataframe.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: dataframe-version: 3.2.0.0+version: 3.2.0.1 synopsis: A fast, safe, and intuitive DataFrame library. description: A fast, safe, and intuitive DataFrame library for exploratory data analysis.
src/DataFrame.hs view
@@ -137,6 +137,9 @@ TruncateConfig (..), columnNames, defaultTruncateConfig,+ toNamedExpr,+ toUExpr,+ fromUExpr, eSize, empty, fromAny,