Releases: caltechlibrary/pubarchiver
Ignore this release
Ignore this release.
Release 1.10.2
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
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
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
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
Changes in this release:
- Simplify PMC upload script.
- Add missing Python package requirement to requirements.txt.
Release 1.9.2
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 inMakefile
. - Minor internal changes.
Release 1.9.1 – Minor bug fix
Release 1.9.0 – PMC output
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
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.