Skip to content

v0.18.2 Support for latest pandas version

Compare
Choose a tag to compare
@kayibal kayibal released this 22 Aug 11:27
· 26 commits to master since this release
8d2f8f6

This adds back support for latest pandas version while still supporting older versions as well.
This also includes some bugfixes:

  • loc indexing on duplicated indizes works now
  • getitem indexing is closer to pandas behaviour
  • fixed a bug which appeared with older scipy version (<1.0.0)