-
Notifications
You must be signed in to change notification settings - Fork 83
Comparing changes
Open a pull request
base repository: labjack/LabJackPython
base: optimize_stream
head repository: labjack/LabJackPython
compare: master
- 17 commits
- 32 files changed
- 4 contributors
Commits on Apr 6, 2022
-
Fix Bug in Example streamTest-threading.py
The Class StreamDataReader uses the device object of the global scope. With this fix, the class StreamDataReader is independent of the particular device in this script and can be repurposed in other projects by users.
Configuration menu - View commit details
-
Copy full SHA for fea0be6 - Browse repository at this point
Copy the full SHA fea0be6View commit details
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e30e065 - Browse repository at this point
Copy the full SHA e30e065View commit details
Commits on Nov 3, 2022
-
Merge pull request #120 from m-boesl/m-boesl-streamTest-threading.py
Fix minor bug in the example streamTest-threading.py
Configuration menu - View commit details
-
Copy full SHA for c96f238 - Browse repository at this point
Copy the full SHA c96f238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 384e4f9 - Browse repository at this point
Copy the full SHA 384e4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af10a3e - Browse repository at this point
Copy the full SHA af10a3eView commit details
Commits on Feb 7, 2023
-
* Added comment about exceptions * Removed some links, added deprecated warnings for the UD-Modbus interface
sjarman28 authoredFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for b6740f2 - Browse repository at this point
Copy the full SHA b6740f2View commit details
Commits on Apr 14, 2023
-
* Added a link to labjack-ljm for T-series device users.
sjarman28 authoredApr 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 851c5eb - Browse repository at this point
Copy the full SHA 851c5ebView commit details
Commits on Apr 28, 2023
-
* Updated some LabJackPython.py exception messages. * Updated some Modbus.py exception messages. * Updated some u3.py exceptions. Changed a troubleshooting string in LabJackPython.py to global. * Updated some u6.py exception messages. * Updated some u12.py exception messages and updated getFirmwareVersion doc. --------- Co-authored-by: David Lopez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f81a3c4 - Browse repository at this point
Copy the full SHA f81a3c4View commit details
Commits on Oct 4, 2023
-
Added loadCalibration open parameter (#127)
*Device open calls will now load calibration data by default *Bumped the version to 2.2.0
sjarman28 authoredOct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for b01cdf4 - Browse repository at this point
Copy the full SHA b01cdf4View commit details
Commits on Jan 29, 2024
-
Update u6.py, fix mistake in docstrings (#129)
* Update u6.py, fix mistake in docstrings Change the numbers in the docstrings of setDOState() getDIState() and getDIOState(). The docstrings state that arguments ioNum = 20, 21, 22 access the so called MIO digital I/O. The class BitStateRead will take the argument mod 20, s.t. the user intending to read MIO1 reads FIO1 etc. The hardware documentation states that MIO 0-2 are shared with CIO 0-2. * Update u6.py, Remove the lines defining the MIO numbers Remove the lines defining the MIO numbers. This is more consistent with the low level function documentation: https://labjack.com/pages/support?doc=/software-driver/low-level-ud-users-guide/bitstatewrite-iotype11/
Configuration menu - View commit details
-
Copy full SHA for d4bfa06 - Browse repository at this point
Copy the full SHA d4bfa06View commit details
Commits on Feb 29, 2024
-
ctypes.c_byte to ctypes.c_ubyte fix
ctypes.c_byte is specified to be equivalent to a signed char (-128 to 127) but we were passing unsigned char values (0-255) so we should be using ctypes.c_ubyte.
Configuration menu - View commit details
-
Copy full SHA for 0ed099d - Browse repository at this point
Copy the full SHA 0ed099dView commit details
Commits on Jan 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a25daa7 - Browse repository at this point
Copy the full SHA a25daa7View commit details
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 17347d1 - Browse repository at this point
Copy the full SHA 17347d1View commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 12a0ea0 - Browse repository at this point
Copy the full SHA 12a0ea0View commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for baf74f1 - Browse repository at this point
Copy the full SHA baf74f1View commit details
Commits on Feb 18, 2025
-
Changed SafeConfigParser to ConfigParser in Python 3.
SafeConfigParser was removed in Python 3.12+, so changing to the replacement ConfigParser.
Configuration menu - View commit details
-
Copy full SHA for 76f3c30 - Browse repository at this point
Copy the full SHA 76f3c30View commit details
Commits on Apr 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1f99d2e - Browse repository at this point
Copy the full SHA 1f99d2eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff optimize_stream...master