diff options
Diffstat (limited to 'packages/base/CHANGELOG')
-rw-r--r-- | packages/base/CHANGELOG | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG index 35ccdbc..95982ac 100644 --- a/packages/base/CHANGELOG +++ b/packages/base/CHANGELOG | |||
@@ -11,9 +11,11 @@ | |||
11 | Numeric.LinearAlgebra.Data | 11 | Numeric.LinearAlgebra.Data |
12 | Numeric.LinearAlgebra.Devel | 12 | Numeric.LinearAlgebra.Devel |
13 | 13 | ||
14 | The documentation is now hidden for Data.Packed.*, Numeric.Container, and | 14 | For normal usage we only need to import Numeric.LinearAlgebra.HMatrix. |
15 | |||
16 | (The documentation is now hidden for Data.Packed.*, Numeric.Container, and | ||
15 | the other Numeric.LinearAlgebra.* modules, but they continue to be exposed | 17 | the other Numeric.LinearAlgebra.* modules, but they continue to be exposed |
16 | for backwards compatibility. | 18 | for backwards compatibility.) |
17 | 19 | ||
18 | * Added support for empty arrays, extending automatic conformability | 20 | * Added support for empty arrays, extending automatic conformability |
19 | (very useful for construction of block matrices). | 21 | (very useful for construction of block matrices). |