Skip to content

Commit 0c2de32

Browse files
committed
update README for v2.7
1 parent 7a5f372 commit 0c2de32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ A Julia package for defining and working with linear maps, also known as linear
88
transformations or linear operators acting on vectors. The only requirement for
99
a LinearMap is that it can act on a vector (by multiplication) efficiently.
1010

11+
## What's new in v2.7
12+
* Speed-up of scaled `LinearMap`s by avoiding allocations
13+
1114
## What's new in v2.6
1215
* New feature: "lazy" Kronecker product, Kronecker sums, and powers thereof
1316
for `LinearMap`s. `AbstractMatrix` objects are promoted to `LinearMap`s if

0 commit comments

Comments
 (0)