ox-arrays 0.2.0.0 → 0.2.0.1
raw patch · 3 files changed
+5/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- ox-arrays.cabal +2/−2
- src/Data/Array/Nested/Trace.hs +0/−3
CHANGELOG.md view
@@ -2,6 +2,9 @@ This package intends to follow the [PVP](https://pvp.haskell.org/). +## 0.2.0.1+- Fix the broken Data.Array.Nested.Trace export list (not compiled by default).+ ## 0.2.0.0 - Many performance improvements to the Haskell code (C code mostly left alone). - A few API changes and additions, mostly guided by the performance-improving work.
ox-arrays.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ox-arrays-version: 0.2.0.0+version: 0.2.0.1 synopsis: An efficient CPU-based multidimensional array (tensor) library description: An efficient and richly typed CPU-based multidimensional array (tensor)@@ -10,7 +10,7 @@ If you use this package: let me know (e.g. via email) if you find it useful! Both positive feedback (keep this!) and negative feedback (I needed this but ox-arrays doesn't provide it) is welcome.-copyright: (c) 2025 Tom Smeding, Mikolaj Konarski+copyright: (c) 2025-2026 Tom Smeding, Mikolaj Konarski author: Tom Smeding, Mikolaj Konarski maintainer: Tom Smeding <xhackage@tomsmeding.com> license: BSD-3-Clause
src/Data/Array/Nested/Trace.hs view
@@ -34,17 +34,14 @@ -- * Re-exports from the plain "Data.Array.Nested" module Ranked(Ranked),- ListR(ZR, (:::)), IxR(..), IIxR, ShR(..), IShR, Shaped(Shaped),- ListS(ZS, (::$)), IxS(..), IIxS, ShS(..), KnownShS(..), Mixed,- ListX(ZX, (::%)), IxX(..), IIxX, ShX(..), KnownShX(..), IShX, StaticShX(..),