ocean-data-factory-sweden / kso

Notebooks to upload/download marine footage, connect to a citizen science project, train machine learning models and publish marine biological observations.
GNU General Public License v3.0
4 stars 12 forks source link

Bump itables from 0.3.0 to 1.4.4 #123

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps itables from 0.3.0 to 1.4.4.

Release notes

Sourced from itables's releases.

Version 1.4.4

Fixed

  • We have added numpy to the dependencies, pytz is an optional dependency (used in the sample dataframes only), and we do not depend on six anymore (#149) The build time dependencies pathlib and requests are listed in pyproject.toml (since #123, itables==1.4.0)

Version 1.4.3

Changed

  • When a table is made of only a few rows, we display just the table (not the search box, pagination control, etc)

Version 1.4.2

Fixed

  • We make sure that the table content has the same number of columns as the header (#141)
  • We have updated the documentation on column widths (#145)

Version 1.4.1

1.4.1 (2022-12-04)

Fixed

  • We have added setuptools.build_meta as the build backend in pyproject.toml (#142)
  • We have fixed a typo in itables.options.style

Changed

  • We have updated the development status of the project to Production/Stable

Version 1.4.0

Fixed

  • We have improved the support for dark themes by using the CSS from datatables.net in version 1.13.1 (#103)
  • We have fixed a compatibility issue with old versions of pandas
  • We have added a test to make sure that timezones are preserved
  • requests was added as a build dependency (#123)
  • and the flake8 pre-commit hook was fixed (#124) - thanks to Anselm Hahn for these two contributions!
  • Duplicated column and index names are supported (#134)

Added

  • The examples in the documentation are now executed as part of the test suite to increase the coverage.
  • We have added a new caption argument to the show function to make it easier to add captions on tables.

Changed

  • We have changed the default table to style = "table-layout:auto;width:auto;margin:auto" to fix an issue on the width of index columns (default style was width:auto previously) (#130)
  • The default classes applied to datatables are now ["display", "nowrap"]
  • We have changed the default order to order = [] i.e. we don't sort anymore the table, even when the index is monotonic, to fix an issue in the order of categories (#135)
  • We have set an explicit maxRows = 0 and also increased maxColumns to 200 (instead of Pandas' default at 20).

Version 1.3.5

Fixed

  • We use pandas.io.formats.format.format_array to format non-trivial dtypes (as in itables<=1.3.1) (#112)
  • The downsampling of large tables is faster. We have also added a new function generate_random_df to generate large tables on demand (#113)
  • We don't raise a warning anymore when a table is downsampled. Instead, we add this information to the table summary (#114)

... (truncated)

Changelog

Sourced from itables's changelog.

1.4.4 (2023-01-15)

Fixed

  • We have added numpy to the dependencies, pytz is an optional dependency (used in the sample dataframes only), and we do not depend on six anymore (#149) The build time dependencies pathlib and requests are listed in pyproject.toml (since #123, itables==1.4.0)

1.4.3 (2023-01-14)

Changed

  • When a table is made of only a few rows, we display just the table (not the search box, pagination control, etc)

1.4.2 (2022-12-23)

Fixed

  • We make sure that the table content has the same number of columns as the header (#141)
  • We have updated the documentation on column widths (#145)

1.4.1 (2022-12-04)

Fixed

  • We have added setuptools.build_meta as the build backend in pyproject.toml (#142)
  • We have fixed a typo in itables.options.style

Changed

  • We have updated the development status of the project to Production/Stable

1.4.0 (2022-12-04)

Fixed

  • We have improved the support for dark themes by using the CSS from datatables.net in version 1.13.1 (#103)
  • We have fixed a compatibility issue with old versions of pandas
  • We have added a test to make sure that timezones are preserved
  • requests was added as a build dependency (#123)
  • and the flake8 pre-commit hook was fixed (#124) - thanks to Anselm Hahn for these two contributions!
  • Duplicated column and index names are supported (#134)

Added

  • The examples in the documentation are now executed as part of the test suite to increase the coverage.
  • We have added a new caption argument to the show function to make it easier to add captions on tables.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Dependabot tried to add @glenn-jocher as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/ocean-data-factory-sweden/kso-object-detection/pulls/123/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the ocean-data-factory-sweden/kso-object-detection repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
dependabot[bot] commented 1 year ago

The following labels could not be found: dependencies.

dependabot[bot] commented 1 year ago

Superseded by #126.