Skip to content

Tags: labrad/pylabrad

Tags

0.98.3

Toggle 0.98.3's commit message
Fix version ranges in requirements.txt

0.98.2

Toggle 0.98.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove futures which is not supported by python 3 (#381)

0.98.1

Toggle 0.98.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use bytearray instead of bytes to avoiding copying the data. (#370)

Review: maffoo@

0.98.0

Toggle 0.98.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Officially test against python 3.7 (#365)

0.97.2

Toggle 0.97.2's commit message
Add support for dealing with outdated servers in the node (#343)

By "outdated" servers we mean running servers for which a newer version is available to launch. We add settings to get a information about outdated servers and to restart all outdated servers.

Review: @kunalq

0.97.1

Toggle 0.97.1's commit message
Use next(it) instead of it.next() in ValueArray constructor (#329)

The .next() method no longer exists in python3.

Review: @kunalq

0.97.0

Toggle 0.97.0's commit message
Update wheel configuration for py2 and py3 (#328)

Review: @kunalq

0.96.4

Toggle 0.96.4's commit message
Support spawning async connections. (#302)

By pushing the spawn logic down into the async protocol instance, it
becomes possible to spawn async clients and sync clients wrapped around
async connections without using `labrad.connect`, as in ThreadedServer.

Fixes #301 
Review: @kunalq

0.96.3

Toggle 0.96.3's commit message
Reject keyword args when calling packet settings.

OTS: @maffoo

Fixes: #296

0.96.2

Toggle 0.96.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Barn is a unit of area, not length (#295)