1. 13 Jul, 2021 5 commits
  2. 12 Jul, 2021 7 commits
  3. 11 Jul, 2021 1 commit
  4. 10 Jul, 2021 1 commit
  5. 09 Jul, 2021 2 commits
  6. 08 Jul, 2021 1 commit
  7. 06 Jul, 2021 2 commits
  8. 04 Jul, 2021 1 commit
  9. 02 Jul, 2021 3 commits
  10. 01 Jul, 2021 2 commits
  11. 30 Jun, 2021 2 commits
  12. 26 Jun, 2021 1 commit
  13. 22 Jun, 2021 2 commits
  14. 21 Jun, 2021 1 commit
  15. 19 Jun, 2021 4 commits
  16. 18 Jun, 2021 2 commits
  17. 17 Jun, 2021 2 commits
  18. 08 Jun, 2021 1 commit
    • Add const T to docstring generation. (#3020) · 4c7697db
      * Add const T to docstring generation.
      
      * Change order.
      
      * See if existing test triggers for a const type.
      
      * Add tests.
      
      * Fix test.
      
      * Remove experiment.
      
      * Reformat.
      
      * More tests, checks run.
      
      * Adding `test_fmt_desc_` prefix to new test functions.
      
      * Using pytest.mark.parametrize to 1. condense test; 2. exercise all functions even if one fails; 3. be less platform-specific (e.g. C++ float is not necessarily float32).
      
      Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
      Jack S. Hale committed