dataframe-expr-serializer 1.2.0.0 → 1.2.0.1
raw patch · 1 files changed
+3/−4 lines, 1 filesdep ~dataframe-coredep ~dataframe-operationsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dataframe-core, dataframe-operations
API changes (from Hackage documentation)
Files
dataframe-expr-serializer.cabal view
@@ -1,7 +1,6 @@ cabal-version: 3.4 name: dataframe-expr-serializer-version: 1.2.0.0-+version: 1.2.0.1 synopsis: Serialize and deserialize dataframe expressions and pipelines. description: Save fitted @Expr@ values and whole pipelines (ordered @[NamedExpr]@) to a@@ -40,8 +39,8 @@ build-depends: base >= 4 && < 5, aeson >= 0.11.0.0 && < 3, bytestring >= 0.11 && < 0.14,- dataframe-core >= 2.1 && < 2.2,- dataframe-operations >= 2.1 && < 2.2,+ dataframe-core >= 2.2 && < 2.3,+ dataframe-operations >= 2.2 && < 2.3, text >= 2.1 && < 3, vector >= 0.13 && < 0.15 hs-source-dirs: src