v0.11.0
-
Dropped supported for Python 3.3. Added support for Galaxy release 18.01.
-
Always wait for terminal state when downloading a dataset.
-
Deprecated
wait_for_completion
parameter ofDatasetClient.download_dataset()
method. -
Fixed downloading of datasets receiving a HTTP 500 status code (thanks to Eric Rasche).
-
Added
wait_for_dataset()
method toLibraryClient
. -
Added
verify
parameter toGalaxyInstance.__init__()
method (thanks to Devon Ryan). -
Improvements to tests and documentation.