- 20 Jul, 2018 16 commits
-
-
William H.P. Nielsen authored
Driver / signalhound use standard logging
-
William H.P. Nielsen authored
-
WilliamHPNielsen authored
Merge branch 'fix/driver/signalhound_logging' of github.com:WilliamHPNielsen/Qcodes into fix/driver/signalhound_logging
-
WilliamHPNielsen authored
-
Jens Hedegaard Nielsen authored
Improve MyPy support
-
Jens H. Nielsen authored
-
Jens H. Nielsen authored
-
Jens H. Nielsen authored
These are now set in ini file for consistency
-
Jens H. Nielsen authored
-
Jens H. Nielsen authored
-
Jens H. Nielsen authored
-
Jens H. Nielsen authored
-
Jens H. Nielsen authored
-
Jens H. Nielsen authored
-
Jens H. Nielsen authored
-
Jens Hedegaard Nielsen authored
-
- 18 Jul, 2018 1 commit
-
-
Mikhail Astafev authored
Datasaver save speed
-
- 17 Jul, 2018 8 commits
-
-
sohail chatoor authored
AMI430 driver setting set point despite being outside safe region
-
sohail chatoor authored
2) Cleaned up field vector
-
-
Mikhail Astafev authored
Fix pyvisa 1.9.0 bug with query_binary_values timing out
-
Mikhail Astafev authored
Quick fix for mypy 0.620 behavior [part 2]
-
MIkhail Astafev authored
-
Mikhail Astafev authored
-
Dominik Vogel authored
Quick fix for mypy 0.620 behavior
-
- 16 Jul, 2018 8 commits
-
-
MIkhail Astafev authored
-
MIkhail Astafev authored
This reverts commit 7668c2cb
-
MIkhail Astafev authored
see more on https://github.com/python/mypy/issues/5354
-
sohail chatoor authored
Merge branch 'fix/ami_invalid_field_limits_set' of https://github.com/sohailc/Qcodes into fix/ami_invalid_field_limits_set
-
-
sohail chatoor authored
-
MIkhail Astafev authored
The context manager is based on the attribute_set_to helper context manager. In case pyvisa is not 1.9.0, a null context manager is used.
-
MIkhail Astafev authored
The name is attribute_set_to. Tests are also added.
-
- 13 Jul, 2018 4 commits
-
-
MIkhail Astafev authored
-
MIkhail Astafev authored
itertools.chain.from_iterable is faster than a simple list comprehension as many users at StackOverflow claim (with data from timeit experiments)
-
MIkhail Astafev authored
This improves performance by ~2x because there is only one commit for any number of data chunks (data chunk is defined by the maximum number of variables that can be inserted in to sqlite database at once).
-
MIkhail Astafev authored
insert_many_values uses atomic transactions already, hence no need to commit; tests pass
-
- 10 Jul, 2018 1 commit
-
-
astafan8 authored
This is pyvisa 1.9.0 which makes qurey_binary_values call time out. pyvisa 1.8 does not have this problem. Once the pyvisa is fixed, this commit can be reverted.
-
- 09 Jul, 2018 2 commits
-
-
Mikhail Astafev authored
fix read and write of NaN to hdf5, issue #1175
-
Jens Hedegaard Nielsen authored
-