summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/base/CHANGELOG8
-rw-r--r--packages/base/THANKS.md2
-rw-r--r--packages/gsl/THANKS.md4
3 files changed, 10 insertions, 4 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG
index ccac516..5e00f93 100644
--- a/packages/base/CHANGELOG
+++ b/packages/base/CHANGELOG
@@ -2,12 +2,14 @@
2-------- 2--------
3 3
4 * initial support of (C)Int elements 4 * initial support of (C)Int elements
5 5
6 * improved matrix extraction using vectors of indexes 6 * improved matrix extraction using vectors of indexes (??)
7
8 * experimental support of type safe modular arithmetic
7 9
8 * old compatibility modules removed 10 * old compatibility modules removed
9 11
10 * added "unitary" and "pairwiseD2" 12 * unitary, pairwiseD2, tr'
11 13
120.16.1.0 140.16.1.0
13-------- 15--------
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index 133bd31..6600329 100644
--- a/packages/base/THANKS.md
+++ b/packages/base/THANKS.md
@@ -192,3 +192,5 @@ module reorganization, monadic mapVectorM, and many other improvements.
192 192
193- "maxc01" solved uninstallability in FreeBSD and improved urandom 193- "maxc01" solved uninstallability in FreeBSD and improved urandom
194 194
195- "ntfrgl" added {take,drop}Last{Rows,Columns}
196
diff --git a/packages/gsl/THANKS.md b/packages/gsl/THANKS.md
index b066185..7c9727e 100644
--- a/packages/gsl/THANKS.md
+++ b/packages/gsl/THANKS.md
@@ -1,4 +1,6 @@
1Matt Peddie wrote the interpolation interface. 1- Matt Peddie wrote the interpolation interface.
2
3- "ntfrgl" added odeSolveVWith with generalized step control function
2 4
3(see also the THANKS file of the hmatrix package) 5(see also the THANKS file of the hmatrix package)
4 6