Skip to content

Releases: coroa/pandas-indexing

Version 0.2.2

02 May 11:16
15dc21a
Compare
Choose a tag to compare

What's Changed

  • Add dropna for removing missing index entries by @coroa in #4
  • Rename dropna to dropnalevel for consistency by @coroa in #6
  • Add frame argument to assignlevel by @coroa in #5
  • Add tests and extend doc strings for isin and ismatch by @coroa in #7

Full Changelog: v0.2.1...v0.2.2

Version 0.2.1

08 Apr 09:19
Compare
Choose a tag to compare

What's Changed

  • Restore compatibility with python 3.8
  • Improve typing and add tests for isin and ismatch

Full Changelog: v0.2...v0.2.1

Version 0.2

07 Apr 21:35
890f37e
Compare
Choose a tag to compare

What's Changed

  • Add aligned arithmetics and improve selectors by @coroa in #3

Full Changelog: v0.1.2...v0.2

Version 0.1.2

27 Feb 23:14
Compare
Choose a tag to compare

What changed

  • The documentation was extended by a guide introducing the most important methods and their use, see usage on readthedocs.
  • Bugs in the recent semijoin method were fixed.

Version 0.1.1

27 Feb 19:02
f6ce757
Compare
Choose a tag to compare

What's Changed

  • Clean up documentation by @coroa in #1
  • Add semijoin method by @coroa in #2
  • Add pandas accessor idx

Version 0.1

24 Feb 23:21
Compare
Choose a tag to compare

Initial version