
###############################################################################
# 0.0.6

- Complete HelloGrokPart3
- Add data and specs to support part 3
- Add the ability to use Public Data Sources
- Add the ability to use Join Files
- Shrink size of swarm inputs to focus more on stream training
- model.promote() will now retry 3 times automatically
- Add new objects: joinFile and publicDataSource

###############################################################################
# 0.0.5

- Add experimental streaming class
- Rename grokpy/grokpy.py to client.py to reduce confusion.
- Second part of Hello Grok sample app
- Can now promote models to production, send records, and get new predictions
- Decrease request timeout to a reasonable 10 seconds
- Handle 'information' level responses to requests
- Helper method to re-align predictions in output csv

###############################################################################
# 0.0.4

- Install regression fix

###############################################################################
# 0.0.3

- Move to object model more closely mimicking the API object model
- Extend HelloPrediction script through project configurationy

###############################################################################
# 0.0.2

- Populate client.py with stubs for API services
- Populate exceptions.py with stubs for ntabetaError subclasses
- Start an example application, HelloPredictions!

###############################################################################
# 0.0.1

- Create installer
