Releases: manusimidt/py-xbrl
Releases · manusimidt/py-xbrl
V2.0.7
Fixes or implements #46 and #49
V2.0.6
Updated package to V2.0.6
V2.0.5
Fixes #47 and #48.
Improves mapping between concepts and labels.
V2.0.4
Implemented solution for #39.
V2.0.3
Implemented solution for #11.
V2.0.0
Renamed package from "xbrl_parser" to "xbrl" as discussed in #24.
Implemented multiple minor improvements.
This release introduces breaking changes!!
Please change your import statements from
from xbrl_parser.instance import parse_ixbrl_url
to
from xbrl.instance import parse_ixbrl_url
V1.2.0
Added connection manager to http cache.
V1.2.0
Improved the parsing of locally saved xbrl submissions
V1.1.4
v1.1.4
Updated package to V1.1.4