Skip to content

v1.9.0

Compare
Choose a tag to compare
@jamesleesaunders jamesleesaunders released this 18 Mar 11:08
· 198 commits to master since this release
  • Implemented Dispatch helper as xbee.helpers.dispatch.
  • Dispatch allows one to filter incoming packets between one or more handler functions. This simplifies application logic which must handle more than one packet type. Automated tests are now run as a part of the build process.
  • nose must be installed for this feature to operate. If it is not installed, the tests will be skipped and a warning will be generated.
  • A 'test' command has been added to setup.py.