Skip to content

Hot fix for `from_string`

Compare
Choose a tag to compare
@AlexandreDecan AlexandreDecan released this 17 Apr 14:30
· 75 commits to master since this release

Fixed

  • from_stringraises a ValueError if given string cannot be parsed to an interval (#57).

Changed

  • Drop official support for Python 3.5.
  • Use black as official code formatting.