Skip to content

Releases: caltechlibrary/pubarchiver

Release 2.1.2

12 Apr 18:33
Compare
Choose a tag to compare

This version supports parsing the <correctionDoi> field in the microPublication XML article list.

Release 2.1.1

09 Apr 18:58
Compare
Choose a tag to compare

This version fixes a bug with the generation of zip files for PMC.

Release 2.1.0

08 Apr 18:35
Compare
Choose a tag to compare

This version supports microPublication.org's new XML service.

Release 1.12.1

01 Jun 18:26
Compare
Choose a tag to compare

This release fixes a couple of issues:

  • The default network timeout was too short to get large PDF files from micropublication.org. Fixed by tripling the timeout duration.
  • Image conversion exceeded an internal default in the Python Pillow package being used for image conversion. Fixed by disabling the size check.

Release 1.12.0

17 Apr 00:18
Compare
Choose a tag to compare

Reports can now be written in both CSV and HTML formats.

Release 1.11.0

16 Apr 23:30
Compare
Choose a tag to compare
  • Add support for producing reports in HTML format.
  • Add support for specifying the title of the report.
  • Fix incorrect count of articles in ZIP file comments.

Release 1.10.7

10 Dec 02:18
Compare
Choose a tag to compare

Changes in this version:

  • Test for more signs of failure in upload-to-pmc.sh.
  • Make some very tiny tweaks to the format of logs.

Release 1.10.6

04 Dec 01:20
Compare
Choose a tag to compare

This release fixes problems in getting a consistent run-time environment by
assuming the use of Python virtualenv to lock in a specific version of
Python and dependencies. It also fixes a bug in one of the workflow scripts
in which the lack of a mail message body caused the mail command to hang
indefinitely.

Release 1.10.5

01 Dec 00:46
Compare
Choose a tag to compare

This release fixes a bug in the workflow script for uploading to PMC, and adds another helper function to scripts/helpers.sh.

Release 1.10.4

23 Oct 21:54
Compare
Choose a tag to compare

This release fixes a bug in the date handling by the workflow scripts. The value of the --after-date argument to microarchiver was set to the date it ran, which caused it to miss articles published on the date that it ran. The value of the date should have been modified to include the day it last ran so that the date comparison was correct. (Thanks to Nick Stiffler for catching and reporting the problem.)