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

Tables 3.8.0 #979

Merged
merged 31 commits into from Dec 22, 2022
Merged

Tables 3.8.0 #979

merged 31 commits into from Dec 22, 2022

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    c8f1596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43fa687 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b863d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84f2683 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Remove binaries for win32

    As discussed in: #979
    FrancescAlted committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    7ac5a2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e39d40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f42375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1a5627 View commit details
    Browse the repository at this point in the history
  5. Minor edit

    FrancescAlted committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    1cd1ecd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e44b3b2 View commit details
    Browse the repository at this point in the history
  7. Update setup.py

    FrancescAlted committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    a9e9900 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e7e4b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bf12de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51b50d4 View commit details
    Browse the repository at this point in the history
  11. Update wheels.yml

    FrancescAlted committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    8c25784 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00a33b0 View commit details
    Browse the repository at this point in the history
  13. support NUMEXPR_MAX_THREADS environment variable

    With mkl installed, setting this environment variable will trigger a
    "TypeError: an integer is required (got type str)" from
    numexpr's `set_vml_num_threads` call that comes from the last line of
    File.__init__, since environment variables are strings.
    ivanov authored and FrancescAlted committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    71b8e55 View commit details
    Browse the repository at this point in the history
  14. Simplify build matrix

    FrancescAlted committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    bdd5000 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b1f43a3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1de83e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f61759 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4ae2495 View commit details
    Browse the repository at this point in the history
  19. Use python -m pip

    FrancescAlted committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9dd23b2 View commit details
    Browse the repository at this point in the history
  20. Remove a spurious char

    FrancescAlted committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    36420aa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    94b035e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    19fb804 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6f8ffd6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8ea4b98 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a0fccf2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5d02ad6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0f14177 View commit details
    Browse the repository at this point in the history