Skip to content

Releases: manusimidt/py-xbrl

V2.2.12

06 Jul 10:33
Compare
Choose a tag to compare

Implemented #134
Fixed #138
Fixed #136

V2.2.11

03 Mar 21:23
Compare
Choose a tag to compare
  • Fixed #126
  • Added IFRS 2021 Full #120
  • Some bug fixes (#118)

V2.2.9

14 Sep 16:46
Compare
Choose a tag to compare

Implemented #115

V2.2.6

02 Feb 22:26
Compare
Choose a tag to compare

Remapped the 2008 iXBRL transformation registry to the 2010 specification. This will further reduce the number of warnings when parsing UK submissions.

V2.2.4

09 Dec 09:56
Compare
Choose a tag to compare

Implemented #99, #101, #102

V2.2.3

11 Nov 22:28
Compare
Choose a tag to compare

Added older transformation registries. With this, all the annoying warnings when parsing UK applications have finally disappeared.
Thanks a lot @ahoward-ch / @ahoward-cf for #96. (#92)

V2.2.1

09 Oct 20:13
Compare
Choose a tag to compare

Added 2022 taxonomies to namespace-schema map.

V2.2.0

15 Aug 19:43
Compare
Choose a tag to compare

BREAKING CHANGES!

Funktion parse_instance_locally() was removed. The XbrlParser now only has one function parse_instance() which automatically detects if the instance file is stored locally or remotely.

  • Better dealing with errors in the XBRL instance file (#84)
  • ✨Added functionality to convert xbrl into json ✨
  • updated dependencies
  • updated readme and added sphinx documentation

Full Changelog: v2.1.1...v2.2.0

V2.1.1

05 Apr 20:14
Compare
Choose a tag to compare

See #81

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.