Skip to content

Commit e45289d

Browse files
committed
Update README and bump version
1 parent 3feab93 commit e45289d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LinearMaps"
22
uuid = "7a12625a-238d-50fd-b39a-03d52299707e"
3-
version = "2.7.0"
3+
version = "2.8.0"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ 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.8
12+
* Left multiplying by a transpose or adjoint vector (e.g., `y'*A`)
13+
produces a transpose or adjoint vector output, rather than a `LinearMap`.
14+
1115
## What's new in v2.7
1216
* Potential reduction of memory allocations in multiplication of
1317
`LinearCombination`s, `BlockMap`s, and real- or complex-scaled `LinearMap`s.

0 commit comments

Comments
 (0)