dxc-technology / DXC-Industrialized-AI-Starter

Industrialized AI Starter
Apache License 2.0
26 stars 38 forks source link

Bump pyjanitor from 0.20.0 to 0.23.1 #210

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps pyjanitor from 0.20.0 to 0.23.1.

Release notes

Sourced from pyjanitor's releases.

v0.23.1

Contribution details can be found in CHANGELOG.md

v0.22.0

Contribution details can be found in CHANGELOG.md

What's Changed

New Contributors

Full Changelog: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.2...v0.22.0

v0.21.2

Contribution details can be found in CHANGELOG.md

What's Changed

Full Changelog: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.1...v0.21.2

v0.21.1

Contribution details can be found in CHANGELOG.md

What's Changed

... (truncated)

Changelog

Sourced from pyjanitor's changelog.

[v0.23.1] - 2022-05-03

  • [DOC] Updated fill.py and update_where.py documentation with working examples.
  • [ENH] Deprecate num_bins from bin_numeric in favour of bins, and allow generic **kwargs to be passed into pd.cut. Issue #969. @​thatlittleboy
  • [ENH] Fix concatenate_columns not working on category inputs @​zbarry
  • [INF] Simplify CI system @​ericmjl
  • [ENH] Added "read_commandline" function to janitor.io @​BaritoneBeard
  • [BUG] Fix bug with the complement parameter of filter_on. Issue #988. @​thatlittleboy
  • [ENH] Add xlsx_table, for reading tables from an Excel sheet. @​samukweku
  • [ENH] minor improvements for conditional_join; equality only joins are no longer supported; there has to be at least one non-equi join present. @​samukweku
  • [BUG] sort_column_value_order no longer mutates original dataframe.
  • [BUG] Extend fill_empty's column_names type range. Issue #998. @​Zeroto521
  • [BUG] Removed/updated error-inducing default arguments in row_to_names (#1004) and round_to_fraction (#1005). @​thatlittleboy
  • [ENH] patterns deprecated in favour of importing re.compile. #1007 @​samukweku
  • [ENH] Changes to kwargs in encode_categorical, where the values can either be a string or a 1D array. #1021 @​samukweku
  • [ENH] Add fill_value and explicit parameters to the complete function. #1019 @​samukweku
  • [ENH] Performance improvement for expand_grid. @​samukweku
  • [BUG] Make factorize_columns (PR #1028) and truncate_datetime_dataframe (PR #1040) functions non-mutating. @​thatlittleboy
  • [BUG] Fix SettingWithCopyWarning and other minor bugs when using truncate_datetime_dataframe, along with further performance improvements (PR #1040). @​thatlittleboy
  • [ENH] Performance improvement for conditional_join. @​samukweku
  • [ENH] Multiple .value is now supported in pivot_longer. Multiple values_to is also supported, when names_pattern is a list or tuple. names_transform parameter added, for efficient dtype transformation of unpivoted columns. #1034, #1048, #1051 @​samukweku
  • [ENH] Add xlsx_cells for reading a spreadsheet as a table of individual cells. #929 @​samukweku.
  • [ENH] Let filter_string suit parameters of Series.str.contains Issue #1003 and #1047. @​Zeroto521
  • [ENH] names_glue in pivot_wider now takes a string form, using str.format_map under the hood. levels_order is also deprecated. @​samukweku
  • [BUG] Fixed bug in transform_columns which ignored the column_names specification when new_column_names dictionary was provided as an argument, issue #1063. @​thatlittleboy
  • [BUG] count_cumulative_unique no longer modifies the column being counted in the output when case_sensitive argument is set to False, issue #1065. @​thatlittleboy
  • [BUG] Fix for gcc missing error in dev container
  • [DOC] Added a step in the dev guide to install Remote Container in VS Code. @​ashenafiyb
  • [DOC] Convert expand_column and find_replace code examples to doctests, issue #972. @​gahjelle
  • [DOC] Convert expand_column code examples to doctests, issue #972. @​gahjelle
  • [DOC] Convert get_dupes code examples to doctests, issue #972. @​ethompsy
  • [DOC] Convert engineering code examples to doctests, issue #972 @​ashenafiyb
  • [DOC] Convert groupby_topk code examples to doctests, issue #972. @​ethompsy
  • [DOC] Add doctests to math, issue #972. @​gahjelle
  • [DOC] Add doctests to math and ml, issue #972. @​gahjelle
  • [DOC] Add doctests to math, ml, and xarray, issue #972. @​gahjelle

[v0.22.0] - 2021-11-21

  • [BUG] Fix conditional join issue for multiple conditions, where pd.eval fails to evaluate if numexpr is installed. #898 @​samukweku
  • [ENH] Added case_when to handle multiple conditionals and replacement values. Issue #736. @​robertmitchellv
  • [ENH] Deprecate new_column_names and merge_frame from process_text. Only existing columns are supported. @​samukweku
  • [ENH] complete uses pd.merge internally, providing a simpler logic, with some speed improvements in certain cases over pd.reindex. @​samukweku
  • [ENH] expand_grid returns a MultiIndex DataFrame, allowing the user to decide how to manipulate the columns. @​samukweku
  • [INF] Simplify a bit linting, use pre-commit as the CI linting checker. @​Zeroto521
  • [ENH] Fix bug in pivot_longer for wrong output when names_pattern is a sequence with a single value. Issue #885 @​samukweku
  • [ENH] Deprecate aggfunc from pivot_wider; aggregation can be chained with pandas' groupby.
  • [ENH] As_Categorical deprecated from encode_categorical; a tuple of (categories, order) suffices for **kwargs. @​samukweku
  • [ENH] Deprecate names_sort from pivot_wider.@​samukweku
  • [ENH] Add softmax to math module. Issue #902. @​loganthomas

... (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

Superseded by #227.