Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:36
· 101 commits to master since this release
v0.10.0
32dd19e
Bump to v0.10.0

Feature

    supports PEP 561 -- Distributing and Packaging Type Information

Fix

    remove LICENSE file from dist files
    duplicated extracting if class attrs overlap happened #67
    remove super class sub-extractors error #68

Refactor

    remove duplciated module "data_extractor.abc"
    remove the lazy build mechanism of extractors
    JSON backend invoking mechanism
    make all properties of extractors immutable

Document

    fix wrong docstring of "data_extractor.utils.Property"