Releases: jm-rivera/pydeflate
v2.1.0
What's Changed
- Add WB PPP exchange by @jm-rivera in #20
- Improve missing data logging by @jm-rivera in #22
Full Changelog: v2.0.1...v2.1.0
v2.0.2
What's Changed
- Fix non-USD constant deflation bug by @jm-rivera in #17
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Fix non-USD constant deflation bug by @jm-rivera in #15
Full Changelog: v2.0.0...v2.0.1
v2.0.0
pydeflate v2.0.0 - Major Release
Overview
pydeflate v2.0.0 brings a significant update to the package with API-breaking changes aimed at improving usability, performance, and clarity. This release introduces new function names and parameter structures, streamlines the setup process, and enhances data handling capabilities. Users will find a new suite of deflation and exchange rate functions specific to their source data needs.
To help users transition to the new API, we’ve retained the deflate function temporarily, marked as deprecated. Not all the original functionality from that function was retained, however. Please update your code to use the new function names to ensure compatibility with future releases.
Major Changes
- New Function Names: Deflation and exchange functions are now source-specific, enhancing clarity and customization.
- Improved Data Handling: The setup for pydeflate has been simplified; setting paths and data requirements are now streamlined for ease of use.
- Data Source-Specific Codes: Users can now specify data source-specific country codes using use_source_codes=True, which reduces data errors and simplifies workflows.
- Refined Data Validation: Improved handling of country identifiers, year formats, and missing data.
- Enhanced Currency Conversion Capabilities: Support for more flexible currency conversions with explicit control over source and target currencies.
- Complete refactor for v2 by @jm-rivera in #13
Full Changelog: v1.4.2...v2.0.0
v1.4.2
Bump version: 1.4.1 → 1.4.2
v1.4.1
Bump version: 1.4.0 → 1.4.1
v1.4.0
Bump version: 1.3.13 → 1.4.0
v1.3.13
Bump version: 1.3.12 → 1.3.13
v1.3.12
Bump version: 1.3.11 → 1.3.12
v1.3.11
Bump version: 1.3.10 → 1.3.11