pycomedi.git
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...
2012-03-13 W. Trevor KingFix wrtier -> writer typo in `pycomedi.utility._MMapRea...
2012-03-08 W. Trevor KingMove function_name extraction up in pycomedi/_error...
2012-02-22 W. Trevor KingUpdate URLs from einstein to tremily.
2012-02-16 W. Trevor KingRan update-copyright.py.
2012-02-16 W. Trevor KingTransition to my external update-copyright package.
2012-01-25 W. Trevor KingChange to GPLv2+ licensing.
2012-01-24 W. Trevor KingAdd AUTHORS (generated by update_copyright.py) to versi...
2012-01-24 W. Trevor KingRemove separate copyright dates from README.
2012-01-24 W. Trevor KingRun update_copyright.py.
2012-01-24 W. Trevor KingAdd update_copyright.py.
2011-04-19 W. Trevor KingMostly-complete Cython implementation.
2011-02-09 W. Trevor KingConvert to more generic Pythonic wrapper. Not everythi... 0.3
2010-12-14 W. Trevor KingFix == -> = in __version__ definition.
2010-12-14 W. Trevor KingRename simAioError -> SimAioError and use ValueError...
2010-12-14 W. Trevor KingAlso rename sngAioError -> SngAioError and dioError...
2010-12-14 W. Trevor KingRename pycomediError to PEP-8-compliant PycomediError.
2010-12-14 W. Trevor KingMove pycomedi.common.VERSION to pycomedi.__version__...
2009-06-17 W. Trevor KingBumped version to 0.2 0.2
2009-05-07 W. Trevor KingAdded bugtracking with Bugs Everywhere.
2008-12-08 W. Trevor KingAllow two passes through test_cmd in simult_aio.
2008-12-08 W. Trevor KingExplicit cast to int to avoid lsampl type problem.
2008-12-08 W. Trevor KingAdded labels to verbose plot in single_aio.py.
2008-12-08 W. Trevor KingCast data to int in PyComediSingleIO.write_chan_index.
2008-11-11 W. Trevor KingFixed license reference in setup.py and added license...
2008-11-11 W. Trevor KingAdded a .gitignore file.
2008-11-11 W. Trevor KingAdded ez_setup installation framework.
2008-11-11 W. Trevor KingAdded subdevice flag checking ability and reworked...
2008-10-23 W. Trevor KingFairly large rewrite for more object-oriented pycomedi.
2008-10-05 W. Trevor KingBroke out common functionality into common.py
2008-10-04 W. Trevor KingNo changes?
2008-10-04 W. Trevor KingCleaned up single_dio.py 0.1
2008-10-04 W. Trevor KingRenamed modules without the now-redundant `comedi_...
2008-10-04 W. Trevor KingVersioning started. 0.0