Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Bump pyjanitor from 0.20.0 to 0.24.0 #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps pyjanitor from 0.20.0 to 0.24.0.

Release notes

Sourced from pyjanitor's releases.

v0.24.0

Contribution details can be found in CHANGELOG.md

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: pyjanitor-devs/pyjanitor@v0.21.2...v0.22.0

v0.21.2

Contribution details can be found in CHANGELOG.md

What's Changed

Full Changelog: pyjanitor-devs/pyjanitor@v0.21.1...v0.21.2

v0.21.1

Contribution details can be found in CHANGELOG.md

... (truncated)

Changelog

Sourced from pyjanitor's changelog.

[v0.24.0] - 2022-11-12

  • [ENH] Add lazy imports to speed up the time taken to load pyjanitor (part 2)
  • [DOC] Updated developer guide docs.
  • [ENH] Allow column selection/renaming within conditional_join. Issue #1102. Also allow first or last match. Issue #1020 @​samukweku.
  • [ENH] New decorator deprecated_kwargs for breaking API. #1103 @​Zeroto521
  • [ENH] Extend select_columns to support non-string columns. Issue #1105 @​samukweku
  • [ENH] Performance improvement for groupby_topk. Issue #1093 @​samukweku
  • [ENH] min_max_scale drop old_min and old_max to fit sklearn's method API. Issue #1068 @​Zeroto521
  • [ENH] Add jointly option for min_max_scale support to transform each column values or entire values. Default transform each column, similar behavior to sklearn.preprocessing.MinMaxScaler. (Issue #1067, PR #1112, PR #1123) @​Zeroto521
  • [INF] Require pyspark minimal version is v3.2.0 to cut duplicates codes. Issue #1110 @​Zeroto521
  • [ENH] Add support for extension arrays in expand_grid. Issue #1121 @​samukweku
  • [ENH] Add names_expand and index_expand parameters to pivot_wider for exposing missing categoricals. Issue #1108 @​samukweku
  • [ENH] Add fix for slicing error when selecting columns in pivot_wider. Issue #1134 @​samukweku
  • [ENH] dropna parameter added to pivot_longer. Issue #1132 @​samukweku
  • [INF] Update mkdocstrings version and to fit its new coming features. PR #1138 @​Zeroto521
  • [BUG] Force math.softmax returning Series. PR #1139 @​Zeroto521
  • [INF] Set independent environment for building documentation. PR #1141 @​Zeroto521
  • [DOC] Add local documentation preview via github action artifact. PR #1149 @​Zeroto521
  • [ENH] Enable encode_categorical handle 2 (or more ) dimensions array. PR #1153 @​Zeroto521
  • [TST] Fix testcases failing on Window. Issue #1160 @​Zeroto521, and @​samukweku
  • [INF] Cancel old workflow runs via Github Action concurrency. PR #1161 @​Zeroto521
  • [ENH] Faster computation for non-equi join, with a numba engine. Speed improvement for left/right joins when sort_by_appearance is False. Issue #1102 @​samukweku
  • [BUG] Avoid change_type mutating original DataFrame. PR #1162 @​Zeroto521
  • [ENH] The parameter column_name of change_type totally supports inputing multi-column now. #1163 @​Zeroto521
  • [ENH] Fix error when sort_by_appearance=True is combined with dropna=True. Issue #1168 @​samukweku
  • [ENH] Add explicit default parameter to case_when function. Issue #1159 @​samukweku
  • [BUG] pandas 1.5.x _MergeOperation doesn't have copy keyword anymore. Issue #1174 @​Zeroto521
  • [ENH] select_rows function added for flexible row selection. Generic select function added as well. Add support for MultiIndex selection via dictionary. Issue #1124 @​samukweku
  • [TST] Compat with macos and window, to fix FailedHealthCheck Issue #1181 @​Zeroto521
  • [INF] Merge two docs CIs (docs-preview.yml and docs.yml) to one. And add documentation pytest mark. PR #1183 @​Zeroto521
  • [INF] Merge codecov.yml (only works for the dev branch pushing event) into tests.yml (only works for PR event). PR #1185 @​Zeroto521
  • [TST] Fix failure for test/timeseries/test_fill_missing_timestamp. Issue #1184 @​samukweku
  • [BUG] Import DataDescription to fix: AttributeError: 'DataFrame' object has no attribute 'data_description'. PR #1191 @​Zeroto521

[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

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

Bumps [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) from 0.20.0 to 0.24.0.
- [Release notes](https://github.com/pyjanitor-devs/pyjanitor/releases)
- [Changelog](https://github.com/pyjanitor-devs/pyjanitor/blob/dev/CHANGELOG.md)
- [Commits](pyjanitor-devs/pyjanitor@v0.20.0...v0.24.0)

---
updated-dependencies:
- dependency-name: pyjanitor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants