* Add support for managed branching via `ballet start-new-feature --branching` (defaults to enabled) * Remove confusing `ballet.project.config` attribute * Implement `ballet.project.load_config` as a better alternative, and use this in the project template's `load_data`
0.8.2
* Fix bug with `str(t)` or `repr(t)` for `DelegatingRobustTransformer`
0.8.1
* Fix bug with `str(t)` or `repr(t)` for `SimpleFunctionTransformer`
0.8.0
* Fix bug with detecting updates to Ballet due to PyPI API outage * Fix some dependency conflicts * Reference ballet-assemble in project template * Bump feature_engine to 1.0
0.7.11
* Reduce verbosity of conversion approach logging by moving some messages to TRACE level * Implement "else" transformer for `ConditionalTransformer` * Improve GFSSF iteration logging
0.7.10
* Fix bug with different treatment of y_df and y; now, y_df is passed to the feature engineering pipeline, and y is passed to the feature validation routines as applicable. * Switch back to using Gitter