Skip to content

Releases: freud-digital/freud_api_crawler

Minor Release 1.9.7

27 Jun 08:20
Compare
Choose a tag to compare
  • fixed missing paragraph: xsl: check for last paragraph with not class attrib
  • minor tei temp changes: author, editor
  • introduced hi rendition bold to replace strong el
  • make_xml func returns lxml object instead of string

Full Changelog: v1.9.6...v1.9.7

Release 1.9.6

24 Jun 11:42
Compare
Choose a tag to compare
  • handling page limit on json_dump restart

Full Changelog: v1.9.5...v1.9.6

Release 1.9.5

24 Jun 11:33
Compare
Choose a tag to compare
  • bugfix: jinja2 template not found error by adding load Packagemanager
  • handling FileNotExist error on json dump
  • seperating json_dump from make_xml

Full Changelog: v1.9.4...v1.9.5

Release 1.9.4

24 Jun 09:35
Compare
Choose a tag to compare
  • make_xml() requires dump=True or False
    • True: makes API call and creates a JSON dump
    • False: uses existing JSON dump file; JSON dump file must be available (dev only)

Bugfix Release 1.9.3

24 Jun 09:29
Compare
Choose a tag to compare
  • added Jinja2 requirement

Full Changelog: v1.9.2...v1.9.3

Minor Release 1.9.2

24 Jun 07:40
Compare
Choose a tag to compare

Bugfix and Minor to 1.9.1

  • added pb elemnts to body
  • removed body wrapper
  • added second path to jinja2 template

Full Changelog: v1.9.1...v1.9.2

Minor fix to pypi package

23 Jun 15:18
Compare
Choose a tag to compare
v1.9.1

added tei templates dir to pypi package

Refactoring of make_xml

23 Jun 14:56
Compare
Choose a tag to compare
  • make_xml creates a json dump
  • uses Jinja2 template to create xml

Full Changelog: v1.8.2...v1.9.0

Bugfix to 1.8

22 Jun 13:14
Compare
Choose a tag to compare

add condition to check for values before calling them (titles)

Full Changelog: v1.8.1...v1.8.2

Minor to 1.8

22 Jun 13:05
Compare
Choose a tag to compare

added short title
fixed biblScope

Full Changelog: v1.8.0...v1.8.1