------------------------------------------------------------------------------
* |Fixed| ``mllaunchpad --verbose`` now correctly logs DEBUG information,
`issue 119 <https://github.com/schuderer/mllaunchpad/issues/119>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.
* |Fixed| Fixed an issue where builtin DataSources could not be found when configured,
`issue 118 <https://github.com/schuderer/mllaunchpad/issues/118>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.
* |Fixed| Readthedocs now shows the up-to-date :doc:`API docs <mllaunchpad>`,
`issue 110 <https://github.com/schuderer/mllaunchpad/issues/110>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.
* |Enhancement| Added ``chunksize`` parameter for piecemeal data reading to builtin DataSources,
`issue 120 <https://github.com/schuderer/mllaunchpad/issues/120>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.
* |Feature| Added functionality to better support unit testing in model development
(added optional parameters to :meth:`mllaunchpad.train_model`, :meth:`mllaunchpad.retest`
and :meth:`mllaunchpad.predict`, added :meth:`mllaunchpad.get_validated_config_str`),
`issue 116 <https://github.com/schuderer/mllaunchpad/issues/116>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.
* |Feature| Added generic SqlDataSource for RedShift, Postgres, MySQL, SQLite, Oracle,
Microsoft SQL (ODBC), and their dialects,
`issue 121 <https://github.com/schuderer/mllaunchpad/issues/121>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.
* |Enhancement| New command line interface (usage changes only slightly, see issue),
`issue 77 <https://github.com/schuderer/mllaunchpad/issues/77>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.
* |Enhancement| DataSource caching overhaul: data cached separately for different
:meth:`params <mllaunchpad.datasources.FileDataSource.get_dataframe>`,
configurable ``cache_size``,
`issue 97 <https://github.com/schuderer/mllaunchpad/issues/97>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.
* |Removed| Removed 'api:version:' (deprecated since 0.1.0) from configuration
('model:version:' is now the only location to specify both the model and the API version),
`issue 66 <https://github.com/schuderer/mllaunchpad/issues/66>`_,
by `Andreas Schuderer <https://github.com/schuderer>`_.