diff options
author | Alberto Ruiz <aruiz@um.es> | 2013-11-15 18:28:45 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2013-11-15 18:28:45 +0100 |
commit | bdf04a986f2de71ee9be9547095677484c40454c (patch) | |
tree | d576745bbdeaff29d38f47f051ec0743a5973bc3 | |
parent | c6f3fef32b6c8d158bb07f8b044c662e88769696 (diff) |
changes, thanks
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | THANKS.md | 8 |
2 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,8 @@ | |||
1 | 0.15.2.0 | ||
2 | -------- | ||
3 | |||
4 | - general pinvTol and improved pinv | ||
5 | |||
1 | 0.15.1.0 | 6 | 0.15.1.0 |
2 | -------- | 7 | -------- |
3 | 8 | ||
@@ -133,3 +133,11 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
133 | - Matthew Peddie added bindings for gsl_integrate_cquad doubly-adaptive quadrature | 133 | - Matthew Peddie added bindings for gsl_integrate_cquad doubly-adaptive quadrature |
134 | for difficult integrands. | 134 | for difficult integrands. |
135 | 135 | ||
136 | - Ben Gamari exposed matrixFromVector for Development. | ||
137 | |||
138 | - greg94301 reported tolerance issues in the tests. | ||
139 | |||
140 | - Clemens Lang updated the MacPort installation instructions. | ||
141 | |||
142 | - Henning Thielemann reported the pinv inefficient implementation. | ||
143 | |||