Skip to content
Snippets Groups Projects
  1. Apr 11, 2024
  2. Apr 10, 2024
  3. Feb 06, 2024
  4. Jan 31, 2024
  5. Nov 22, 2023
  6. Oct 22, 2023
    • Matthew Roeschke's avatar
      DEPS: Bump optional dependencies (#55524) · b57080bf
      Matthew Roeschke authored
      * DEPS: Bump optional dependencies
      
      * Clean up some version checks
      
      * Address old pyarrow checks
      
      * Try removing pins
      
      * Is it pandas gbq?
      
      * Fix non existent versions, add note about gbq
      
      * Fix pyarrow test
      
      * Address test_parse_tz_aware
      
      * FIx test_parse_dates_arrow_engine
      
      * Address more tests
      
      * Skip comments or in sync script
      
      * check = instead
      
      * adjust script
      
      * Fix table
      
      * xfail test
      
      * Fix table aligning
      
      * Update pandas/tests/io/pytables/test_file_handling.py
      
      * Update pandas/tests/io/pytables/test_file_handling.py
      
      * Use importorskip
      b57080bf
  7. May 07, 2023
    • Ketu Patel's avatar
      STYLE: specify encodings when opening files (#52999) · 87970b23
      Ketu Patel authored
      * Changes Confirmed
      
      * Encoding Completed
      
      * Spaces Are Completed
      
      * Pre-ccommit manually completed
      
      * b.pre-commit removed
      
      * Final Commit
      
      * Some Changed reflected
      
      * test_xml Updated
      
      * Pre-commit check passed
      
      * Mode changed in xml file
      
      * mode reverted
      
      * Try to fix errors
      
      * error-checks
      
      * Fix Some errors
      
      * Unspecified-encodingFixed
      
      * final commited
      
      * simplify
      
      ---------
      
      Co-authored-by: MarcoGorelli <>
      87970b23
  8. Apr 26, 2023
  9. Mar 30, 2023
  10. Mar 17, 2023
  11. Mar 15, 2023
    • Marco Edward Gorelli's avatar
      PERF: Construction of a DatetimeIndex from a list of Timestamp with timezone (#51247) · 3ea17805
      Marco Edward Gorelli authored
      * require tzdata on windows
      
      * put minimum version?
      
      * try installing with pip in conda envs
      
      * fixup ci check
      
      * whatsnew
      
      * add tzdata to yaml files
      
      * add tzdata>=2022.1 to test_wheels_windows.bat
      
      * try using OR statement
      
      * try another syntax
      
      * try using the pypi install
      
      * try marking windows in yaml
      
      * fixup validation script
      
      * clarify what tzdata is neeeded for, remove it as optional
      
      * remove optional section on timezones
      
      * require tzdata everywhere
      
      * remove timezone extra in package-checks
      
      * remove final timezone extra reference
      
      ---------
      
      Co-authored-by: MarcoGorelli <>
      3ea17805
  12. Feb 23, 2023
    • kathleenhang's avatar
      CI, ENH: Check each minimum dependency is enforced in *.yaml and environment.yml (#51189) · 9935690a
      kathleenhang authored
      
      * Add pin_min_versions_to_ci_deps()
      
      * Fix typos
      
      * Remove debug statements
      
      * Update YAML package versions
      
      * Replace files with updated min versions
      
      * Add exclusions + edge cases
      
      * Revert file to original
      
      * Revert environment.yml
      
      * Fix bugs
      
      * Add helper function
      
      * Ran pre-commit run validate-min-versions-in-sync --all-files
      
      * Fix merge issue
      
      * add parameter for custom toml dependency
      
      * Add dummy test files for test_validate_min_versions_in_sync.py
      
      * Add unit test: test_update_yaml_file_version()
      
      * Add dummy test files for edge cases
      
      * Add parametrization to unit test
      
      * Run pre-commit
      
      * Fix tzdata bug
      
      * Fix tzdata issue
      
      * Refactor
      
      * Update ci deps
      
      * Remove pyarrow
      
      * Revert tzdata
      
      * Update pyarrow
      
      * Revert pyarrow
      
      * Add docstrings
      
      * Remove psutil
      
      * Fix file rewrite issue
      
      * Refactor test data
      
      * minor fixups
      
      * fixup
      
      * improve typing
      
      ---------
      
      Co-authored-by: MarcoGorelli <>
      Co-authored-by: default avatarMarco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com>
      9935690a
  13. Jan 12, 2023
  14. Nov 29, 2022
  15. Nov 16, 2022
  16. Nov 07, 2022
  17. Aug 17, 2022
    • Marco Edward Gorelli's avatar
      WARN,TST check stacklevel for all warnings (#47998) · e94faa23
      Marco Edward Gorelli authored
      * use find_stack_level everywhere
      
      * fixup
      
      * pyx fixups
      
      * fixup test_optional_dependency
      
      * fixup api
      
      * set check_stacklevel=False for some tests
      
      * use lru_cache for currentframe
      
      * fixup import in __init__
      
      * add missing imports to pyx files
      
      * add missing import
      
      * fixup import in conversion
      
      * revert some __init__ changes
      
      * start n=1
      
      * temporarily dont check stacklevel in _check_plot_works
      
      * catch some more warnings
      
      * dont check stacklevel in check_plot_works
      
      * fixup
      
      * ignore stacklevel in check_plot_works
      e94faa23
  18. Aug 11, 2022
  19. Jan 17, 2022
Loading