Skip to content
Snippets Groups Projects
  1. Dec 02, 2024
  2. Sep 28, 2024
  3. Jun 21, 2024
    • Matthew Roeschke's avatar
      DEPS: Drop Python 3.9 (#58238) · a5e812d8
      Matthew Roeschke authored
      * DEPS: Drop Python 3.9
      
      * Update GHA files
      
      * remove 3.8 ref in test file
      
      * Move back to 3.9 for pypy
      
      * Bump pyupgrade
      
      * Run pyupgrade
      
      * Remove pandas.compat.compressors
      
      * Fix env file
      
      * Wronge error message
      
      * Ignore pypy
      
      * Test package checks with 3.12
      
      * Modify subprocess test
      
      * revert conda-forge checks
      
      * Remove 3.9 from circleci
      
      * Pyupgrade
      
      * Don't build 39 wheels
      a5e812d8
  4. Apr 15, 2024
  5. Feb 19, 2024
  6. Feb 13, 2024
  7. Feb 08, 2024
  8. Jan 31, 2024
  9. Jan 16, 2024
    • Trinh Quoc Anh's avatar
      Autofix ruf010 (#56914) · 0dade0bd
      Trinh Quoc Anh authored
      * STY: Autofix RUF010
      
      * STY: Apply ruff format after autofix
      
      * STY: Final manual fix
      
      * STY: Remove old repl rule in pre-commit
      0dade0bd
  10. Jan 05, 2024
    • Matthew Roeschke's avatar
      STY: Enable ruff pytest checks (#56671) · c25ed5dc
      Matthew Roeschke authored
      * Enable PT001
      
      * Add PT002
      
      * Add PT003
      
      * ignore 4 and 5
      
      * Ignore 6, 7, 8
      
      * Ignore PT009
      
      * Enable PT010
      
      * Enable PT011
      
      * Ignore 12, enable 13
      
      * Enable PT014
      
      * Enforce PT015
      
      * Enable 16
      
      * Disable 17
      
      * Ignore 18
      
      * Ignore 19
      
      * Add 20
      
      * add 21
      
      * Enable 22
      
      * Add 23
      
      * Add 24
      
      * Add 25
      
      * add 26
      
      * Add 27
      
      * use PT
      
      * fix some tests
      
      * Deduplcate test
      
      * Add tests
      
      * Added nested tuple case
      c25ed5dc
  11. Jan 03, 2024
  12. Nov 28, 2023
  13. Nov 27, 2023
  14. Nov 20, 2023
  15. Oct 22, 2023
    • Thomas Li's avatar
      ENH: Add numba engine to df.apply (#55104) · ac5587cf
      Thomas Li authored
      * ENH: Add numba engine to df.apply
      
      * complete?
      
      * wip: pass tests
      
      * fix existing tests
      
      * go for green
      
      * fix checks?
      
      * fix pyright
      
      * update docs
      
      * eliminate a blank line
      
      * update from code review + more tests
      
      * fix failing tests
      
      * Simplify w/ context manager
      
      * skip if no numba
      
      * simplify more
      
      * specify dtypes
      
      * address code review
      
      * add errors for invalid columns
      
      * adjust message
      ac5587cf
  16. Sep 19, 2023
  17. Sep 07, 2023
  18. Aug 15, 2023
  19. Jul 24, 2023
  20. Jul 10, 2023
  21. Jul 06, 2023
  22. Jun 29, 2023
  23. May 09, 2023
  24. Apr 28, 2023
  25. Apr 12, 2023
  26. Apr 10, 2023
  27. Mar 31, 2023
  28. Mar 07, 2023
    • jbrockmendel's avatar
      CLN: assorted (#51775) · f7df8bf7
      jbrockmendel authored
      * CLN: assorted
      
      * more specific
      
      * more accurate
      f7df8bf7
    • ahmad2901's avatar
      STYLE enable ruff PLR5501 #51709 (#51747) · 376f77da
      ahmad2901 authored
      * Removed PLR5501
      
      * 7 elif changed
      
      * 8 more
      
      * more fixess
      
      * moreeeeeeeee changes
      
      * fix python_parser.py (try #1)
      
      * try no. 2
      
      * fix python_parser.py (try no. 3)
      
      * v2.1.0 (fix try 1)
      
      * try no. 2
      
      * Removed extra lines
      376f77da
  29. Feb 27, 2023
  30. Jan 24, 2023
  31. Jan 11, 2023
  32. Jan 07, 2023
  33. Jan 06, 2023
  34. Jan 05, 2023
    • Marco Edward Gorelli's avatar
      Revert "STYLE use pandas-dev-flaker (#40906) (#50519) · 3a0db109
      Marco Edward Gorelli authored
      * Revert "STYLE use pandas-dev-flaker (#40906)"
      
      This reverts commit 1f27ed0a.
      
      * fixups
      
      * fixup?
      
      * make _compressors public
      
      * use typing.Callable
      
      * reduce diff
      
      * further reduce
      
      * one more
      
      * fixup regex
      
      * fixup regex
      
      * add xfail to request
      
      * remove else after xfail mark
      
      * make copy_on_write public
      
      Co-authored-by: MarcoGorelli <>
      3a0db109
  35. Apr 15, 2021
  36. Feb 16, 2021
  37. Feb 01, 2021
  38. Nov 04, 2020
Loading