Skip to content

Releases: jm-rivera/pydeflate

v2.1.0

18 Nov 12:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.2

16 Nov 21:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

11 Nov 11:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Nov 19:18
Compare
Choose a tag to compare

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.

Full Changelog: v1.4.2...v2.0.0

v1.4.2

28 Jun 20:13
Compare
Choose a tag to compare
Bump version: 1.4.1 → 1.4.2

v1.4.1

07 May 15:42
Compare
Choose a tag to compare
Bump version: 1.4.0 → 1.4.1

v1.4.0

06 May 09:26
Compare
Choose a tag to compare
Bump version: 1.3.13 → 1.4.0

v1.3.13

29 Apr 10:42
Compare
Choose a tag to compare
Bump version: 1.3.12 → 1.3.13

v1.3.12

14 Mar 13:05
Compare
Choose a tag to compare
Bump version: 1.3.11 → 1.3.12

v1.3.11

29 Feb 12:04
Compare
Choose a tag to compare
Bump version: 1.3.10 → 1.3.11