Releases: coroa/pandas-indexing
Releases · coroa/pandas-indexing
v0.6.3
What's Changed
- chore: add python 3.13 to testing matrix by @coroa in #66
- feat: add compatibility with uv by @coroa in #67
- feat: add multiindex filtering to isin by @coroa in #68
- fix(docs): fix formatting problems with doc decorator by @coroa in #70
- feat(core): make concat reorder also other axis of a DataFrame by @coroa in #71
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Add py.typed file by @znichollscr in #63
- feat(core): Make semijoin and antijoin accept a Series or DataFrame argument by @coroa in #65
New Contributors
- @znichollscr made their first contribution in #63
Full Changelog: v0.6.1...v0.6.2
Version 0.6.1
What's Changed
Full Changelog: v0.6.0...v0.6.1
Version 0.6.0
What's Changed
- feat(core): formatlevel and extractlevel get optional patterns by @coroa in #61
- feat(iamc): Add Resolver to new iamc sub-package by @coroa in #60
Full Changelog: v0.5.2...v0.6.0
Version 0.5.2
What's Changed
- enh(units): Load pint and pint-pandas only on demand by @coroa in #57
- feat(selectors): Allow mixing selectors with Series and callables by @coroa in #59
Full Changelog: v0.5.1...v0.5.2
Version 0.5.1
What's Changed
- fix(selectors): Make isin selector return a Series by @coroa in #55
- fix(utils): Fix shell_pattern_to_regex to work with brackets by @coroa in #56
Full Changelog: v0.5.0...v0.5.1
Version 0.5.0
What's Changed
Breaking
Deprecates the drop argument of extractlevel
in favour of keep and changes the default to keep=False
, ie. if keep is not specified, the split level will be removed.
Enhancements
Full Changelog: v0.4.2...v0.5.0
Version 0.4.2
What's Changed
Full Changelog: v0.4.1...v0.4.2
Version 0.4.1
What's Changed
Full Changelog: v0.4.0...v0.4.1