Skip to content

v1.5.15

Choose a tag to compare

@jph00 jph00 released this 07 Aug 01:55
· 410 commits to master since this release

New Features

  • layered Config with extra_files; Config repr (#456), thanks to @seeM
  • in-memory Config by passing save=False (#455), thanks to @seeM
  • use == for non iterable args to all_equal (#453)
  • New method: AttrDict.copy, to return AttrDict instead of plain python dict (#451), thanks to @Salehbigdeli
  • add xdg module (#450)
  • add console_help (#448)
  • add module info to basic_repr (#447)
  • add only and nested_setdefault collection functions (#446), thanks to @seeM
  • include annotations and qualname in copy_func (#425), thanks to @seeM

Bugs Squashed

  • Fix scripts not executing (#449), thanks to @renato145
  • urllib opener can conflict with fork parallel on macos (#444)