-----
* Add changelog and bump api version to 2.0
* remove TODO async from docstring
* remove redundant async keyword from fns
* fix rebase error in requirements
* bugfix: getting results was blocking main thread
* make sure cluster shutdowns properly on interrupt
* add distributed, psutil to requirements
* add async to apply\_filters
* finish implementing tasks api
* add basic async capability based on dask distributed
* bug fixes
* merge changes from delete.py
* updates to copy and move functions
* move implemented
* pep 8
* Updated services to work with new db
* bug fixes
* Added flowDuration filter
* modified raster filter class
* updated timeseries plugin/filters
* initial commit
* bug fixes
* fixed feature filters
* rpc bug fixes
* fixes to user\_service and misc
* update datasets and metadata to work with new database
* commit some local changes..
* changed finished changing metadata to expand. Updated requirements files
* Fix features api fn for new db structure
* remove unused functions, these were superseded by generic update/delete functions
* change return type of as\_geojson to dict to maintain compatibility with databrowser
* WIP: convert features to new db format, no more reserved fields starting with underscore
* add remove\_project to api, fix db usage bugs
* rework collections api to use orm, remove unused fn and pep8
* fix load\_project bug in db and pep8
* add database models with pony orm and update projects api