Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Styler.to_latex(): conditional styling with native latex format #40422

Merged
merged 136 commits into from
May 24, 2021

Commits on Mar 10, 2021

  1. MVP for Styler.to_latex

    attack68 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bb501d3 View commit details
    Browse the repository at this point in the history
  2. MVP for Styler.to_latex

    attack68 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    6066449 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. rules

    attack68 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6e2b788 View commit details
    Browse the repository at this point in the history
  2. hidden columns and index

    attack68 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2f74690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c9405e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6772e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6505564 View commit details
    Browse the repository at this point in the history
  6. column_format arg input

    attack68 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b25644f View commit details
    Browse the repository at this point in the history
  7. add file buffer

    attack68 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2ba7e02 View commit details
    Browse the repository at this point in the history
  8. optional table wrapping

    attack68 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    79b978b View commit details
    Browse the repository at this point in the history
  9. refactor

    attack68 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ed8b405 View commit details
    Browse the repository at this point in the history
  10. more flexible table_styles

    attack68 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f7d52f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. docs to parse_latex

    attack68 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f35c7e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    521aee2 View commit details
    Browse the repository at this point in the history
  2. to_latex unit tests

    attack68 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    849656f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce7285 View commit details
    Browse the repository at this point in the history
  4. deal with multi col headers

    attack68 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    26edba4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d7c614 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2f0f0c View commit details
    Browse the repository at this point in the history
  7. comprehensive test

    attack68 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3243ed7 View commit details
    Browse the repository at this point in the history
  8. refactor

    attack68 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    0decf2d View commit details
    Browse the repository at this point in the history
  9. change -wrap- to --wrap

    attack68 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    c8dc5e5 View commit details
    Browse the repository at this point in the history
  10. remove redundant comments

    attack68 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    8c58538 View commit details
    Browse the repository at this point in the history
  11. docs

    attack68 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    5c9d50a View commit details
    Browse the repository at this point in the history
  12. docs

    attack68 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    563aef6 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. doc edits

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    99abe1c View commit details
    Browse the repository at this point in the history
  2. mypy fix

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    5185f27 View commit details
    Browse the repository at this point in the history
  3. docs

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    a824f13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6211e8 View commit details
    Browse the repository at this point in the history
  5. docs

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b46a9af View commit details
    Browse the repository at this point in the history
  6. docs

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    7e3c5e1 View commit details
    Browse the repository at this point in the history
  7. docs

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    80d3cac View commit details
    Browse the repository at this point in the history
  8. docs

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    9388dec View commit details
    Browse the repository at this point in the history
  9. check fix

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    ccac263 View commit details
    Browse the repository at this point in the history
  10. col format for basic render

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    de69c21 View commit details
    Browse the repository at this point in the history
  11. dependency fix

    attack68 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    05f5b34 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    4d98615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f036d25 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    a9e0ce4 View commit details
    Browse the repository at this point in the history
  2. better test

    attack68 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    989278f View commit details
    Browse the repository at this point in the history
  3. better test

    attack68 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3a79966 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    9051bfe View commit details
    Browse the repository at this point in the history
  2. fix latex for " "

    attack68 committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    938a0e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    0aed431 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    8af3c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e0aee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5067ffc View commit details
    Browse the repository at this point in the history
  4. remove render latex

    attack68 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ff4954e View commit details
    Browse the repository at this point in the history
  5. remove render latex

    attack68 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d9836aa View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    5bdcb4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4a44b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c211480 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d32556 View commit details
    Browse the repository at this point in the history
  5. test hidden index

    attack68 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    816e62f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c577ce View commit details
    Browse the repository at this point in the history
  7. doc internals

    attack68 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    74721a8 View commit details
    Browse the repository at this point in the history
  8. change default wrap

    attack68 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7c7f0de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f381011 View commit details
    Browse the repository at this point in the history
  10. documentation

    attack68 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b9ff43d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. documentation

    attack68 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    2f5cdec View commit details
    Browse the repository at this point in the history
  2. clarify code

    attack68 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4eacb12 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. simplify code

    attack68 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fd95e34 View commit details
    Browse the repository at this point in the history
  2. simplify code

    attack68 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    7126bda View commit details
    Browse the repository at this point in the history
  3. simplify code

    attack68 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    25bcba9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. basic subclassing

    attack68 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    5ec08d8 View commit details
    Browse the repository at this point in the history
  2. basic subclassing

    attack68 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b74057b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a49deeb View commit details
    Browse the repository at this point in the history
  4. move io methods

    attack68 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    228f146 View commit details
    Browse the repository at this point in the history
  5. import typing aliases

    attack68 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    44ead2d View commit details
    Browse the repository at this point in the history
  6. rename renderer

    attack68 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    0ae8c39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70067c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3772cc8 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master' into basic_subclassing…

    …_styler
    
    # Conflicts:
    #	pandas/io/formats/style.py
    attack68 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    19828c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Merge remote-tracking branch 'upstream/master' into basic_subclassing…

    …_styler
    
    # Conflicts:
    #	pandas/io/formats/style.py
    attack68 committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    79ad3a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. fix typing to new standard

    attack68 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    03415e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Merge remote-tracking branch 'upstream/master' into basic_subclassing…

    …_styler
    
    # Conflicts:
    #	pandas/io/formats/style.py
    attack68 committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5697ff9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. merge upstream master

    attack68 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    41760e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c11d1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'basic_subclassing_styler' into latex_styler_mvp

    # Conflicts:
    #	pandas/io/formats/style.py
    attack68 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    6547c6d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'basic_subclassing_styler' into latex_styler_mvp

    # Conflicts:
    #	pandas/io/formats/style.py
    attack68 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    3910fcf View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. documentation

    attack68 committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    0164d90 View commit details
    Browse the repository at this point in the history
  2. isort fix

    attack68 committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    463a54b View commit details
    Browse the repository at this point in the history
  3. doc improvements

    attack68 committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    4b7298f View commit details
    Browse the repository at this point in the history
  4. doc improvements

    attack68 committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    47a31a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    c373bb6 View commit details
    Browse the repository at this point in the history
  2. doc improvements

    attack68 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8b00376 View commit details
    Browse the repository at this point in the history
  3. remove column_format branch

    attack68 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b1e230d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into latex_styler_mvp

    # Conflicts:
    #	pandas/io/formats/style.py
    #	pandas/io/formats/style_render.py
    attack68 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    fd19d97 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    e31dba0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into latex_styler_mvp

    # Conflicts:
    #	doc/source/reference/style.rst
    #	pandas/io/formats/style_render.py
    attack68 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    bdab13d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1074b62 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    394bc3a View commit details
    Browse the repository at this point in the history
  2. doc fix

    attack68 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    034960f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b62f8d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    a0f1e79 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    2e714e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    38c62eb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    f95c21e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    c925958 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    2cc8ad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d962df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f6af2 View commit details
    Browse the repository at this point in the history
  4. grammar fix

    attack68 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    dce66d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fc9f0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb4479b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2ea5ae View commit details
    Browse the repository at this point in the history
  8. fix boolean

    attack68 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    518485d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d99245c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    766ad49 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    ee92f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e3418 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    2aca649 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    cf2f1e1 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    4d23e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1787084 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    9f71ac6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    4c0d768 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    50afe1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987b11d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eee5e5 View commit details
    Browse the repository at this point in the history
  4. whats new

    attack68 committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d271b0f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    3675492 View commit details
    Browse the repository at this point in the history
  2. version added

    attack68 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    97aef70 View commit details
    Browse the repository at this point in the history
  3. make most args keyword only

    attack68 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    f11ece9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Merge remote-tracking branch 'upstream/master' into latex_styler_mvp

    # Conflicts:
    #	doc/source/whatsnew/v1.3.0.rst
    attack68 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    2db0b17 View commit details
    Browse the repository at this point in the history
  2. non-unique latex test

    attack68 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    a4e29b5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    c9e27f5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    e4c9f00 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. merge upsteam

    attack68 committed May 12, 2021
    Configuration menu
    Copy the full SHA
    c00fece View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    c9f85ed View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    a406ff5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    f3ce4ff View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    652c102 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Merge remote-tracking branch 'upstream/master' into latex_styler_mvp

    # Conflicts:
    #	pandas/io/formats/style_render.py
    attack68 committed May 22, 2021
    Configuration menu
    Copy the full SHA
    6c017c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2f8a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd189f View commit details
    Browse the repository at this point in the history