Skip to content

0.7.0 (#54)

Compare
Choose a tag to compare
@pwwang pwwang released this 06 Jul 21:31
· 67 commits to master since this release
a39f4c9
  • ImproperUseError is now independent of VarnameRetrievingError (#49)
  • Deprecate argname, superseded by argname2
    >>> argname(a, b, ...) # before
    >>> argname2('a', 'b', ...) # after
  • Add dispatch argument to argname/argment2 to be used for single-dispatched functions (#53).