diff options
-rw-r--r-- | packages/README | 3 | ||||
-rw-r--r-- | packages/base/CHANGELOG | 7 | ||||
-rw-r--r-- | packages/base/THANKS.md | 8 |
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 @@ | |||
1 | The package "sparse" depends on MKL but it is not needed by the other packages, | ||
2 | it 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 @@ | |||
1 | 0.18.0.0 | ||
2 | -------- | ||
3 | |||
4 | * meanCov and gaussianSample use Herm type. | ||
5 | |||
6 | * New functions and instances in the Static module. | ||
7 | |||
1 | 0.17.0.0 | 8 | 0.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 | ||
216 | fixed the CPP issue in cabal files. | ||
211 | 217 | ||