summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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