Skip to content

Intervals in pandas & consistent slices

Compare
Choose a tag to compare
@AlexandreDecan AlexandreDecan released this 28 Feb 10:22
· 101 commits to master since this release

Fixes:

  • Getting items from an Interval using a slice does no longer return a list but an Interval instance.
  • Intervals are properly pretty-printed by pandas (#54).