- all resources' primaryKey properity will be an array in datapackage.json now - update the code to make it work with newer version of pandas
1.0.14
- improved and fixed bug in the curl download function - imporved dask datapoint reader to correctly determine dtypes
1.0.13
- rewrite the download() function to use libcurl - EntityDomain class support querying entities with no sets - ihme loader: add support for filtering rei context (132)
1.0.12
- ihme loader: update link template and fix json issue (130)
1.0.11
- merge procedure: fix datapoints deep merge logic - merge_keys: option to choose aggregation method and fix a bug when merged='keep' - more test cases
1.0.10
- merge/split entities: handle categorical dtype columns (128) - create_datapackage: check if headers match file name (127) - query: handle query contains columns not exist in the dataframe - minor changes