Skip to content

Releases: acdh-oeaw/acdh-tei-pyutils

v1.6

05 Nov 08:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5...v1.6

v1.5

31 Oct 14:52
Compare
Choose a tag to compare

What's Changed

def make_bibl_label(
    node: ET.Element,
    no_author="o.A",
    year="o.J",
    editor_abbr="(Hg.)",
    max_title_length=75,
) -> str:

Full Changelog: v1.4...v1.5

v1.4

31 Jul 11:42
adcda84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.4

v1.3

23 May 10:49
6b54d21
Compare
Choose a tag to compare

What's Changed

  • 34 mentions to indices not working by @cfhaak in #35

New Contributors

Full Changelog: v1.2...v1.3

v1.2

17 May 13:15
f941211
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.2

v1.1

28 Jan 07:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0...v1.1

v1.0

08 Jan 13:07
e7877f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.35...v1.0

v0.35

23 Nov 15:15
eb193af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.34...v0.35

v0.34

02 Nov 11:36
56b56fd
Compare
Choose a tag to compare

What's Changed

  • utility funcation add_graphic_url_to_pb(doc) and check_for_hash(value) added by @csae8092 in #23

Full Changelog: v0.33...v0.34

v0.33

05 Oct 07:30
fc42336
Compare
Choose a tag to compare

What's Changed

  • function to extract birth/death year from person node by @csae8092 in #21

Full Changelog: v0.32...v0.33