blob: 3c9b3c4ea5fd8030e6b82ec22a40dbbf40c26acc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Changelog for `ox-arrays`
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.
- The API should be a little more stable now.
## 0.1.0.0
- Initial release
- Various aspects of the API are still experimental, and breaking changes are expected in the future.
|