v0.18.2 Support for latest pandas version
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)