dataframe-hasktorch 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~dataframe-operationsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dataframe-operations
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- dataframe-hasktorch.cabal +2/−2
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2025 Michael Chavinda+Copyright (c) 2026 Michael Chavinda Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
dataframe-hasktorch.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: dataframe-hasktorch-version: 0.2.0.0+version: 0.2.0.1 synopsis: Converts between dataframes and hasktorch tensors description: @@ -38,7 +38,7 @@ build-depends: base >= 4.11 && < 5, vector ^>= 0.13, dataframe-core ^>= 1.0,- dataframe-operations ^>= 1.0,+ dataframe-operations ^>= 1.1, hasktorch >= 0.2.1.6 && < 0.3 if impl(ghc >= 9.12) build-depends: ghc-typelits-natnormalise == 0.9.3