diff options
author | Dominic Steinitz <dominic@steinitz.org> | 2018-04-21 08:37:47 +0100 |
---|---|---|
committer | Dominic Steinitz <dominic@steinitz.org> | 2018-04-21 08:37:47 +0100 |
commit | 630ca19980490a8c0feaed7fc8e9492fa4e21b8a (patch) | |
tree | 5b92c509b461de3739a3b4ab30b26c69f6dfec97 /packages/base/CHANGELOG | |
parent | b71790bde9d063e6a0d6802996e24070f5fe3960 (diff) |
Improve READMEs etc
Diffstat (limited to 'packages/base/CHANGELOG')
-rw-r--r-- | packages/base/CHANGELOG | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG index 11a57dd..fd1c171 100644 --- a/packages/base/CHANGELOG +++ b/packages/base/CHANGELOG | |||
@@ -2,15 +2,15 @@ | |||
2 | -------- | 2 | -------- |
3 | 3 | ||
4 | * Many new functions and instances in the Static module | 4 | * Many new functions and instances in the Static module |
5 | 5 | ||
6 | * meanCov and gaussianSample use Herm type | 6 | * meanCov and gaussianSample use Herm type |
7 | 7 | ||
8 | * thinQR, thinRQ | 8 | * thinQR, thinRQ |
9 | 9 | ||
10 | * compactSVDTol | 10 | * compactSVDTol |
11 | 11 | ||
12 | * unitary changed to normalize, also admits Vector (Complex Double) | 12 | * unitary changed to normalize, also admits Vector (Complex Double) |
13 | 13 | ||
14 | 0.17.0.0 | 14 | 0.17.0.0 |
15 | -------- | 15 | -------- |
16 | 16 | ||
@@ -288,4 +288,3 @@ | |||
288 | * added NFData instances for Matrix and Vector. | 288 | * added NFData instances for Matrix and Vector. |
289 | 289 | ||
290 | * liftVector, liftVector2 replaced by mapVector, zipVector. | 290 | * liftVector, liftVector2 replaced by mapVector, zipVector. |
291 | |||