Skip to content

Releases: coroa/pandas-indexing

Version 0.2.10

31 Aug 00:09
Compare
Choose a tag to compare

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

26 Jul 08:28
Compare
Choose a tag to compare
Version 0.2.10-b2 Pre-release
Pre-release

Bugfix in revised arithmetics for decoupling axis from unitaxis.

Version 0.2.10-b1

26 Jul 08:00
Compare
Choose a tag to compare
Version 0.2.10-b1 Pre-release
Pre-release

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

11 Jul 12:32
f094556
Compare
Choose a tag to compare

What's Changed

  • Fix projectlevel on columns of a DataFrame in #28
  • Rename accessor to pix by in #27

Full Changelog: v0.2.8...v0.2.9

v0.2.8

24 Jun 12:00
Compare
Choose a tag to compare

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

26 May 20:04
d72d92b
Compare
Choose a tag to compare

What's Changed

  • Fix pandas 3.8 and test it again in CI by @coroa in #19

Full Changelog: v0.2.6...v0.2.7

Version 0.2.6

25 May 16:40
7fdaf1c
Compare
Choose a tag to compare

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

09 May 06:14
89ad272
Compare
Choose a tag to compare

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

Version 0.2.4

03 May 22:25
194b991
Compare
Choose a tag to compare

What's Changed

  • Fix new accessors and add tests by @coroa in #10

Full Changelog: v0.2.3...v0.2.4

Version 0.2.3

03 May 19:58
Compare
Choose a tag to compare

What's Changed

  • Add uniquelevel in #8
  • Add summarylevel in #9

Full Changelog: v0.2.2...v0.2.3