1. 10 Feb, 2022 1 commit
  2. 31 Jan, 2022 1 commit
  3. 21 Dec, 2021 1 commit
  4. 16 Nov, 2021 1 commit
  5. 27 Oct, 2021 1 commit
  6. 26 Oct, 2021 1 commit
    • Henry Schreiner's avatar
      fix: improve support for Python 3.11-dev (#3368) · e7e2c79f
      Henry Schreiner authored
      * ci: support Python 3.11-dev
      
      Also update 3.10 to final, better PyPy usage
      
      * fix: use PyFrame_GetCode on Python 3.9+
      
      * ci: some bitiness of pypy not supported on win
      
      * chore: update CMake support to 3.22rc1 to quiet warning
      
      * fix: use dev version of py to fix Py 3.11
      
      * tests: print proper Eigen version
      
      * ci: include pypy2, not sure why
      
      * ci: avoid running on Python 3.11 for now
      
      * ci: fix runs
      
      * ci: simpler PyPy usage, drop unmaintained scipy + pypy index
      
      * ci: only binary numpy, wait on pypy 3.8
      
      * refactor: address review
      e7e2c79f
  7. 24 Sep, 2021 2 commits
    • Henry Schreiner's avatar
    • Wenzel Jakob's avatar
      CMake: react to python version changes · 409be833
      Wenzel Jakob authored
      The new FindPython-based variant of the CMake scripts caches information
      about the chosen Python version that can become stale. For example,
      suppose I configure a simple pybind11-based project as follows
      
      ```
      cmake -S . -B build -GNinja -DPython_ROOT=<path to python 3.8>
      ```
      
      which will generate `my_extension.cpython-38-x86_64-linux-gnu.so`.
      A subsequent change to the python version like
      
      ```
      cmake -S . -B build -GNinja -DPython_ROOT=<path to python 3.9>
      ```
      
      does not update all necessary build system information. In particular,
      the compiled file is still called
      `my_extension.cpython-38-x86_64-linux-gnu.so`.
      
      This commit fixes the problem by detecting changes in
      `Python_EXECUTABLE` and re-running Python as needed.
      
      Note that the previous way of detecting Python does not seem to be
      affected, it always specifies the right suffix.
      409be833
  8. 23 Sep, 2021 1 commit
  9. 13 Aug, 2021 1 commit
    • Aaron Gokaslan's avatar
      maint(precommit): Apply isort (#3195) · 9df2f1ff
      Aaron Gokaslan authored
      * Apply isort
      
      * Tweak isort config
      
      * Add env.py as a known_first_party
      
      * Add one missing known first party
      
      * Make config compat with older isort versions
      
      * Add another comment
      
      * Revert pyproject setting
      9df2f1ff
  10. 12 Aug, 2021 1 commit
  11. 30 Jul, 2021 2 commits
  12. 29 Jul, 2021 1 commit
  13. 27 Jul, 2021 1 commit
  14. 15 Jul, 2021 1 commit
  15. 14 Jul, 2021 1 commit
  16. 12 Jul, 2021 1 commit
  17. 08 Jul, 2021 1 commit
  18. 19 Jun, 2021 1 commit
  19. 06 May, 2021 1 commit
  20. 06 Apr, 2021 1 commit
  21. 08 Feb, 2021 1 commit
    • Axel Huebl's avatar
      MSVC but not Clang: /MP (#2824) · c78dfb69
      Axel Huebl authored
      On Windows, clang-cl does not understand /MP.
      ```
      clang-cl: warning: argument unused during compilation: '/MP' [-Wunused-command-line-argument]
      ```
      with Clang 10.0.0
      c78dfb69
  22. 21 Jan, 2021 1 commit
  23. 19 Jan, 2021 1 commit
  24. 14 Jan, 2021 3 commits
  25. 22 Dec, 2020 1 commit
  26. 16 Dec, 2020 1 commit
  27. 15 Nov, 2020 1 commit
  28. 05 Nov, 2020 1 commit
  29. 03 Nov, 2020 1 commit
  30. 15 Oct, 2020 2 commits
  31. 14 Oct, 2020 2 commits
  32. 09 Oct, 2020 1 commit
  33. 05 Oct, 2020 1 commit
  34. 03 Oct, 2020 1 commit