File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Contributors
100100- [ @MollyCroke ] ( https://github.com/MollyCroke ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3AMollyCroke )
101101- [ @ericclessantostv ] ( https://github.com/ericlessantostv ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Aericclessantostv )
102102- [ @fireddd ] ( https://github.com/fireddd ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Afireddd )
103- - [ @Zeroto521 ] ( https://github.com/Zeroto521 ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/pulls?utf8=%E2%9C%93& q=is%3Aclosed+mentions%3Zeroto521 )
103+ - [ @Zeroto521 ] ( https://github.com/Zeroto521 ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/pulls?q=is%3Aclosed+mentions%3Azeroto521 )
104104- [ @thatlittleboy ] ( https://github.com/thatlittleboy ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Athatlittleboy )
105105- [ @robertmitchellv ] ( https://github.com/robertmitchellv ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Arobertmitchellv )
106106- [ @Econundrums ] ( https://github.com/Econundrums ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3AEconundrums )
Original file line number Diff line number Diff line change 1414- [ ENH] Add ` names_expand ` and ` index_expand ` parameters to ` pivot_wider ` for exposing missing categoricals. Issue #1108 @samukweku
1515- [ ENH] Add fix for slicing error when selecting columns in ` pivot_wider ` . Issue #1134 @samukweku
1616- [ ENH] ` dropna ` parameter added to ` pivot_longer ` . Issue #1132 @samukweku
17+ - [ INF] Update ` mkdocstrings ` version and to fit its new coming features. PR #1138 @Zeroto521
1718- [ BUG] Force ` math.softmax ` returning ` Series ` . PR #1139 @Zeroto521
1819
1920## [ v0.23.1] - 2022-05-03
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies:
2222 - make
2323 - mkdocs
2424 - mkdocs-material
25- - mkdocstrings<0.18.0
25+ - mkdocstrings-python
2626 - missingno
2727 - multipledispatch
2828 - mypy
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ plugins:
4646 show_source : true
4747 # https://github.com/mkdocstrings/mkdocstrings/issues/278#issuecomment-831411193
4848 selection :
49- docstring_style : restructured-text
49+ docstring_style : sphinx
5050 # custom_templates: templates
5151 watch :
5252 - janitor/
You can’t perform that action at this time.
0 commit comments