File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99- intf: add support for RTT interface
1010- disable all enabled channels when disconnecting
1111- improve interfaces drop_all logic
12+
13+ ## 1.0.0 (11/03/2026)
14+
15+ - small improvements for RTT interface
16+ - add interfaces to get nxscope state:
17+ * enabled channels
18+ * channels div
19+ * stream bitrate
20+ * stream status
21+ * stream capabilites
22+ - fix busy loop for serial that cause 100% CPU usage on host simulator
23+ - support divider for dummy dev
24+ - various small fixes and improvements
25+ - use contex manager to handle objects cleanup
26+ - support for UDP transport
27+ - support for stream data as numpy data to improve performances
28+ - make NumPy stream decode mode the default in ` NxscopeHandler ` and
29+ deprecate legacy per-sample stream decode mode
30+ - add support for user defined protocol extentions
31+ - improve parse/decoding logic
32+ - add more channels to dummy dev
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44
55[project ]
66name = " nxslib"
7- version = " 0.9.1 "
7+ version = " 1.0.0 "
88authors = [{name = " raiden00" , email = " raiden00@railab.me" }]
99description = " NxScope client library"
1010license = {text = " Apache-2.0" }
You can’t perform that action at this time.
0 commit comments