Skip to content

Releases: caltechlibrary/pubarchiver

Ignore this release

23 Oct 21:48
Compare
Choose a tag to compare

Ignore this release.

Release 1.10.2

14 Oct 00:16
Compare
Choose a tag to compare

This release does not change any microarchiver functionality or behavior. The only changes are in the workflow scripts that run microarchiver for uploading files to Portico and PMC.

Release 1.10.1

12 Oct 15:02
Compare
Choose a tag to compare

Changes in this version:

  • Fix behavior when DataCite has no data for an article: microarchiver was meant to flag the article and keep going, but instead it treated it as a fatal error.
  • Fix some documentation errors about the numeric codes returned by microarchiver.
  • Minor other improvements.

Release 1.10.0

12 Oct 01:57
Compare
Choose a tag to compare

This version changes the behavior of the -@ command-line option, such that exceptions encountered when running with the -@ option do not cause microarchiver to drop into an interactive debugger. The old behavior turned out to be unhelpful in practice, and moreover, it mixed two behaviors into one command-line flag. The latter was problematic when running microarchiver from scripts.

Release 1.9.4

11 Oct 03:32
Compare
Choose a tag to compare

This version removes an unnecessary dependency on wxPython. A GUI interface was never completed for Microarchiver, and while the starting code is still in the code base in case we try to build a GUI, it doesn't have to be hooked in at this point. Removing the internal references to the GUI code allows the wxPython requirement to be removed, which in turn simplifies and speeds up installation.

Release 1.9.3

25 Sep 21:59
Compare
Choose a tag to compare

Changes in this release:

  • Simplify PMC upload script.
  • Add missing Python package requirement to requirements.txt.

Release 1.9.2

25 Sep 20:11
Compare
Choose a tag to compare

There are no API or functional changes in this release. The changes are:

  • Fix broken logos and images in README.md.
  • Replace local version of debug.py with the use of Sidetrack.
  • Use newer approach to recording version and other metadata in __init__.py and the release procedure codified in Makefile.
  • Minor internal changes.

Release 1.9.1 – Minor bug fix

15 Jul 18:28
Compare
Choose a tag to compare

This release fixes issue #2, that the volume number in file names was being incorrectly determined.

The file CHANGES contains a more complete change log that includes information about previous releases.

Release 1.9.0 – PMC output

13 Jul 19:36
Compare
Choose a tag to compare

Summary of changes in this release:

  • Now supports output for PMC using new command-line option -s.
  • Renamed the JATS XML file after the pattern issn-volume-doi.xml, to make it more compatible with output generated for PMC.
  • Removed any alpha channels and convert images to RGB.
  • Runs ZIP files through a simple validation step after creating them.
  • Added missing dependencies to requirements.txt.
  • Some internal code changes.

The file CHANGES contains a more complete change log that includes information about previous releases.

Release 1.8.0 – Minor behavioral change

09 Apr 22:12
Compare
Choose a tag to compare

Instead of quitting with an error if the file given to -a is empty, microarchiver will now just print a warning.

The file CHANGES contains a more complete change log that includes information about previous releases.