Skip to content

Releases: aws/aws-sdk-pandas

AWS SDK for pandas 3.1.0

15 May 17:54
Compare
Choose a tag to compare

Features/Enhancements 🚀

Fixes 🛠️

Documentation 📚

Full Changelog: 3.0.0...3.1.0

AWS SDK for pandas 3.0.0

13 Apr 16:54
5c560ee
Compare
Choose a tag to compare

Breaking changes 💥

  • Move dependencies to optional by @jaidisido in #1992 🔓
    • Dependencies required by the following modules have been moved to optional: redshift, mysql, postgres, sqlserver, oracle, gremlin, sparql, deltalake
    • The required dependencies can be easily installed with pip install awswrangler[<MODULE_NAME>], for example pip install awswrangler[redshift]
  • Change SQL formatters for Athena and LakeFormation so that they properly format types by @Taragolis and @LeonLuttenberger in #1416 #1543 #1684 💾
    • For example a parameter of type dt.datetime is parsed into DATETIME xxxx-xx-xx xx:xx:xx, while a parameter of type str is formatted into "x"
  • Refactor function signatures so that closely related parameters are grouped into a single parameter defined as a TypeDict by @LeonLuttenberger and @kukushking in #1855 #1996 #2016 #2055 #2081 💼
    • Glue catalog parameters are grouped together in to_parquet, to_csv and to_json
    • Athena UNLOAD and CTAS parameters are grouped together
  • Deprecate wr.s3.merge_upsert_table by @kukushking in #2076 ⚠️
  • Deprecate updated_name parameter in update_ruleset by @jaidisido in #2122 ⚠️
  • Stop support for Python 3.7 ⚠️

New functionalities 🚀

AWS SDK for pandas can now run at scale 🚀💻🚀

Tutorials

AWS Blogs

Features/Enhancements 🚀

Fixes 🛠️

Documentation 📚

Tests 🧪

Full Changelog: 2.20.1...3.0.0

AWS SDK for pandas 2.20.1

21 Mar 23:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.20.0...2.20.1

AWS SDK for pandas 3.0.0rc3

09 Mar 13:38
Compare
Choose a tag to compare
Pre-release

What's Changed

Breaking changes:

  • breaking change: Move dependencies to optional by @jaidisido in #1992
  • breaking change: Use ExecuteStatement instead of Scan for DynamoDB read_partiql by @jaidisido in #1964

Features/Enhancements:

Fixes:

Documentation:

Tests:

Full Changelog: 3.0.0rc2...3.0.0rc3

AWS SDK for pandas 2.20.0

01 Mar 15:20
c4ea884
Compare
Choose a tag to compare

Breaking changes

  • dynamodb.read_partiql no longer performs a Scan operation under the hood. Instead the ExecuteStatement API is used. It means that the PartiQL* IAM permission is required instead of Scan

Noteworthy

What's Changed

Documentation

Tests

New Contributors

Full Changelog: 2.19.0...2.20

AWS SDK for pandas 2.19.0

09 Jan 20:59
8731c9b
Compare
Choose a tag to compare

Noteworthy

Features & enhancements

Bug fixes

Documentation

Tests

New Contributors

Thanks

We thank the following contributors/users for their work on this release:
@jaidisido, @kukushking, @LeonLuttenberger, @cnfait, @malachi-constant, @mdavis-xyz, @dydc, @enricomarchesin

Full Changelog: 2.18.0...2.19.0

AWS SDK for pandas 2.18.0

02 Dec 16:30
eeba51e
Compare
Choose a tag to compare

Noteworthy

Features & enhancements

Bug fixes

Documentation

Tests

New Contributors

Thanks

We thank the following contributors/users for their work on this release:
@lucasasmith, @vikramsg, @mycaule, @pal0064, @LeonLuttenberger, @cnfait, @malachi-constant, @kukushking, @jaidisido

Full Changelog: 2.17.0...2.18.0

3.0.0rc2

23 Nov 12:54
Compare
Choose a tag to compare
3.0.0rc2 Pre-release
Pre-release

What's Changed

  • (enhancement): Enable missing unit tests and Redshift, Athena, LF load tests by @jaidisido in #1736
  • (enhancement): configure scheduling options, remove dependencies on internal ray impl by @kukushking in #1734
  • (testing): Enable Athena and Redshift tests, and address errors by @LeonLuttenberger in #1721
  • (feat): Make tqdm progress reporting opt-in by @kukushking in #1741

Full Changelog: 3.0.0rc1...3.0.0rc2

3.0.0rc1

27 Oct 18:25
3bd0670
Compare
Choose a tag to compare
3.0.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.0b3...3.0.0rc1

3.0.0b3

12 Oct 15:28
ad40148
Compare
Choose a tag to compare
3.0.0b3 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.0b2...3.0.0b3