Skip to content

Commit 52f2a26

Browse files
committed
release 1.0.0
Signed-off-by: raiden00pl <raiden00@railab.me>
1 parent 40d28ae commit 52f2a26

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,24 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = "nxslib"
7-
version = "0.9.1"
7+
version = "1.0.0"
88
authors = [{name = "raiden00", email = "raiden00@railab.me"}]
99
description = "NxScope client library"
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)