summaryrefslogtreecommitdiff
path: root/packages/base
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2016-11-02 21:06:22 +0100
committerAlberto Ruiz <aruiz@um.es>2016-11-02 21:06:22 +0100
commit66f0174cec6b9b3a329321a435d0c7841f396077 (patch)
tree5114af210dcaf93fc6e679e6fca98b8481d8ba5f /packages/base
parentb23333b54908232d5803c852ed362d3b43e78796 (diff)
changes and thanks
Diffstat (limited to 'packages/base')
-rw-r--r--packages/base/CHANGELOG10
-rw-r--r--packages/base/THANKS.md2
2 files changed, 10 insertions, 2 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG
index 3bba3d5..11a57dd 100644
--- a/packages/base/CHANGELOG
+++ b/packages/base/CHANGELOG
@@ -1,10 +1,16 @@
10.18.0.0 10.18.0.0
2-------- 2--------
3 3
4 * meanCov and gaussianSample use Herm type. 4 * Many new functions and instances in the Static module
5
6 * meanCov and gaussianSample use Herm type
5 7
6 * New functions and instances in the Static module. 8 * thinQR, thinRQ
9
10 * compactSVDTol
7 11
12 * unitary changed to normalize, also admits Vector (Complex Double)
13
80.17.0.0 140.17.0.0
9-------- 15--------
10 16
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index 3da4177..7e82d40 100644
--- a/packages/base/THANKS.md
+++ b/packages/base/THANKS.md
@@ -226,3 +226,5 @@ fixed the CPP issue in cabal files, and made many other contributions.
226- Kevin Slagle implemented thinQR and thinRQ, much faster than the original qr, 226- Kevin Slagle implemented thinQR and thinRQ, much faster than the original qr,
227 and added compactSVDTol. 227 and added compactSVDTol.
228 228
229- "fedeinthemix" suggested a better name and a more general type for unitary.
230