Releases: coroa/pandas-indexing
Releases · coroa/pandas-indexing
Version 0.2.10
What's Changed
- Add to_tidy method for converting time-series repr to tidy by @coroa in #31
- Create a single level index in formatlevel by @coroa in #29
- Add aggregatelevel by @coroa in #32
- Revise arithmetics by @coroa in #34
- Improve semijoin and concat by @coroa in #37
- Add mode argument to aggregatelevel by @coroa in #39
- Fix unit-aware arithmetics by @coroa in #36
Full Changelog: v0.2.9...v0.2.10
Version 0.2.10-b2
Bugfix in revised arithmetics for decoupling axis
from unitaxis
.
Version 0.2.10-b1
What's Changed
- Add to_tidy method for converting time-series repr to tidy in #31
- Create a single level index in formatlevel in #29
- Add aggregatelevel in #32
- Revise arithmetics in #34
Full Changelog: v0.2.9...v0.2.10-b1
Version 0.2.9
What's Changed
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- Use MyST notebook rendering for docs by @coroa in #20
- Fix extractlevel docstring and a bug in ismatch by @coroa in #21
- Fix semijoin and concat by @coroa in #24
- Add unit handling w/ and w/o pint_pandas by @coroa in #17
Full Changelog: v0.2.7...v0.2.8
Thanks to @l-welder for complaining about bugs and incomprehensible docs.
Check also linked manual changelog notes in readthedocs.
Version 0.2.7
What's Changed
Full Changelog: v0.2.6...v0.2.7
Version 0.2.6
What's Changed
- Add concat function by in #14
- Fix minor bug in formatlevel and improve test coverage in #15
- Add callable filters to isin selector in #16
- Make extractlevel work with singlelevel indices in #18
Full Changelog: v0.2.5...v0.2.6
Version 0.2.5
What's Changed
- Rename summarylevel to describelevel in #11
- Avoid repetition in accessors with doc string templates in #12
- Add extractlevel and formatlevel and clean up doc in #13
Full Changelog: v0.2.4...v0.2.5