* Dropped support for Galaxy releases 14.02, 14.04, 14.06 and 14.08. Added
support for Python 3.5 and 3.6, and Galaxy releases 16.07, 16.10, 17.01 and
17.05.
* Deprecated ``import_workflow_json()`` and ``export_workflow_json()`` methods
of ``WorkflowClient`` in favor of ``import_workflow_dict()`` and
``export_workflow_dict()`` (reported by manabuishii).
* Deprecated ``show_stderr()`` and ``show_stdout()`` methods of
``DatasetClient`` in favour of ``JobsClient.show_job()`` with
``full_details=True``.
* Added ``install_dependencies()`` method to ``ToolClient`` (thanks to
[Marius van den Beek](https://github.com/mvdbeek)).
* Added ``reload_data_table()`` method to ``ToolDataClient`` (thanks to
[Marius van den Beek](https://github.com/mvdbeek)).
* Added ``create_folder()``, ``update_folder()``, ``get_permissions()``,
``set_permissions()`` methods to ``FoldersClient`` (thanks to
[Helena Rasche](https://github.com/erasche)).
* Added ``get_version()`` method to ``ConfigClient`` (thanks to
[Helena Rasche](https://github.com/erasche)).
* Added ``get_user_apikey()`` method to ``UserClient`` (thanks to
[Helena Rasche](https://github.com/erasche)).
* Added ``create_quota()``, ``update_quota()``, ``delete_quota()`` and
``undelete_quota()`` methods to ``QuotaClient`` (thanks to
[Helena Rasche](https://github.com/erasche)).
* Added ``purge`` parameter to ``HistoryClient.delete_dataset()`` method.
* Added ``f_email``, ``f_name``, and ``f_any`` parameters to
``UserClient.get_users()`` method (thanks to
[Helena Rasche](https://github.com/erasche)).
* Updated ``WorkflowClient.import_shared_workflow()`` method to use the newer
Galaxy API request (thanks to DamCorreia).
* Fixed ``HistoryClient.update_history()`` and ``History.update()`` methods
when ``name`` argument is not specified.
* Added warning if content size differs from content-length header in
``DatasetClient.download_dataset()``.
* BioBlend.objects: added ``purge`` parameter to
``HistoryDatasetAssociation.delete()`` method.
* BioBlend.objects: added ``purged`` attribute to ``Dataset`` objects.
* BioBlend.objects: added ``published`` attribute to ``History`` objects.
* Code refactoring, added tests and documentation improvements.