Skip to content

Commit

Permalink
Added phased array example to the arrus package, updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Nov 20, 2021
1 parent bcd4fde commit a657eba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ install(
examples/diverging_beams.py
examples/custom_tx_rx_sequence.py
examples/custom_callback.py
examples/phased_array_scanning.py
examples/requirements.txt
examples/requirements.txt
DESTINATION
Expand Down
18 changes: 18 additions & 0 deletions docs/content/misc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Release notes
0.6.x
-----


0.6.4
.....

- Python API:

- Fixed linear scanning for tx apertures starting from channels > 0.

0.6.3
.....

- Python API:

- Added phased array scanning & example.
- Added definition for the probe adapter atl/philips-us4r4.
- Improved IQ raw to LRI CUDA kernel performance.
- Increased the maximum allowable voltage for Esaote probes to 90 V.

0.6.2
`````

Expand Down

0 comments on commit a657eba

Please sign in to comment.