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

Version 1.7.0 #225

Merged
merged 6 commits into from
Feb 9, 2024
Merged

Version 1.7.0 #225

merged 6 commits into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. Python 2 cleanup

    mwouts committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9ddb744 View commit details
    Browse the repository at this point in the history
  2. Import datatables-net once per table

    Don't activate datatables twice
    mwouts committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e7fff44 View commit details
    Browse the repository at this point in the history
  3. Use df.isetitem(i, ...) rather than df.iloc[:,i] = ...

    to avoid a `pandas==2.2.0` warning:
    FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas.
    mwouts committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e5a1c0b View commit details
    Browse the repository at this point in the history
  4. Document ITables in Quarto

    Add data-quarto-disable-processing="true"
    to the tables that are not generated with to_html
    mwouts committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    64f7b04 View commit details
    Browse the repository at this point in the history
  5. Use an example df with no images

    Remove unnecessary dom arguments
    mwouts committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    64b74a0 View commit details
    Browse the repository at this point in the history
  6. Version 1.7.0

    mwouts committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    17bc25e View commit details
    Browse the repository at this point in the history