pycomedi.git
2015-01-19 W. Trevor KingBump to version 0.9 0.9
2015-01-19 W. Trevor KingMerge branch 'remove-implicit-relative-imports'
2014-07-17 W. Trevor KingBump to version 0.8 0.8
2014-07-17 W. Trevor Kingconstant: Avoid non-integer values in _Enum
2014-07-17 W. Trevor Kingconstant: Use dir(comedi.wrapped) when comedi.wrapped...
2013-06-15 W. Trevor KingUse generators, now that Cython supports them
2013-06-15 W. Trevor KingDon't use: from pycomedi cimport module as _module
2013-06-12 W. Trevor KingUse relative imports (or absolute imports for cimport)
2013-03-26 W. Trevor KingMANIFEST.in: Distribute test.sh
2013-03-26 W. Trevor KingMANIFEST.in: Distribute the doc directory (but don...
2013-02-06 W. Trevor KingBump to version 0.7 0.7
2013-02-06 W. Trevor KingMANIFEST.in: Distribute *.pxd files
2013-01-17 W. Trevor KingREADME: Double-backtick code for proper ReST markup
2013-01-17 W. Trevor Kingchannel: Fix to-physical setup in AnalogChannel._get_co...
2013-01-17 W. Trevor Kingchannel: Add docstring summaries to get_{hard,soft...
2012-11-20 W. Trevor Kingsetup.py: add explicit classifier for GPLv2+
2012-11-20 W. Trevor KingBump to version 0.6. 0.6
2012-10-27 W. Trevor Kingb89928: upgrade to Bugs Everywhere Directory v1.5
2012-10-23 Éric Pieldemo/aout: support also samples with only one channel
2012-10-20 W. Trevor King.update-copyright.conf: update to pipe separators.
2012-10-20 W. Trevor KingFix broken dependency linearization.
2012-10-20 W. Trevor KingAllow exceptions from other cdef functions.
2012-10-20 Éric Pielsend excpetions from get_softcal_converter and get_hard...
2012-10-19 W. Trevor Kingcalibration: support to-physical-only softcal boards.
2012-10-19 W. Trevor KingREADME: update to mention optional python-kmod dependency.
2012-10-19 W. Trevor Kinginfo.py: add optional kmod modinfo section.
2012-10-19 W. Trevor KingUpdate to `except ... as ...` syntax for Python 3.
2012-10-19 W. Trevor KingBreak circular dependencies for Python 3 compatibility.
2012-10-18 W. Trevor Kingcmd.py: importing matplotlib without X can raise Runtim...
2012-10-18 Éric Pielcalibration: fix parameter type
2012-10-18 Éric Pielfix compilation with cython 0.15.1
2012-10-17 W. Trevor KingAdd `-*- coding: utf-8 -*-` comments where Éric Piel...
2012-10-17 W. Trevor KingRan update-copyright.py.
2012-10-17 W. Trevor KingMANIFEST.in: add AUTHORS (generated by update-copyright...
2012-10-17 W. Trevor Kingsetup: use format() for formatting strings.
2012-10-17 W. Trevor Kingsetup: add explicit Python 2.7 and 3.2 classifiers.
2012-10-17 W. Trevor Kingcmd: add --plot option (for use with --callback).
2012-10-17 W. Trevor Kingcmd: add poll() calls to try and flush data off card.
2012-10-17 W. Trevor Kingpycomedi_demo_args: comment on what happens with lots...
2012-10-17 W. Trevor Kingcmd: flush stream in write_data().
2012-10-17 W. Trevor Kingcalibration: fix Python-to-caldac cast in CalibrationSe...
2012-10-17 W. Trevor Kingcalibration: set .num_arefs in CalibrationSetting._aref...
2012-10-17 W. Trevor Kingcalibration: add CalibrationSetting attribute-setting...
2012-10-17 W. Trevor Kingcalibration: shift settings[0] doctest spacing.
2012-10-17 W. Trevor Kingcalibration: add Caldac.allocate() for stand-alone...
2012-10-17 W. Trevor KingREADME: warn about channel output during testing.
2012-10-17 W. Trevor KingMerge calibaration branch into master.
2012-10-17 W. Trevor Kingchannel: standardize indentation in AnalogChannel._get_...
2012-10-17 W. Trevor Kingchannel: add AnalogChannel.apply_calibration.
2012-10-17 W. Trevor Kingcalibration: add Caldac, CalibrationSetting, and Calibr...
2012-10-16 W. Trevor Kingtest.sh: use Python-3-compatible print().
2012-10-16 W. Trevor Kingdevice: remove trailing whitespace from Éric's patch.
2012-10-16 Éric Pieladd support for soft calibration
2012-10-16 W. Trevor KingStrip trailing whitespace.
2012-07-22 W. Trevor KingBump to version 0.5. 0.5
2012-07-22 W. Trevor KingAdd MANIFEST to .gitignore.
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-05-11 W. Trevor KingAUTHORS should not be version controlled (generated...
2012-05-11 W. Trevor King.update-copyright.conf should not be executable.
2012-04-26 W. Trevor KingOops, convert period from seconds to nanoseconds in...
2012-04-26 W. Trevor KingAdd --callback option to cmd.py demo to use CallbackReader.
2012-04-26 W. Trevor KingThe --verbose argument to the demo scripts doesn't...
2012-04-26 W. Trevor KingFix conversion to physical in cmd.py demo ('float32...
2012-04-26 W. Trevor KingAdd pycomedi.utility.CallbackReader for handling read...
2012-04-26 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-04-17 W. Trevor KingRan update-copyright.py.
2012-04-17 W. Trevor KingAdd doc/demo/aout.py example of repeated analog output.
2012-04-17 W. Trevor KingWrap long lines in doc/demo/info.py.
2012-04-17 W. Trevor King'channels' default should be a list in pycomedi_demo_ar...
2012-04-17 W. Trevor KingWrap long help lines in pycomedi_demo_args.py.
2012-04-17 W. Trevor KingAdd `block_while_running` option to `_ReadWriteThread`.
2012-04-12 W. Trevor KingAdd positional arguments to format strings for Python...
2012-03-21 W. Trevor KingAdd trailing slash to Gentoo overlay link in README.
2012-03-20 W. Trevor KingRework demos so that test.sh covers their critical...
2012-03-20 W. Trevor KingAdd --mmap argument to cmd.py demo and fix some pycomed...
2012-03-20 W. Trevor KingFix subdevice._device -> subdevice.device in _MMapReadW...
2012-03-19 W. Trevor KingConsolidate demo argument parsing in pycomedi_demo_args...
2012-03-19 W. Trevor KingAdd cmd.py demo.
2012-03-19 W. Trevor KingAllow AnalogChannel.__init__ to take integers for ...
2012-03-19 W. Trevor KingActually listen to the --subdevice option in the insn...
2012-03-19 W. Trevor KingAdd insn.py demo.
2012-03-19 W. Trevor KingDon't set log levels for pycomedi.LOG handlers.
2012-03-19 W. Trevor KingFix error condition `ret < 0` -> `ret < len(insnlist...
2012-03-19 W. Trevor KingAdd 'external' unit for RF_EXTERNAL (see previous commi...
2012-03-19 W. Trevor KingRevert "Mask range.unit with 0xff when determining...
2012-03-19 W. Trevor KingAdd info.py demo.
2012-03-19 W. Trevor KingMask range.unit with 0xff when determining the unit.
2012-03-19 W. Trevor KingAdd attributes to PyComediError to make intelligent...
2012-03-19 W. Trevor KingAdd .ranges() method to Channel class.
2012-03-19 W. Trevor KingAdd .channels() method to Subdevice class.
2012-03-15 W. Trevor KingAllow keywords for Channel.get_range().
2012-03-15 W. Trevor KingAdd docstring to Channel.get_range.
2012-03-15 W. Trevor KingBump to verssion 0.4. 0.4
2012-03-15 W. Trevor KingAdd __reduce__() method to BitwiseOperator and _NamedInt.
2012-03-15 W. Trevor KingUse utility.lsample instead of numpy.uint in calibratio...
2012-03-15 W. Trevor KingYes, 2 < 3. (fix constant comparison doctest).
2012-03-15 W. Trevor KingFix rich comparison doctest prompts and add comparisons...
2012-03-15 W. Trevor KingOops, Cython uses __richcmp__() instead of __eq__(...
2012-03-15 W. Trevor KingAdd rich comparisons to BitwiseOperator (compare by...
2012-03-14 W. Trevor KingFix get_version_code parsing and split it off into...
next