File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Contributors
100
100
- [ @MollyCroke ] ( https://github.com/MollyCroke ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3AMollyCroke )
101
101
- [ @ericclessantostv ] ( https://github.com/ericlessantostv ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Aericclessantostv )
102
102
- [ @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 )
104
104
- [ @thatlittleboy ] ( https://github.com/thatlittleboy ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Athatlittleboy )
105
105
- [ @robertmitchellv ] ( https://github.com/robertmitchellv ) | [ contributions] ( https://github.com/pyjanitor-devs/pyjanitor/issues?q=is%3Aclosed+mentions%3Arobertmitchellv )
106
106
- [ @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 14
14
- [ ENH] Add ` names_expand ` and ` index_expand ` parameters to ` pivot_wider ` for exposing missing categoricals. Issue #1108 @samukweku
15
15
- [ ENH] Add fix for slicing error when selecting columns in ` pivot_wider ` . Issue #1134 @samukweku
16
16
- [ 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
17
18
- [ BUG] Force ` math.softmax ` returning ` Series ` . PR #1139 @Zeroto521
18
19
19
20
## [ v0.23.1] - 2022-05-03
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies:
22
22
- make
23
23
- mkdocs
24
24
- mkdocs-material
25
- - mkdocstrings<0.18.0
25
+ - mkdocstrings-python
26
26
- missingno
27
27
- multipledispatch
28
28
- mypy
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ plugins:
46
46
show_source : true
47
47
# https://github.com/mkdocstrings/mkdocstrings/issues/278#issuecomment-831411193
48
48
selection :
49
- docstring_style : restructured-text
49
+ docstring_style : sphinx
50
50
# custom_templates: templates
51
51
watch :
52
52
- janitor/
You can’t perform that action at this time.
0 commit comments