Features
- speedup HDF5BatchWriter (327)
- Files may now be referred to by an url (https://github.com/kipoi/kipoi/pull/334)
- `kipoi_dataloader` decorator which allows to write new dataloaders by parsing the doc string as the dataloader.yaml file (https://github.com/kipoi/kipoi/pull/336)
- example: https://github.com/kipoi/kipoi/blob/master/example/models/kipoi_dataloader_decorator/dataloader.py
- Refer to the dataloader by a python import string in `default_dataloader` and allow overriding the default variables
- example: https://github.com/kipoi/kipoi/blob/master/example/models/kipoi_dataloader_decorator/model.yaml#L8
Bugfixes
- Retain author order in model groups, closes 318 (319)
- hdf5 writers dump method