1. 01 Feb, 2023 1 commit
  2. 13 Jul, 2022 1 commit
  3. 12 Feb, 2022 1 commit
  4. 11 Feb, 2022 1 commit
    • Ralf W. Grosse-Kunstleve's avatar
      Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688) · 6493f496
      Ralf W. Grosse-Kunstleve authored
      
      
      * `#error BYE_BYE_GOLDEN_SNAKE`
      
      * Removing everything related to 2.7 from ci.yml
      
      * Commenting-out Centos7
      
      * Removing `PYTHON: 27` from .appveyor.yml
      
      * "PY2" removal, mainly from tests. C++ code is not touched.
      
      * Systematic removal of `u` prefix from `u"..."` and `u'...'` literals. Collateral cleanup of a couple minor other things.
      
      * Cleaning up around case-insensitive hits for `[^a-z]py.*2` in tests/.
      
      * Removing obsolete Python 2 mention in compiling.rst
      
      * Proper `#error` for Python 2.
      
      * Using PY_VERSION_HEX to guard `#error "PYTHON 2 IS NO LONGER SUPPORTED.`
      
      * chore: bump pre-commit
      
      * style: run pre-commit for pyupgrade 3+
      
      * tests: use sys.version_info, not PY
      
      * chore: more Python 2 removal
      
      * Uncommenting Centos7 block (PR #3691 showed that it is working again).
      
      * Update pre-commit hooks
      
      * Fix pre-commit hook
      
      * refactor: remove Python 2 from CMake
      
      * refactor: remove Python 2 from setup code
      
      * refactor: simplify, better static typing
      
      * feat: fail with nice messages
      
      * refactor: drop Python 2 C++ code
      
      * docs: cleanup for Python 3
      
      * revert: intree
      
      revert: intree
      
      * docs: minor touchup to py2 statement
      Co-authored-by: default avatarHenry Schreiner <henryschreineriii@gmail.com>
      Co-authored-by: default avatarAaron Gokaslan <skylion.aaron@gmail.com>
      6493f496
  5. 22 Sep, 2021 1 commit
  6. 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
  7. 22 Dec, 2020 1 commit
  8. 18 Oct, 2020 2 commits
  9. 16 Oct, 2020 1 commit
  10. 03 Oct, 2020 1 commit
  11. 17 Sep, 2020 3 commits
  12. 20 Jul, 2020 1 commit
  13. 10 Jul, 2020 1 commit
  14. 31 Mar, 2020 2 commits
  15. 14 Oct, 2019 2 commits
  16. 21 Sep, 2019 2 commits
  17. 20 Sep, 2019 2 commits
  18. 19 Sep, 2019 2 commits
  19. 12 Jun, 2019 1 commit
  20. 31 Aug, 2017 2 commits
  21. 17 Aug, 2017 1 commit
    • Dean Moldovan's avatar
      Fix documentation build · 8665ee81
      Dean Moldovan authored
      * Doxygen needs `RECURSIVE = YES` in order to parse the `detail` subdir.
      
      * The `-W` warnings-as-errors option for sphinx doesn't work with the
        makefile build. Switched to calling sphinx directly.
      
      * Fix "citation [cppimport] is not referenced" warning.
      8665ee81
  22. 22 Mar, 2017 1 commit
  23. 31 Jan, 2017 1 commit
  24. 01 Jan, 2017 2 commits
  25. 23 Dec, 2016 1 commit
  26. 15 Aug, 2016 1 commit
    • Dean Moldovan's avatar
      Fix sphinx doc missing code blocks and warnings · aebca12b
      Dean Moldovan authored
      The missing empty line after `.. code-block::` resulted in incorrectly
      parsed restructuredtext (sphinx warnings) and the code blocks were not
      generated in the html output.
      
      The `exclude_patterns` change just silences the orphaned file warning.
      
      [ci skip]
      aebca12b
  27. 14 Jun, 2016 1 commit
  28. 26 May, 2016 1 commit
  29. 28 Apr, 2016 1 commit
  30. 26 Apr, 2016 1 commit