Skip to content

v0.0.81

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 15:01
· 172 commits to master since this release

Commits

  • e6ffcf3: [minor] improve docs (Zhiyuan Chen)
  • 3f50f93: fix all_keys/all_items raises TypeError when key is not str (Zhiyuan Chen)
  • a04521d: call set instead of setitem in merge (Zhiyuan Chen)
  • e69fd72: add locked which temporarily lockes config (Zhiyuan Chen)
  • ffe7115: improve doctest (Zhiyuan Chen)
  • c05461a: improve lints (Zhiyuan Chen)
  • f39d62a: iter through property in NestedDict.set (Zhiyuan Chen)
  • bb727e8: call magic methods in get/set (Zhiyuan Chen)
  • 1fc95e5: improve docs (Zhiyuan Chen)
  • e7d9001: support args and kwargs in apply (Zhiyuan Chen)
  • ed563b3: add test.py (Zhiyuan Chen)
  • 1afcf45: simplify to_dict (Zhiyuan Chen)
  • 8e4c061: reorganise code (Zhiyuan Chen)
  • 87a9585: fix to_dict does not traverse through dict container (Zhiyuan Chen)
  • 7ca8564: make apply traverse all data container in NestedDict (Zhiyuan Chen)
  • d6aceb7: rewrite apply and apply_ for better extensibility (Zhiyuan Chen)