File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.21.1] - 2021-08-29
6
+
5
7
- [ DOC] Fix references and broken links in AUTHORS.rst. @loganthomas
6
8
- [ DOC] Updated Broken links in the README and contributing docs. @nvamsikrishna05
7
9
- [ INF] Update pre-commit hooks and remove mutable references. Issue #844 . @loganthomas
15
17
- [ DOC] Delete Read the Docs project and remove all readthedocs.io references from the repo. Issue #863 . @loganthomas
16
18
- [ DOC] Updated various documentation sources to reflect pyjanitor-dev ownership. @loganthomas
17
19
- [ INF] Fix ` isort ` automatic checks. Issue #845 . @loganthomas
18
- - [ ENH] ` complete ` function now uses variable args (* args) - @samukweku
20
+ - [ ENH] ` complete ` function now uses variable args (\ * args) - @samukweku
19
21
- [ EHN] Set ` expand_column ` 's ` sep ` default is ` "|" ` , same to ` pandas.Series.str.get_dummies ` . Issue #876 . @Zeroto521
20
22
- [ ENH] Deprecate ` limit ` from fill_direction. fill_direction now uses kwargs. @samukweku
21
23
- [ ENH] Added ` conditional_join ` function that supports joins on non-equi operators. @samukweku
@@ -230,7 +232,10 @@ We thank all contributors
230
232
who have helped make ` pyjanitor `
231
233
the package that it is today.
232
234
233
- [ Unreleased ] : https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.0...HEAD
235
+ [ Unreleased ] : https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.1...HEAD
236
+
237
+ [ v0.21.1 ] : https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.0...v0.21.1
238
+
234
239
[ v0.21.0 ] : https://github.com/pyjanitor-devs/pyjanitor/compare/v0.20.14...v0.21.0
235
240
236
241
[ v0.20.14 ] : https://github.com/pyjanitor-devs/pyjanitor/compare/v0.20.13...v0.20.14
You can’t perform that action at this time.
0 commit comments