Releases: pyjanitor-devs/pyjanitor
Releases · pyjanitor-devs/pyjanitor
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
- [INF] simplify a bit linting, use pre-commit as CI linting checker by @Zeroto521 in #892
- [ENH] Updates to Pivot longer by @samukweku in #886
- [ENH] Pivot wider improve by @samukweku in #874
- [BUGFIX] Conditional Joins by @samukweku in #910
- [ENH] Add case_when #736 by @robertmitchellv in #775
- [ENH] Process text by @samukweku in #878
- [ENH] Improve complete function by @samukweku in #933
- [ENH] Handle null values in concatenate_columns function by @farhanreynaldo in #935
- [DOC] Hotfix for CHANGELOG.md by @ericmjl in #944
- Improvements to Conditional Join by @samukweku in #943
- [ENH] Categoricals improve by @samukweku in #930
- Bump babel from 2.8.0 to 2.9.1 in /.requirements by @dependabot in #950
- [ENH] Complete dict fix by @samukweku in #948
- [ENH] Deprecate names_sort from pivot_wider by @samukweku in #951
- [DOC] Switch from Sphinx to MkDocs by @ericmjl in #897
- XFAIL test_dict_extension_array for janitor.complete function (CI dtype mismatch) by @samukweku in #953
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #955
- [ENH] conditional_join by @samukweku in #954
- [ENH] add
softmax
tomath
module by @loganthomas in #941 - [ENH] Conditional_join by @samukweku in #956
New Contributors
- @robertmitchellv made their first contribution in #775
- @farhanreynaldo made their first contribution in #935
- @pre-commit-ci made their first contribution in #955
Full Changelog: v0.21.2...v0.22.0
v0.21.2
Contribution details can be found in CHANGELOG.md
What's Changed
- [ENH] Coalesce keyword args only by @samukweku in #887
- [INF] Add SciPy as explicit dependency in
base.in
by @ericmjl in #896
Full Changelog: v0.21.1...v0.21.2
v0.21.1
Contribution details can be found in CHANGELOG.md
What's Changed
- [INF] GitHub Auto-Release Pointer by @loganthomas in #842
- [DOC] Updated broken links in the README and contributing docs files by @nvamsikrishna05 in #839
- [INF] Update pre-commit hook revs by @loganthomas in #846
- [INF] Update code_check github actions black version by @nvamsikrishna05 in #848
- [DOC] Fix AUTHORS.rst by @loganthomas in #843
- [ENH] Updated label_encode to use pandas factorize by @nvamsikrishna05 in #847
- Add codecov.io to test suite by @ericmjl in #851
- [ENH] Added factorize_columns fuction by @nvamsikrishna05 in #850
- [ENH] Add drop_constant_columns function by @fireddd in #852
- [ENH] Add reset index flag to row_to_name function by @fireddd in #849
- [DOC] Scrub readthedocs from repo by @loganthomas in #864
- Doc updates by @loganthomas in #865
- [INF] Fix
isort
checks by @loganthomas in #866 - [DOC] Add a link to the documentation, update deprecated links by @adrienpacifico in #875
- Forgot the word documentation in my sentence by @adrienpacifico in #877
- [DOC]Add missing functions to API docs Index by @samukweku in #872
- [INF] Add docs build GitHub action by @ericmjl in #870
- [ENH] Fill direction by @samukweku in #879
- [EHN] Set
expand_column
'ssep
default as"|"
by @Zeroto521 in #880 - [ENH] variable args for
complete
by @samukweku in #857 - [ENH} Conditional Join by @samukweku in https://github.com//pull/861
- [INF] Speed up pytest via
-n
(pytest-xdist) option by @Zeroto521 in #884 - [DOC] Add list mark to keep
select_columns
's example same style by @Zeroto521 in #888 - [ENH] rename_columns function mapper enhancements by @nvamsikrishna05 in #893
New Contributors
- @fireddd made their first contribution in #852
- @adrienpacifico made their first contribution in #875
Full Changelog: v0.21.0...v0.21.1
v0.21.0
Release Notes can be found in the Changelog.rst file
What's Changed
- Bump pyyaml from 5.3.1 to 5.4 in /.requirements by @dependabot in #822
- [ENH] General Fixes by @samukweku in #823
- Bump pygments from 2.7.1 to 2.7.4 in /.requirements by @dependabot in #824
- [ENH] fix bug pivot_longer by @samukweku in #828
- Pin py at 1.10.0 by @ericmjl in #830
- [ENH] Minor fixes by @samukweku in #833
- [ENH] Pivot longer and other fixes by @samukweku in #837
- [ENH] Attempt to fix issues 737, 198, 752, 209, 366, 382, 695 by @BaritoneBeard in #832
- [ENH] Updated convert_excel_date to throw meaningful error by @nvamsikrishna05 in #841
New Contributors
- @BaritoneBeard made their first contribution in #832
Full Changelog: v0.20.14...v0.21.0
Version 0.18.1
Contribution details can be found in CHANGELOG.rst.
What's Changed
- [ENH] add preserve_position kwarg to deconcatenate_column #478 by @shandou in #484
- [DOC] started release notes for version 0.18.1 #489 by @ericmjl in #490
- [DOC] Added contributions that did not leave git trace #483 by @ericmjl in #491
- [TST] merged tests for deconcatenate columns #492 by @ericmjl in #494
- [DOC] Clarify Python version compatibility to >=py36 by @hectormz in #497
- [ENH] Add inflation adjustment function #384 by @rahosbach in #485
- [DOC] Update PR template to include changelog in release. by @ericmjl in #499
- [DOC] add inflation adjustment to changelog by @ericmjl in #500
- [DOC] Docstring n code guideline #488 by @shandou in #505
- [ENH] Add optional removal of accents on functions.clean_names, enabled by default. by @mralbu in #506
- [DOC] prettyfying changelog by @ericmjl in #508
- [ENH] Add snake option to clean_names by @ericmjl in #509
- [ENH] Added convert_units() method in engineering submodule by @rahosbach in #507
- [DOC] Add PyPI description by @hectormz in #513
- [ENH] Add Example Notebook for Finance Submodule by @rahosbach in #517
- [ENH] Add null_flag function #501 by @anzelpwj in #510
- [INF] add pip-wheel-metadata to gitignore by @ericmjl in #521
- [DOC] Link to contribution docs for tests by @ericmjl in #522
- [DOC] Fix markdown level for intl teach notebook #476 by @jk3587 in #523
- [BUG] changed assertion statements in deconcatenate_columns to error statements by @ericmjl in #525
New Contributors
Full Changelog: v0.18.0...v0.18.1
First release
First public release to PyPI and conda-forge.
What's Changed
- Initial Update by @pyup-bot in #7
- Updated column name cleaning functions. by @ericmjl in #9
- Clean names multiindex by @JoshuaC3 in #11
- Clean names remove outer underscores by @JoshuaC3 in #13
New Contributors
Full Changelog: https://github.com/pyjanitor-devs/pyjanitor/commits/v0.1.1