Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Releases: edsu/pymarc

v3.2.0

10 Dec 02:15
8dbc7aa
Compare
Choose a tag to compare

v3.2.0 includes a new permissive reading mode for MARCReader that will cause the iterator to return None when a record cannot be processed (thanks @petrus-v). It also includes some new Record properties for accessing ISSN information (thanks @herrboyer).

v3.1.8

09 Apr 15:18
Compare
Choose a tag to compare

A fix to Field.delete_subfield to prevent unintentionally deleting a subfield that matches the given subfield value instead of the subfield code. Thanks @dersmon !

v3.1.7

26 Jul 16:20
Compare
Choose a tag to compare

This bugfix release includes a small change for throwing an exception about an invalid record length rather than throwing a ValueError when someone attempts to read a record in MARCMaker format. MARCMaker reading is not currently supported.

v3.1.6

22 Mar 16:20
Compare
Choose a tag to compare

Small bugfix release -- thanks @Chill17!

v3.1.5

20 Jul 14:25
Compare
Choose a tag to compare

brought version numbers back in sync with PyPI

v3.1.4

20 Jul 14:23
Compare
Choose a tag to compare

Updated to not include .pyc files in distribution.

v3.1.3

18 Jul 15:13
Compare
Choose a tag to compare

Minor release to include test suite in bundle for @EdwardBetts and folks who want packages (Debian) to include tests.

v3.1.2

03 May 14:45
Compare
Choose a tag to compare

The release includes a small fix to setup.py to require the correct version of six. It should aid installation with pip which does not use the requirements.txt.

v3.1.1

18 Dec 15:32
Compare
Choose a tag to compare

This release includes some new marc8/utf8 mappings courtesy of @gugek.

v3.1.0

07 Sep 22:32
Compare
Choose a tag to compare

This release includes two new writer classes JSONWriter, TextWriter and XMLWriter that were contributed by @jimnicholls.