Skip to content
Snippets Groups Projects
  1. Oct 31, 2024
  2. Apr 11, 2024
  3. Apr 10, 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. 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
  8. Dec 12, 2022
  9. Dec 01, 2022
  10. Nov 24, 2022
    • Marco Edward Gorelli's avatar
      DEP Remove pytorch from environment.yml (#49798) · 3b09765b
      Marco Edward Gorelli authored
      * no torch
      
      * set matplotlib to minimum version
      
      * take mpl pin out again
      
      * use pip for matplotlib
      
      * remove default channel
      
      * no pin needed if no default channel?
      
      * turns out we gotta pin
      
      * 🔥 remove torch
      
      * undo asv.conf.json change
      
      * comment out pytorch
      
      * remove commented-out torch
      
      Co-authored-by: MarcoGorelli <>
      3b09765b
  11. Aug 11, 2022
  12. Jun 21, 2022
  13. Aug 03, 2021
  14. Jul 26, 2021
  15. Nov 26, 2020
  16. Oct 06, 2020
  17. Sep 21, 2020
  18. Jan 20, 2020
  19. Jan 13, 2020
  20. Jan 07, 2020
  21. Jan 06, 2020
  22. Dec 25, 2019
  23. Nov 07, 2019
  24. Oct 02, 2019
  25. Oct 01, 2019
  26. Sep 13, 2019
  27. Sep 12, 2019
  28. Aug 30, 2019
    • Bas Nijholt's avatar
      STYLE: run pre-commit filters on the repo (#27915) · 75c9783d
      Bas Nijholt authored
      * add isort:skip to "from .pandas_vb_common import setup"
      
      * add isort:skip to noqa: E402 marked lines
      
      * run black
      
      * add noqa: E402 isort:skip where needed
      
      * run pre-commit filters on asv_bench/benchmarks/
      
      * parse the isort config when using pre-commit
      
      * run isort on pandas/core/api.py
      
      * run pre-commit filters and commit trivial import sorting changes
      
      * specify flake8 errors in pandas/io/msgpack/__init__.py
      
      * fix imports for doc/source/conf.py
      
      * fix the [isort] skip entry in setup.cfg
      
      Also I removed the files for which I have fixed the problems.
      75c9783d
  29. Aug 07, 2019
  30. Jul 03, 2019
  31. Dec 02, 2018
  32. Nov 16, 2018
  33. Nov 11, 2018
Loading