Releases: artefactual-labs/mets-reader-writer
Releases · artefactual-labs/mets-reader-writer
v0.3.16
v0.3.15
metsrw v0.3.15
v0.3.14
metsrw v0.3.14
v0.3.13
v0.3.12
v0.3.11
v0.3.10
Ensure FILEID is updated in all places Custom file ids must be updated across the code. When a METS file is being updated, as an example, the existing FILEID should be read and passed back into the FSEntry constructor as required. The FSEntry __repr__ method has been updated to provide more comprehensive class debugging information when called.
v0.3.9
v.0.3.9 Increment version
v0.3.8
Don't generate duplicated ids When some ids, but not all, are autogenerated, duplicates can easily occur. Changes metsrw to take in to account when manual ids of the same format are specified. Also changes id_string into a regular attribute and increments version.