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

Support CPython 3.11, 3.12, and aarch64 processors #2331

Merged
merged 91 commits into from
Sep 11, 2024

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    1e175c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Build wheels on pull_request

    ddelange authored and JovanVeljanoski committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8ea928d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a210a40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3395947 View commit details
    Browse the repository at this point in the history
  4. Fix gcc error

    ddelange authored and JovanVeljanoski committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b6c6925 View commit details
    Browse the repository at this point in the history
  5. Fix workflow syntax

    ddelange authored and JovanVeljanoski committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9134301 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65e1fd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1c15e6 View commit details
    Browse the repository at this point in the history
  8. Remove testing leftovers

    ddelange authored and JovanVeljanoski committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0d0b272 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7817433 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f556f56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34b0209 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8573502 View commit details
    Browse the repository at this point in the history
  13. Build cp312 wheels

    ddelange authored and JovanVeljanoski committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b614cd3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39eed15 View commit details
    Browse the repository at this point in the history
  15. Replace imp with importlib

    ddelange authored and JovanVeljanoski committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0e37c40 View commit details
    Browse the repository at this point in the history
  16. chore: trigger ci

    maartenbreddels authored and JovanVeljanoski committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    63acdb6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ba4943b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a346454 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d7023a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    021e60f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. ci: pin dask<2024.2.0 to get the same hash keys

    This version gives different results, although
    not a problem in production (it will make your
    cache invalid though), for CI we test that we
    have stable keys (fingerprints)
    maartenbreddels committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a44e464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915d977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    658816d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afa6225 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    eb2afa3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    1f04e2e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    167e500 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    100a13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32a9a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    310087c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Update packages/vaex-core/setup.py

    Co-authored-by: ddelange <[email protected]>
    maartenbreddels and ddelange authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    12e2478 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. chore: drop python 3.6 and 3.7 support

    Co-authored-by: Ewout ter Hoeven <[email protected]>
    maartenbreddels and EwoutH committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a19eb7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a34fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a32d9cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00d6c3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a50ddca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66a4500 View commit details
    Browse the repository at this point in the history
  7. Add sudo

    ddelange authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3d078ae View commit details
    Browse the repository at this point in the history
  8. Fix windows

    ddelange authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9bb7964 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Use sudo only on macos

    ddelange authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1dbdb19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d34e2 View commit details
    Browse the repository at this point in the history
  3. Add .readthedocs.yaml

    ddelange committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c4f234c View commit details
    Browse the repository at this point in the history
  4. Pull submodules

    ddelange committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0d9a3ce View commit details
    Browse the repository at this point in the history
  5. Try editable rtd install

    ddelange committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    08da37b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ba6441 View commit details
    Browse the repository at this point in the history
  7. Allow newer sphinx

    ddelange committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d46edbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4964f7 View commit details
    Browse the repository at this point in the history
  9. Autocancel all jobs

    ddelange committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    976b73f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cf3f94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eacef43 View commit details
    Browse the repository at this point in the history
  12. Add cancel-in-progress keys

    ddelange committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3fdd98e View commit details
    Browse the repository at this point in the history
  13. Amend to only cancel on PRs

    ddelange committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8fb9b3e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Add CIBW_TEST_COMMAND

    ddelange authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7a78a23 View commit details
    Browse the repository at this point in the history
  2. Disallow numpy v2

    ddelange authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1b58e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fc584d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3536f89 View commit details
    Browse the repository at this point in the history
  5. Fix CIBW_ENVIRONMENT

    ddelange authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    808a0de View commit details
    Browse the repository at this point in the history
  6. Add CIBW_TEST_SKIP

    ddelange authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    169a236 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    735c319 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    f371ba7 View commit details
    Browse the repository at this point in the history
  2. upgrade micromamba

    maartenbreddels committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    777b0bf View commit details
    Browse the repository at this point in the history
  3. unpin pytest-asyncio

    maartenbreddels committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5b9d775 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    6ea1171 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    0482887 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    aabd6fd View commit details
    Browse the repository at this point in the history
  2. explicit dtype=object

    maartenbreddels committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d76a36b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix pandas issues

    maartenbreddels committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8ec050e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3569f0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fe29d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaae4db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc8429e View commit details
    Browse the repository at this point in the history
  6. skip test on windows

    maartenbreddels committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    66d0b88 View commit details
    Browse the repository at this point in the history
  7. add missing import

    maartenbreddels committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    857786f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0383e3a View commit details
    Browse the repository at this point in the history
  9. tuple comparison fix

    maartenbreddels committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    37d7e8f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7da706 View commit details
    Browse the repository at this point in the history
  11. skip a few more tests

    maartenbreddels committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    288d378 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7600119 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c8bb2f View commit details
    Browse the repository at this point in the history
  14. Switch to older Xcode

    ddelange authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3efae4b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fix readthedocs by manually unpinning werkzeug in the graphene-tornad…

    …o v2.6.1 release
    
    # for now we leave graphene-tornado / graphene on v2
    # ref vaexio#2356 (comment)
    # in top level vaex[ci] we added the following (additional) direct reference requirement which adds one commit (ddelange/graphene-tornado@d75f01f) on top of the 2.6.1 release to unpin werkzeug
    # "graphene-tornado @ https://github.com/ddelange/graphene-tornado/archive/refs/heads/2.6.1.unpin-werkzeug.zip",
    ddelange committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7ed1b54 View commit details
    Browse the repository at this point in the history
  2. Simplify

    ddelange committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    91263bc View commit details
    Browse the repository at this point in the history
  3. Revert "Simplify"

    This reverts commit 91263bc.
    ddelange committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3995302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bac3efb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93ce2c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6c8b79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7988bb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b23f5a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b594d77 View commit details
    Browse the repository at this point in the history
  10. Add permission

    ddelange authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    faaf23e View commit details
    Browse the repository at this point in the history