1.9.0
ICOn
- Moved code into
scripts
directory - ICOn now handles timeout problems while streaming data (#50)
Linting
- We now check the whole codebase with Pylint
Internal
Network
- The
network
class now handles timeout problems when streaming data. If no streaming data arrives for a specified amount of time, then aStreamingTimeoutError
will be raised.