Skip to content

Commit 9c7b629

Browse files
committed
Updated to latest scopehal with bugfixes and performance improvements
1 parent 055d60d commit 9c7b629

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

release-notes/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This is a running list of significant bug fixes and new features since the last
1616
* Clip (4x speedup)
1717
* DDJ (16x speedup)
1818
* Downconvert (5.8x speedup)
19+
* Downsample (22.2x speedup with AA filter disabled, 16.3x with filter enabled)
1920
* Ethernet - 100baseTX (10x speedup)
2021
* Eye pattern (25x speedup)
2122
* Histogram (12x speedup)
@@ -44,6 +45,7 @@ NOTE: This section only list changes which are potentially breaking to an *end u
4445
## Bugs fixed since v0.1.1
4546

4647
* Core: Vulkan initialization code would break on cards that advertised 32-bit atomic float support, but did not support atomic addition (https://github.com/ngscopeclient/scopehal-apps/issues/947)
48+
* Core: Boolean properties of filter graph blocks were serialized to scopesessions with a trailing space, which caused them to load incorrectly
4749
* Drivers: LeCroy allowed some APIs intended for analog inputs to be called on the trigger channel as well, confusing the scope
4850
* Filters: broken CSV import with \r\n line endings (https://github.com/ngscopeclient/scopehal-apps/issues/939)
4951
* Filters: Eye pattern mask testing would use stale mask geometry after selecting a new mask until the window was resized (https://github.com/ngscopeclient/scopehal/issues/1042)

0 commit comments

Comments
 (0)