Skip to content

Releases: kanedata/ixbrl-parse

v0.6.0

09 Jul 15:06
b1457a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.6.0

v0.5.4

09 Jul 08:53
7a805df
Compare
Choose a tag to compare

What's Changed

  • ix:exclude and ix:continuation tags by @drkane in #31
  • create a pointer from extracted elements back to the bs4 tag by @avyfain in #33

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

20 Dec 20:28
Compare
Choose a tag to compare
  • add support for <exclude> elements. These are used inside a <nonNumeric> element, and denote text that is not included in the final value.
  • add support for <continuation> elements. These are where a text value within an element continues outside of that element.

Thanks to @wcollinscw for their contribution to the <exclude> element.

Full Changelog: v0.5.2...v0.5.3

v0.5.2 Update pytest requirement

17 Nov 00:08
Compare
Choose a tag to compare

v0.5.1 add type stubs

17 Nov 00:00
Compare
Choose a tag to compare

v0.5.0

16 Nov 21:19
2934267
Compare
Choose a tag to compare

What's Changed

  • Add support for python 3.11
  • Add type checking by @drkane in #27

Full Changelog: v0.4.2...v0.5.0

v0.4.2

21 Oct 08:58
84d0624
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

26 Sep 13:09
Compare
Choose a tag to compare

Remove print statements

v0.4

26 Sep 13:08
Compare
Choose a tag to compare

Add support for XML XBRL files

Full Changelog: v0.3.1...v0.4

v0.3.1

22 Sep 12:23
Compare
Choose a tag to compare

Fix for to_json method