Skip to content

v.1.3.7 (released September 8, 2019)

Compare
Choose a tag to compare
@insightindustry insightindustry released this 08 Sep 15:59
· 67 commits to master since this release
36ce607
  • #39: Removed artifact print() statement in variable name validator.
  • #40: Fixed bug in checkers.is_type() that would return false negatives when
    evaluating an abc.ABCMeta object (an Abstract Base Class type-equivalent
    object) as opposed to an instance that inherits from abc.ABCMeta.
  • Added contributor list to documentation.