Skip to content

Releases: manusimidt/py-xbrl

V2.1.0

18 Feb 19:14
Compare
Choose a tag to compare

Added support for fact transformations.
This means the parser now converts a tagged value like "02 February 2022" to the normalized form "02-02-2022" as defined by the transformation rule.

Fixed multiple bugs.

V2.0.7

02 Aug 13:31
Compare
Choose a tag to compare

Fixes or implements #46 and #49

V2.0.6

25 Jul 18:38
Compare
Choose a tag to compare
Updated package to V2.0.6

V2.0.5

25 Jul 15:08
Compare
Choose a tag to compare

Fixes #47 and #48.
Improves mapping between concepts and labels.

V2.0.4

28 Jun 06:43
Compare
Choose a tag to compare

Implemented solution for #39.

V2.0.3

24 Jun 14:26
Compare
Choose a tag to compare

Implemented solution for #11.

V2.0.2

10 Jun 15:12
Compare
Choose a tag to compare

Fixed issue #30

V2.0.0

02 Jun 06:32
Compare
Choose a tag to compare

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

27 May 20:17
Compare
Choose a tag to compare

Added connection manager to http cache.

V1.2.0

26 Apr 11:39
Compare
Choose a tag to compare
V1.2.0 Pre-release
Pre-release

Improved the parsing of locally saved xbrl submissions