Add `-*- coding: utf-8 -*-` comments where Éric Piel is in authors.
[pycomedi.git] / pycomedi / channel.pyx
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.