summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2016-02-09 12:59:05 +0100
committerAlberto Ruiz <aruiz@um.es>2016-02-09 12:59:05 +0100
commit0a6e494d3c7c0725e5c48ce54b8eb3be95bffad9 (patch)
treeb578db52540112b6440d7dc0f3d3346087f588ad /packages
parentfed0dfb842f2424b0b198fe7c04b337abd3fe5c2 (diff)
changelog and thanks
Diffstat (limited to 'packages')
-rw-r--r--packages/README3
-rw-r--r--packages/base/CHANGELOG7
-rw-r--r--packages/base/THANKS.md8
3 files changed, 17 insertions, 1 deletions
diff --git a/packages/README b/packages/README
new file mode 100644
index 0000000..001875f
--- /dev/null
+++ b/packages/README
@@ -0,0 +1,3 @@
1The package "sparse" depends on MKL but it is not needed by the other packages,
2it is only intended for testing.
3
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG
index 581d2ac..3bba3d5 100644
--- a/packages/base/CHANGELOG
+++ b/packages/base/CHANGELOG
@@ -1,3 +1,10 @@
10.18.0.0
2--------
3
4 * meanCov and gaussianSample use Herm type.
5
6 * New functions and instances in the Static module.
7
10.17.0.0 80.17.0.0
2-------- 9--------
3 10
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index 34675d3..c0ef1a3 100644
--- a/packages/base/THANKS.md
+++ b/packages/base/THANKS.md
@@ -205,7 +205,13 @@ module reorganization, monadic mapVectorM, and many other improvements.
205- Vassil Keremidchiev fixed the cabal options for OpenBlas, fixed several installation 205- Vassil Keremidchiev fixed the cabal options for OpenBlas, fixed several installation
206 issues, and added support for stack-based build. 206 issues, and added support for stack-based build.
207 207
208- Greg Nwosu fixed arm compilation
209
208- Patrik Jansson changed meanCov and gaussianSample to use Herm type. Fixed stack.yaml. 210- Patrik Jansson changed meanCov and gaussianSample to use Herm type. Fixed stack.yaml.
209 211
210- Justin Le added NFData instances for Static types and added mapping and outer product methods to Domain. 212- Justin Le added NFData instances for Static types, added mapping and outer product
213 methods to Domain, and many other functions to the Static module.
214
215- Sidharth Kapur added Normed and numeric instances for several Static types, and
216fixed the CPP issue in cabal files.
211 217