1. 16 May, 2023 3 commits
  2. 04 May, 2023 1 commit
    • Make `absl::Time` from-python conversion (almost) identical to a Google-internal… · 1caf1890
      Make `absl::Time` from-python conversion (almost) identical to a Google-internal implementation under absl/python.
      
      Note that the unit tests are unchanged (in the entire Google codebase).
      
      The remaining very subtle differences between `type_caster<absl::Time>::load()` and the corresponding from-python conversion under absl/python are related to the pybind11 two-pass overload resolution feature that does not exist in PyCLIF.
      
      As a side-effect, this change removes long-obsolete remnants of Python 2 support.
      
      PiperOrigin-RevId: 529457660
      Ralf W. Grosse-Kunstleve committed
  3. 03 May, 2023 2 commits
  4. 24 Apr, 2023 1 commit
  5. 19 Apr, 2023 1 commit
  6. 14 Apr, 2023 1 commit
  7. 30 Mar, 2023 1 commit
  8. 29 Mar, 2023 1 commit
  9. 28 Feb, 2023 1 commit
  10. 13 Feb, 2023 1 commit
  11. 10 Feb, 2023 1 commit
  12. 09 Feb, 2023 1 commit
  13. 08 Feb, 2023 1 commit
  14. 01 Feb, 2023 1 commit
  15. 06 Jan, 2023 1 commit
  16. 20 Dec, 2022 1 commit
    • [NumPy] Remove references to deprecated NumPy type aliases. · 33b5c7d4
      This change replaces references to a number of deprecated NumPy type aliases (np.bool, np.int, np.float, np.complex, np.object, np.str) with their recommended replacement (bool, int, float, complex, object, str).
      
      NumPy 1.24 drops the deprecated aliases, so we must remove uses before updating NumPy.
      
      PiperOrigin-RevId: 496626719
      Peter Hawkins committed
  17. 13 Dec, 2022 1 commit
  18. 06 Dec, 2022 1 commit
  19. 05 Dec, 2022 1 commit
  20. 01 Dec, 2022 1 commit
  21. 30 Nov, 2022 1 commit
  22. 21 Nov, 2022 1 commit
  23. 12 Nov, 2022 1 commit
  24. 08 Nov, 2022 2 commits
  25. 02 Nov, 2022 2 commits
  26. 01 Nov, 2022 1 commit
  27. 31 Oct, 2022 1 commit
  28. 17 Oct, 2022 1 commit
  29. 04 Oct, 2022 1 commit
  30. 30 Sep, 2022 1 commit
  31. 27 Sep, 2022 1 commit
  32. 26 Sep, 2022 1 commit
  33. 23 Sep, 2022 2 commits
  34. 20 Sep, 2022 1 commit