yarr 1.4.0.0 → 1.4.0.1
raw patch · 2 files changed
+9/−13 lines, 2 files
Files
- changelog.md +8/−0
- yarr.cabal +1/−13
changelog.md view
@@ -1,4 +1,12 @@+* Changes in version 0.9.2:+ * Safe folds -- see "Data.Yarr.Walk"+ * Issue with slice-wise loading with unrolled filling function solved+* Changes in 1.3 (ex. 0.9.3):+ * IFusion -- mapping/zipping with index+ * Rename: Work -> Walk * Changes in 1.3.3.1: This now compiles with ghc 7.8.3 but probably won't compile with earlier versions of ghc. Let me know if this is a requirement and I will see what I can do. Even better submit a pull request.+* Changes in 1.4.0.0: This works (and will only work) with the+ breaking change release of fixed-vector 0.8.0.0.
yarr.cabal view
@@ -1,5 +1,5 @@ Name: yarr-Version: 1.4.0.0+Version: 1.4.0.1 Synopsis: Yet another array library Description: Yarr is a new blazing fast dataflow framework (array library),@@ -19,18 +19,6 @@ See benchmark results: <https://github.com/leventov/yarr/blob/master/tests/bench-results.md> . Shortcoming by design: lack of pure indexing interface.- .- /Changes in 1.3 (ex. 0.9.3):/- .- * IFusion -- mapping/zipping with index- .- * Rename: Work -> Walk- .- /Changes in version 0.9.2:/- .- * Safe folds -- see "Data.Yarr.Walk"- .- * Issue with slice-wise loading with unrolled filling function solved . To start with, read documentation in the root module: "Data.Yarr". .