summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/base/THANKS.md4
-rw-r--r--packages/gsl/CHANGELOG1
-rw-r--r--packages/gsl/THANKS.md6
3 files changed, 5 insertions, 6 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index 5496a69..13b93dc 100644
--- a/packages/base/THANKS.md
+++ b/packages/base/THANKS.md
@@ -190,9 +190,11 @@ module reorganization, monadic mapVectorM, and many other improvements.
190 190
191- Thomas M. DuBuisson fixed a C include file. 191- Thomas M. DuBuisson fixed a C include file.
192 192
193- Matt Peddie wrote the interfaces to the interpolation and simulated annealing modules.
194
193- "maxc01" solved uninstallability in FreeBSD and improved urandom 195- "maxc01" solved uninstallability in FreeBSD and improved urandom
194 196
195- "ntfrgl" added {take,drop}Last{Rows,Columns} 197- "ntfrgl" added {take,drop}Last{Rows,Columns} and odeSolveVWith with generalized step control function.
196 198
197- "cruegge" discovered a bug in the conjugate gradient solver for sparse symmetric systems. 199- "cruegge" discovered a bug in the conjugate gradient solver for sparse symmetric systems.
198 200
diff --git a/packages/gsl/CHANGELOG b/packages/gsl/CHANGELOG
index 688af3d..091dc0e 100644
--- a/packages/gsl/CHANGELOG
+++ b/packages/gsl/CHANGELOG
@@ -5,6 +5,7 @@
5 5
6 * Added simulated annealing module 6 * Added simulated annealing module
7 7
8 * Added odeSolveVWith
8 9
90.16.0.0 100.16.0.0
10-------- 11--------
diff --git a/packages/gsl/THANKS.md b/packages/gsl/THANKS.md
index 234f61e..9cb2584 100644
--- a/packages/gsl/THANKS.md
+++ b/packages/gsl/THANKS.md
@@ -1,7 +1,3 @@
1 1
2- Matt Peddie wrote the interfaces to the interpolation and simulated annealing modules 2See the THANKS file of the hmatrix package.
3
4- "ntfrgl" added odeSolveVWith with generalized step control function
5
6(see also the THANKS file of the hmatrix package)
7 3