Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: aws/aws-sdk-pandas

AWS SDK for pandas 3.12.1

18 Jun 17:14
@EthanBunce EthanBunce
234a285
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Notable Changes ⚠️

Features / Enhancements 🚀

Security / Dependency Updates 🛡️

  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3159
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3162
  • chore(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot in #3163
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates by @dependabot in #3161
  • chore(deps): bump astral-sh/setup-uv from 5 to 6 in the github-actions group by @dependabot in #3164

Documentation / Workflows 📚

Full Changelog: 3.12.0...3.12.1

Contributors

kukushking, dependabot, and EthanBunce
Assets 14
albuquerquejp and xavimc222 reacted with eyes emoji
2 people reacted

AWS SDK for pandas 3.12.0

29 May 11:16
@kukushking kukushking
Compare
Choose a tag to compare
Loading

Notable Changes ⚠️

  • AWS Lambda Layers: pyarrow was upgraded to 20.0.0

Features / Enhancements 🚀

Bugfixes 🐛

Security / Dependency Updates 🛡️

  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3071
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #3072
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #3075
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #3076
  • chore: update dependecies (geopandas 1+) by @kukushking in #3079
  • chore(deps): bump botocore from 1.36.3 to 1.36.6 in the production-dependencies group by @dependabot in #3081
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 3 updates by @dependabot in #3083
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3087
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3088
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #3097
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3098
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #3101
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3102
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3105
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3106
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3109
  • chore(deps): bump jinja2 from 3.1.5 to 3.1.6 by @dependabot in #3110
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3108
  • chore(deps): bump aiohttp from 3.11.13 to 3.11.14 in the production-dependencies group by @dependabot in #3112
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #3113
  • chore(deps): bump setuptools from 76.0.0 to 77.0.3 in the production-dependencies group by @dependabot in #3115
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3116
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3120
  • chore(deps): bump setuptools from 77.0.3 to 78.1.0 in the production-dependencies group by @dependabot in #3119
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3126
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3125
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates by @dependabot in #3133
  • chore(deps-dev): bump h11 from 0.14.0 to 0.16.0 by @dependabot in #3139
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3140
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3141
  • chore(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot in #3142
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3146
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #3147
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3150
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3151
  • chore(deps-dev): bump tornado from 6.4.2 to 6.5.1 by @dependabot in #3153

Documentation / Workflows 📚

New Contributors

Full Changelog: 3.11.0...3.12.0

Loading
robmcd and rmnvncnt reacted with thumbs up emoji igorborgest reacted with heart emoji
3 people reacted

AWS SDK for pandas 3.11.0

10 Jan 15:14
@kukushking kukushking
469cba5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Notable Changes ⚠️

  • AWS SDK for pandas now supports Python 3.13! 🎉
  • Python 3.8 is no longer supported (reached end-of-life Oct 7 2024) 🚫
  • AWS Lambda Layers: pyarrow was upgraded to 18.1.0
  • AWS Lambda Layers: numpy was upgraded to 2.2.1

Features / Enhancements 🚀

Bugfixes 🐛

  • fix: layers - add gcc10 to AL2 build image; build numpy and pandas from source by @kukushking in #3069

Security / Dependency Updates 🛡️

  • update pyarrow to 18.1.0 in lambda layers by @kukushking in #3065
  • unpin numpy in lambda layers (allow numpy 2.x) by @kukushking in #3068
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #3039
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3040
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #3043
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates by @dependabot in #3047
  • chore(deps): bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #3055
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 11 updates by @dependabot in #3057
  • chore(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot in #3064

Documentation / Workflows 📚

Full Changelog: 3.10.1...3.11.0

Contributors

kukushking, jaidisido, and dependabot
Loading
xavimc222, hunt3ri, and igorborgest reacted with thumbs up emoji kukushking, igorborgest, and Tameem-623 reacted with hooray emoji kukushking and igorborgest reacted with rocket emoji
5 people reacted

AWS SDK for pandas 3.10.1

04 Dec 10:39
@kukushking kukushking
8d15183
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes 🐛

Documentation 📚

Security / Dependency Updates 🛡️

  • chore(deps-dev): bump the development-dependencies group across 1 directory with 8 updates by @dependabot in #3013
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3012
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3014
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3015
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #3023
  • chore(deps): bump the production-dependencies group with 4 updates by @dependabot in #3022
  • chore(deps-dev): bump tornado from 6.4.1 to 6.4.2 by @dependabot in #3027
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #3028
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #3029

New Contributors

Full Changelog: 3.10.0...3.10.1

Contributors

kukushking, jaidisido, and 3 other contributors
Loading
Murugavl reacted with heart emoji igorborgest reacted with rocket emoji
2 people reacted

AWS SDK for pandas 3.10.0

31 Oct 13:56
@jaidisido jaidisido
Compare
Choose a tag to compare
Loading

Features

Bug fixes 🐛

Documentation 📚

Security / Dependency Updates 🛡️

  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #2942
  • chore(deps): bump the production-dependencies group with 6 updates by @dependabot in #2941
  • chore(deps-dev): bump jupyterlab from 4.2.4 to 4.2.5 by @dependabot in #2945
  • chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot in #2947
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #2946
  • chore(deps): bump cryptography from 42.0.8 to 43.0.1 by @dependabot in #2949
  • chore(deps): bump fiona from 1.9.6 to 1.10.0 by @dependabot in #2952
  • chore(deps): bump the production-dependencies group with 2 updates by @dependabot in #2954
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #2955
  • chore(deps): bump setuptools from 74.1.2 to 75.0.0 in the production-dependencies group by @dependabot in #2962
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #2963
  • chore(deps-dev): bump the development-dependencies group with 5 updates by @dependabot in #2970
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #2969
  • chore(deps): bump the production-dependencies group with 3 updates by @dependabot in #2975
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #2976
  • chore(deps): bump aiohttp from 3.10.8 to 3.10.9 in the production-dependencies group by @dependabot in #2988
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #2989

New Contributors

Full Changelog: 3.9.1...3.10.0

Loading
jaidisido, kukushking, and igorborgest reacted with thumbs up emoji jaidisido and igorborgest reacted with hooray emoji
3 people reacted

AWS SDK for pandas 3.9.1

19 Aug 21:20
@LeonLuttenberger LeonLuttenberger
8de2695
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Bug fixes 🐛

Documentation 📚

  • Add steps to install "using pip" to the "AWS Glue Python Shell Jobs" part of the install docs by @mc51 in #2911

Security Dependency Updates 🛡️

New Contributors

Full Changelog: 3.9.0...3.9.1

Contributors

LeonLuttenberger, brendan-cook-87, and 2 other contributors
Loading
igorborgest reacted with heart emoji
1 person reacted

AWS SDK for pandas 3.9.0

08 Jul 21:28
@LeonLuttenberger LeonLuttenberger
Compare
Choose a tag to compare
Loading

Enhancements 🎉

Bug fixes 🐛

Documentation 📚

  • Adding NotebookVersion Parameter as specified in official AWS Docs by @DaxterXS in #2867
  • Fix default value in doc string for athena_query_wait_polling_delay parameters by @niklasr22 in #2873

Security Dependency Updates 🛡️

New Contributors

Full Changelog: 3.8.0...3.9.0

Loading
jaidisido, tks1197, and igorborgest reacted with hooray emoji igorborgest reacted with heart emoji jaidisido, tks1197, and igorborgest reacted with rocket emoji
3 people reacted

AWS SDK for pandas 3.8.0

05 Jun 16:04
@jaidisido jaidisido
Compare
Choose a tag to compare
Loading

Enhancements 🎉

Bug fixes 🐛

Documentation 📚

Security Dependency Updates 🛡️

New Contributors 👏🏼

Full Changelog: 3.7.3...3.8.0

Contributors

LeonLuttenberger, jaidisido, and 4 other contributors
Loading
sebkopagas, jaidisido, and yahwang reacted with thumbs up emoji igorborgest and tks1197 reacted with hooray emoji
5 people reacted

AWS SDK for pandas 3.7.3

22 Apr 18:24
@LeonLuttenberger LeonLuttenberger
Compare
Choose a tag to compare
Loading

Bug fixes 🐛

Documentation 📚

Security Dependency Updates 🛡️

New Contributors 👋

Full Changelog: 3.7.2...3.7.3

Contributors

kukushking, LeonLuttenberger, and 3 other contributors
Loading
jaidisido, tks1197, and igorborgest reacted with hooray emoji jaidisido, tks1197, and igorborgest reacted with rocket emoji
3 people reacted

AWS SDK for pandas 3.7.2

27 Mar 19:37
@LeonLuttenberger LeonLuttenberger
Compare
Choose a tag to compare
Loading

Features/Enhancements 🚀

Bug fixes 🐛

New Contributors

  • @GalvFionic made their first contribution in #2715

Full Changelog: 3.7.1...3.7.2

Contributors

kukushking, LeonLuttenberger, and 2 other contributors
Loading
jaidisido, justinbt1, Salatich, and igorborgest reacted with thumbs up emoji jaidisido and igorborgest reacted with hooray emoji Anku1024 reacted with eyes emoji
5 people reacted
Previous 1 3 4 5 12 13
Previous

AltStyle によって変換されたページ (->オリジナル) /