Skip to content

0.5.0

Compare
Choose a tag to compare
@Dobiasd Dobiasd released this 07 Jan 16:08
· 80 commits to master since this release

Add support for meaningful conversions from string to bool (with convert==True):

  • True <- ['1', 'yes', 'true', 'on']
  • False <- ['0', 'no', 'false', 'off']