command: Fix except declaration for get_comedi_cmd_pointer
[pycomedi.git] / pycomedi / channel.pyx
2015-01-19 W. Trevor KingMerge branch 'remove-implicit-relative-imports'
2013-06-15 W. Trevor KingUse generators, now that Cython supports them
2013-06-12 W. Trevor KingUse relative imports (or absolute imports for cimport)
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-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 KingBreak circular dependencies for Python 3 compatibility.
2012-10-18 Éric Pielcalibration: fix parameter type
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 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-16 Éric Pieladd support for soft calibration
2012-05-11 W. Trevor KingRan update-copyright.py.
2012-03-19 W. Trevor KingAllow AnalogChannel.__init__ to take integers for ...
2012-03-19 W. Trevor KingAdd .ranges() method to Channel class.
2012-03-15 W. Trevor KingAllow keywords for Channel.get_range().
2012-03-15 W. Trevor KingAdd docstring to Channel.get_range.
2012-02-16 W. Trevor KingRan update-copyright.py.
2012-01-24 W. Trevor KingRun update_copyright.py.
2011-04-19 W. Trevor KingMostly-complete Cython implementation.