diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-06-30 10:02:27 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-06-30 10:02:27 +0200 |
commit | cbf2aa66022235667474dbf6738a5b6823db4ac2 (patch) | |
tree | 8bc10f8031b58fb3a6f024486b3b87fed74d49a9 | |
parent | b0c67170dcfb5151cd3caa422af229199926c633 (diff) |
Package description and changelog
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | ox-arrays.cabal | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..009d267 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog for `ox-arrays` + +This package intends to follow the [PVP](https://pvp.haskell.org/). + +## 0.1.0.0 +- Initial release +- Various aspects of the API are still experimental, and breaking changes are expected in the future. diff --git a/ox-arrays.cabal b/ox-arrays.cabal index a37b230..7a84d14 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -6,6 +6,10 @@ description: An efficient and richly typed CPU-based multidimensional array (tensor) library built upon the optimized tensor representation (strides list) implemented in the orthotope package. See the README. + . + 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 author: Tom Smeding, Mikolaj Konarski maintainer: Tom Smeding <xhackage@tomsmeding.com> @@ -13,6 +17,7 @@ license: BSD-3-Clause category: Array, Tensors build-type: Simple +extra-doc-files: README.md CHANGELOG.md extra-source-files: cbits/arith_lists.h flag trace-wrappers |