* new ``IB.reqHistoricalTicks()`` API method. * new ``IB.loopUntil()`` method. * fixed issues 4, 6, 7.
0.8.2
^^^^^^^^^^^^^
* fixed swapped ``ticker.putOpenInterest`` vs ``ticker.callOpenInterest``.
0.8.1
^^^^^^^^^^^^^
* fixed ``wrapper.tickSize`` regression.
0.8
---
0.8.0
^^^^^^^^^^^^^
* support for realtime bars and ``keepUpToDate`` for historical bars * added option greeks to ``Ticker``. * new ``IB.waitUntil()`` and ``IB.timeRange()`` scheduling methods. * notebooks no longer depend on PyQt5 for live updates. * notebooks can be run in one go ('run all'). * tick handling bypasses ibapi decoder for more efficiency.
0.7.3
^^^^^^^^^^^^^
* ``IB.whatIfOrder()`` added. * Added detection and warning about common setup problems.