Releases: caltechlibrary/pubarchiver
Release 2.1.2
Release 2.1.1
This version fixes a bug with the generation of zip files for PMC.
Release 2.1.0
This version supports microPublication.org's new XML service.
Release 1.12.1
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
Reports can now be written in both CSV and HTML formats.
Release 1.11.0
- 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
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
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
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
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.)