From cbf2aa66022235667474dbf6738a5b6823db4ac2 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 30 Jun 2025 10:02:27 +0200 Subject: Package description and changelog --- CHANGELOG.md | 7 +++++++ ox-arrays.cabal | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 CHANGELOG.md 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 @@ -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 -- cgit v1.2.3-70-g09d2