Skip to content

Releases: zepheira/pybibframe

Requirements & config maintenance release before major refactor

08 Jul 16:51
Compare
Choose a tag to compare

pybibframe is overdue for a major update. Started as a proof of concept for the Library of Congress, and never really got a proper moment to go back & properly engineer. Now's the time, and this release provides a known, last-working checkpoint before embarking on that work.

Remove some dupe code

13 Nov 00:50
7e7ab0b
Compare
Choose a tag to compare

Changed:

  • Move overlapping pipeline action functions to versa

Python 3.7 compatibility

11 Apr 05:35
b13bc6b
Compare
Choose a tag to compare

Fixed

  • Eliminate use of the asyncio keyword, and eliminate propagation of loop args

Indicator bug fix

17 Oct 12:53
Compare
Choose a tag to compare

Fixes a problem for most uses of the indicator() action function, which didn't match properly on empty indicator values which are stored internally as the empty string instead of how they appear in MARC as a single space.

Enhance marc2bf command line for rapid prototype transform rules

31 Jan 15:25
43935ff
Compare
Choose a tag to compare
  • Add --modfile argument to marc2bf, which allows incorporation of transform rules in a Python file anywhere (without it requiring it to be a module in sys.path)
  • Add if_ Versa action function
  • Minor bug fixes