Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Python dependencies #70

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Labone Python API Changelog

## Version 2.3.1
* Pump version of `zhinst.comms` to 2.1

## Version 2.3.0
* Pump version of `zhinst.comms` to 2.0.0
* Deprecate `labone.server` since the logic has been moved to `zhinst.comms.server`
Expand All @@ -11,13 +14,13 @@
## Version 2.1.0
* Pump version of `zhinst.comms` to 1.1.0

## Version 2.0.0
## Version 2.0.0

* Switch to the custom capnp backend `zhinst.comms`. This fixes the stability issues.

## Version 1.1.0
## Version 1.1.0

* Introduce `labone.server` which allows spawning capnp servers based on the
* Introduce `labone.server` which allows spawning capnp servers based on the
reflection schema.
* Adapt `labone` to latest capnp schema improvements.
* Fix bug in `labone.nodetree` that caused the node tree never to be destroyed.
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ classifiers = [
]
dependencies = [
"numpy>=1.20",
"setuptools",
"packaging",
"typing_extensions>=4.8.0",
"zhinst-comms~=2.0.0",
"zhinst-comms~=2.1",
]

[project.urls]
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies = [
"mypy>=1.0.0",
"ruff>=0.4.0",
"numpy>=1.20",
"zhinst-comms~=2.0.0",
"zhinst-comms~=2.1",
]

[tool.hatch.envs.lint.scripts]
Expand Down
Loading