* This release introduces significant changes to how raw data files are managed. Instead of storing as feather files, the default is now parquet. This allows oda_data to leverage predicate pushdown and more efficiently load only the data it needs. * This release removes data download tools from oda_data in favour of using the tools via oda-reader. Our oda-reader package uses the new data-explorer API and bulk downloads to get the data, instead of relying on the old (and now inaccessible) bulk download service. * It is strongly recommended that all users update to this version.
1.3.3
* This release fixes issues reading bulk files from the OECD (given that the bulk download service doesn't exist as such anymore)
1.3.1
* This release aligns the schema of the temporary fix with the expected CRS schema from the bulk download service.
1.3.0
* This release includes a workaround for the OECD bulk download service, which is down following the release of the new OECD website. The workaround uses a full CRS file shared by the OECD, which can take a long time to download, especially on slow connections (its nearly 1GB).
1.2
* This release uses `oda_reader` to download data for DAC1 and DAC2a directly from the API. For now, the data is converted to the .Stat schema in order to ensure full backwards compatibility. A future version of `oda_data` will deprecated the .Stat schema in favor of the explorer API schema. * Other dependencies are updated.
1.1.6
* Update pydeflate dependency to deal with data download issue.