-
Notifications
You must be signed in to change notification settings - Fork 704
Comparing changes
Open a pull request
base repository: aws/aws-sdk-pandas
base: 3.6.0
head repository: aws/aws-sdk-pandas
compare: 3.7.0
Commits on Feb 16, 2024
-
fix: Index columns removed on s3.to_parquet (#2655)
* first go at a failing test * pass missing dataset flag in test * because we partition, do not specify full parquet paths during write * use proper path in tests * use reset_index to allow dropping the entire index * test partitioning on full and partial index * need to validate schema on read for issue to surface * need to sort on index * cross-test without partitioning * print assertion error for remote debugging * simplify test to just assert schema validation * consistently handle regular and index columns casts * use equality assertion utility, drop unnecessary sort * add index partition test * reformat * undo categorical-specific dataframe creation in test * try again to expect the right dtypes * pull out toparquet kwargs * expect test to fail when using modin and partitioning on full index * manually assert unpartitioned index is still present, then reset full index * handle change in promotion kwargs for pyarrow 14+ * move packaging import to correct location * fix types for promotion kwargs * test and handle unnamed index levels as well --------- Co-authored-by: Robert Schmidtke <robert.schmidtke@trailstonegroup.com> Co-authored-by: kukushking <kukushkin.anton@gmail.com> Co-authored-by: Leon Luttenberger <LeonLuttenberger@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 95e37bf - Browse repository at this point
Copy the full SHA 95e37bfView commit details
Commits on Feb 19, 2024
-
chore(deps): bump cryptography from 42.0.0 to 42.0.2 (#2679)
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.0...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6e1d66 - Browse repository at this point
Copy the full SHA d6e1d66View commit details -
chore(deps): bump the production-dependencies group with 2 updates (#…
…2680) Bumps the production-dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `boto3` from 1.34.34 to 1.34.39 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.34...1.34.39) Updates `botocore` from 1.34.39 to 1.34.44 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.39...1.34.44) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2cca135 - Browse repository at this point
Copy the full SHA 2cca135View commit details -
chore(deps-dev): bump the development-dependencies group with 6 updat…
…es (#2681) Bumps the development-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.39` | `1.34.44` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.1` | `0.2.2` | | [moto](https://github.com/getmoto/moto) | `5.0.1` | `5.0.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.1` | | [tox](https://github.com/tox-dev/tox) | `4.12.1` | `4.13.0` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.1.0` | `4.1.1` | Updates `boto3-stubs` from 1.34.39 to 1.34.44 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.2.1...v0.2.2) Updates `moto` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.1...5.0.2) Updates `pytest` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.0...8.0.1) Updates `tox` from 4.12.1 to 4.13.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.12.1...4.13.0) Updates `jupyterlab` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.1.0...@jupyterlab/lsp@4.1.1) --- updated-dependencies: - dependency-name: boto3-stubs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: jupyterlab dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kukushking <kukushkin.anton@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d95026 - Browse repository at this point
Copy the full SHA 0d95026View commit details -
fix: Missing timezone metadata (#2682)
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 784978d - Browse repository at this point
Copy the full SHA 784978dView commit details
Commits on Feb 21, 2024
-
fix: Update RDS cert bundle (#2670)
* fix: Update RDS cert bundle Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com> * use s3 url Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com> * use CUSTOM_JDBC_CERT_STRING Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com> * bump cdk version Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com> * Revert "use CUSTOM_JDBC_CERT_STRING" This reverts commit 2f7e552. --------- Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d0081d3 - Browse repository at this point
Copy the full SHA d0081d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b96385 - Browse repository at this point
Copy the full SHA 3b96385View commit details -
chore(deps): bump cryptography from 42.0.2 to 42.0.4 (#2683)
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 186a534 - Browse repository at this point
Copy the full SHA 186a534View commit details
Commits on Feb 23, 2024
-
fix: Tests - move certs to a public bucket (#2687)
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f673ab4 - Browse repository at this point
Copy the full SHA f673ab4View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54afd65 - Browse repository at this point
Copy the full SHA 54afd65View commit details
Commits on Feb 27, 2024
-
chore(deps): bump the production-dependencies group with 2 updates (#…
…2691) Bumps the production-dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `boto3` from 1.34.44 to 1.34.49 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.44...1.34.49) Updates `botocore` from 1.34.49 to 1.34.50 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.49...1.34.50) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 676e1c1 - Browse repository at this point
Copy the full SHA 676e1c1View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe2b225 - Browse repository at this point
Copy the full SHA fe2b225View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00d3df0 - Browse repository at this point
Copy the full SHA 00d3df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b63eff - Browse repository at this point
Copy the full SHA 9b63effView commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf204b0 - Browse repository at this point
Copy the full SHA bf204b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e81fd99 - Browse repository at this point
Copy the full SHA e81fd99View commit details
Commits on Mar 4, 2024
-
chore(deps): bump the production-dependencies group with 2 updates (#…
…2699) Bumps the production-dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `boto3` from 1.34.49 to 1.34.50 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.49...1.34.50) Updates `botocore` from 1.34.50 to 1.34.54 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.50...1.34.54) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4816e5e - Browse repository at this point
Copy the full SHA 4816e5eView commit details -
remove awswrangler README from site-packages folder (#2698)
Co-authored-by: Al Johri <aljohri@gmail.com> Co-authored-by: jaidisido <jaidisido@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e7ecd81 - Browse repository at this point
Copy the full SHA e7ecd81View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b20362 - Browse repository at this point
Copy the full SHA 5b20362View commit details -
fix: indent categories correctly in pyarrow_additional_kwargs (#2701)
Co-authored-by: Leon Luttenberger <LeonLuttenberger@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 77f2dc2 - Browse repository at this point
Copy the full SHA 77f2dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d291252 - Browse repository at this point
Copy the full SHA d291252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f36e61 - Browse repository at this point
Copy the full SHA 5f36e61View commit details
There are no files selected for viewing