This is a major release from v0.2, and also the first official release of iexfinance. Support has been added for most of the remaining IEX endpoints. **We recommend that all users upgrade.**
Additions
- Added [IEX Market Data](https://iextrading.com/developer/docs/iex-market-data) endpoints
- Added [IEX Stats](https://iextrading.com/developer/docs/iex-stats) endpoints
- Updated to support 1/30/2018 IEX API [updates](https://iextrading.com/developer/docs/changelog).
- Added Stocks ``ohlc``, ``time-series`` endpoints, added ``chartReset``, ``chartSimplify``, ``chartInterval`` parameters to the Chart endpoint
- Added Reference Data ``corporate-actions``, ``dividends``, ``next-day-ex-date``
Enhancements
- Pandas DataFrame output formatting support for most endpoints
- Code formatting and PEP-8 compliance
Backward Compability
- The top-level ``IexFinance`` function is now ``Stock``
- Within the ``StockReader`` class (to retrieve stocks endpoints):
- ``refresh`` has been removed. Simply conduct another endpoint request to
download the most updated data
- ``get_select_datapoints`` has been replaced with ``filter``.
- ``get_select_endpoints`` has been replaced with ``get_endpoints``
- ``range`` parameter is now ``range_``
- ``outputFormat`` is now ``output_format``
- Parameters (other than ``output_format`` are now sent to each endpoint method, rather than at instantiation of the ``StockReader`` object.