- Add client and template for creating multiple stock equity baskets (no corax) - Add client and template for creating a single stock total return index with corax
0.9.0
- Make base classes private now that nothing is importing them directly.
0.8.2
- copy the headers object if the client passes it in
0.8.1
- add the failed request id into the `APIError` object, and logging that occurs on failure - Move request id header generation into `MerqubeAPISession` instead of the `_Base`
0.8.0
- Implement NotImplemented returns/metrics methods for single index - add more power to the secapi mocker; can now also mock session level methods - add intraday support - kill `get_client` from secapi and move module - add logging to the secapi mocker
0.7.0
- add class for managing a single index - more tests