Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(datasets): Add Support Python 3.11 for kedro-datasets #297

Merged
merged 88 commits into from
Aug 24, 2023

Commits on Aug 10, 2023

  1. Add 3.11 tests to CI

    SajidAlamQB committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    46061bf View commit details
    Browse the repository at this point in the history
  2. update dependencies

    SajidAlamQB committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4af6e5e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    9cea72f View commit details
    Browse the repository at this point in the history
  2. update setup matrix

    SajidAlamQB committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b39622e View commit details
    Browse the repository at this point in the history
  3. refine setup matrix

    SajidAlamQB committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ae2e25f View commit details
    Browse the repository at this point in the history
  4. use steps

    SajidAlamQB committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ee3aff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. pytables for unix

    SajidAlamQB committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7b6874e View commit details
    Browse the repository at this point in the history
  2. add pytables via conda

    SajidAlamQB committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    194e61d View commit details
    Browse the repository at this point in the history
  3. fix indent

    SajidAlamQB committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2a77f7e View commit details
    Browse the repository at this point in the history
  4. add conda

    SajidAlamQB committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0a01b75 View commit details
    Browse the repository at this point in the history
  5. activate windows

    SajidAlamQB committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6aed3d6 View commit details
    Browse the repository at this point in the history
  6. undo last commit

    SajidAlamQB committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    bec1fce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffa3279 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d26eec View commit details
    Browse the repository at this point in the history
  9. Update pyproject.toml

    SajidAlamQB committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    43b7b70 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    9a3ea57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636b5fe View commit details
    Browse the repository at this point in the history
  3. lint

    SajidAlamQB committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f207c92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aae2369 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d797b84 View commit details
    Browse the repository at this point in the history
  6. pin sqlalchemy for 3.11

    SajidAlamQB committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8fe3883 View commit details
    Browse the repository at this point in the history
  7. install gfortran

    SajidAlamQB committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    494d0b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76425d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9d0e42 View commit details
    Browse the repository at this point in the history
  10. undo gfortran install

    SajidAlamQB committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f1f69f9 View commit details
    Browse the repository at this point in the history
  11. Update pyproject.toml

    SajidAlamQB committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9368196 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d11af80 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8343d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update pyproject.toml

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    885a20f View commit details
    Browse the repository at this point in the history
  2. pin tables 3.6 for unix

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    955c9e0 View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7d93321 View commit details
    Browse the repository at this point in the history
  4. update pyspark

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    065dbdf View commit details
    Browse the repository at this point in the history
  5. Update check-plugin.yml

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4469826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6f87ae View commit details
    Browse the repository at this point in the history
  7. fix spark tests

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6cc9ec7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b96bdf View commit details
    Browse the repository at this point in the history
  9. coverage

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b2062ad View commit details
    Browse the repository at this point in the history
  10. fix coverage

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7e06695 View commit details
    Browse the repository at this point in the history
  11. Fix streaming dataset

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a6867c7 View commit details
    Browse the repository at this point in the history
  12. fix streaming test

    SajidAlamQB committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3b85fe1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5af68bb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. fix base pin

    SajidAlamQB committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d2cc704 View commit details
    Browse the repository at this point in the history
  2. Remove delta-spark pin

    Signed-off-by: Nok <[email protected]>
    noklam committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1aa0e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47e05c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e98a5cc View commit details
    Browse the repository at this point in the history
  5. Update conftest.py

    SajidAlamQB committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2b650b3 View commit details
    Browse the repository at this point in the history
  6. revert

    SajidAlamQB committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fedbb0c View commit details
    Browse the repository at this point in the history
  7. Set delta version base on delta-spark version

    Signed-off-by: Nok <[email protected]>
    noklam committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    36dfc46 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    b7d6615 View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0411a91 View commit details
    Browse the repository at this point in the history
  3. open-bound

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    42c8d92 View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d5d478f View commit details
    Browse the repository at this point in the history
  5. scikit pin

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b32ad96 View commit details
    Browse the repository at this point in the history
  6. Update setup.py

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2d82cfb View commit details
    Browse the repository at this point in the history
  7. Update pyproject.toml

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ff121f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2e685e View commit details
    Browse the repository at this point in the history
  9. Update setup.py

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    034eae1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49f6031 View commit details
    Browse the repository at this point in the history
  11. add deltalake

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6c9ffcc View commit details
    Browse the repository at this point in the history
  12. update holoviews pin

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4b05eda View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e89c7d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a65ac73 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    77234a0 View commit details
    Browse the repository at this point in the history
  16. Update check-plugin.yml

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d99441a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    71f0b63 View commit details
    Browse the repository at this point in the history
  18. Update check-plugin.yml

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    521e8c7 View commit details
    Browse the repository at this point in the history
  19. lint

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    eae455d View commit details
    Browse the repository at this point in the history
  20. lint

    SajidAlamQB committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d69c1f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. update pandas pin

    SajidAlamQB committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bfe93f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a916f28 View commit details
    Browse the repository at this point in the history
  3. lint

    SajidAlamQB committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3dc445c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. lint

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c43527d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494a10d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaea706 View commit details
    Browse the repository at this point in the history
  4. revert

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    02811ee View commit details
    Browse the repository at this point in the history
  5. lint with 3.11

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ccbf7f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5bc32a View commit details
    Browse the repository at this point in the history
  7. Remove setup matrix

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    253968a View commit details
    Browse the repository at this point in the history
  8. Update check-plugin.yml

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1bb9f14 View commit details
    Browse the repository at this point in the history
  9. Update check-plugin.yml

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8e13887 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f83e406 View commit details
    Browse the repository at this point in the history
  11. Update check-plugin.yml

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0269347 View commit details
    Browse the repository at this point in the history
  12. revert changes

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    65b66e7 View commit details
    Browse the repository at this point in the history
  13. Update check-plugin.yml

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    291eb79 View commit details
    Browse the repository at this point in the history
  14. rtd with 3.8

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7b0355f View commit details
    Browse the repository at this point in the history
  15. add snowflake-snowpark

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b6faa34 View commit details
    Browse the repository at this point in the history
  16. remove repeated

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0bc464a View commit details
    Browse the repository at this point in the history
  17. release notes

    SajidAlamQB committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d6f533c View commit details
    Browse the repository at this point in the history